Ilegal operation?
by Rajavidya Das Hargreaves · in Torque Game Engine · 07/01/2002 (11:48 am) · 2 replies
Hey guys i go a problem-O
I fallowed the tutorial making a simple character, and i exported just like he said, but when i run the torque demo i get an Ilegal Operation.
any ideas?
Thanks
-Raja
I fallowed the tutorial making a simple character, and i exported just like he said, but when i run the torque demo i get an Ilegal Operation.
any ideas?
Thanks
-Raja
About the author
#2
Simply run it in debug mode, or click on debug when the illegal error occurs, and you can go right to the assembly code and the corresponding C++ code that generated the error. From there, it should be a simple matter of looking at what is failing in the code and realising what is going wrong. You can even move back through the function calls if you cant figure it out immeadiatly.
Just click the debug box when you get the illegal operation, and you should be able to figure out what is going wrong.
07/01/2002 (3:45 pm)
Illegal operations are your friend when you have all the code and VC++. :)Simply run it in debug mode, or click on debug when the illegal error occurs, and you can go right to the assembly code and the corresponding C++ code that generated the error. From there, it should be a simple matter of looking at what is failing in the code and realising what is going wrong. You can even move back through the function calls if you cant figure it out immeadiatly.
Just click the debug box when you get the illegal operation, and you should be able to figure out what is going wrong.
Torque 3D Owner Michael Cozzolino
Big Monk Games