Game Development Community

Error, not a physical zone

by Sorin Daraban · in Torque Game Engine · 03/08/2008 (5:42 pm) · 4 replies

What is this and how do I fix this?

#1
03/08/2008 (11:54 pm)
Erm, where do you see this error message? Is that the whole, complete, exact error message?
#2
03/09/2008 (10:39 am)
It's in shapebase.cc line 1368.
The function checks for some physical zones.

What are physical zones?

It seems like the error occurs when one or more AI players are spawned.
#3
03/09/2008 (7:13 pm)
Is this a crash? A compilation problem?

Physical zones are 3d zones you can set up and change physics in that zone, for example nullifying or enhancing gravity. You'll see them in the World Creator.
#4
03/10/2008 (10:13 am)
It's a crash.

Thanks for the explanation of what Physical Zones are.