Game Development Community

Unable to init anyone know?

by Temasek Polytechnic Tp8 · in Torque Game Engine · 07/05/2006 (8:12 pm) · 1 replies

Hiding Guard markers...
Loading Guard entities...
Warning: (c:\torque\sdk\engine\console\consoleobject.cc @ 62) Couldn't find class rep for dynamic class: AIGuards3
starter.fps/server/scripts/AIGuards3.cs (351): Unable to instantiate non-conobject class AIGuards3.
Set::add: Object "0" doesn't exist
starter.fps/server/scripts/AIGuards3.cs (367): Unable to find object: '0' attempting to call function 'EquipBot'
starter.fps/server/scripts/AIGuards3.cs (369): Unable to find object: '0' attempting to call function 'setShapeName'
starter.fps/server/scripts/AIGuards3.cs (371): Unable to find object: '0' attempting to call function 'setTransform'
starter.fps/server/scripts/AIGuards3.cs (373): Unable to find object: '0' attempting to call function 'schedule

#1
07/05/2006 (9:02 pm)
It looks like you have a class AIGuards3 which is implemented incorrectly. Then you called funtions on it. This is why you see the "Unable to find object: '0'".

Without any knowledge of what you changed or what you were trying to do, you will find it hard to get an answer here.