Cannot find Any.<Classname>

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

Bazzi

Wearing pink
Apr 22, 2001
629
0
0
Germany
www.bazzinet.info
In which situations/errors does this msg appear and how can it be fixed?

My scripts are all compiled successfully but when I start UT and the game mode I receive this error msg:

"Cannot find Any.BazziBot"
BazziBot is a Botscript.
 

Bazzi

Wearing pink
Apr 22, 2001
629
0
0
Germany
www.bazzinet.info
It is NOT the Package I made, it seems to be a "standard" error msg! The code is (obviously) OK, I can't find anything wrong in it (and my teammate also thinks it's ok)...
 

Mr.Mitchell

New Member
Sep 5, 2001
140
0
0
the Netherlands
home.ict.nl
The problem is probably coming from a GetNextIntDesc call. The class that is used in a GetNextIntDesc call must be loaded before the command is executed. So do a DynamicLoadObject before the GetNextIntDesc is called or just declare a local var of the type that is used in the GetNextIntDesc.