Game Development Community

Racing Mission not loading

by Dan - · in Torque Game Engine · 11/11/2003 (6:58 pm) · 4 replies

I did a search of these forms and found:

torqueDemo_DEBUG.exe -mod racing

But when I run it I get the following errors on exit:
Fatal: (c:\torque\engine\sim\sceneobject.cc @ 820) Error, some object isn't properly out of the bins!

Fatal: (c:\torque\engine\sim\sceneobject.cc @ 820) Error, some object isn't properly out of the bins!

And it just runs the FPS. If I run torqueDemo_Debug.exe with no options the entire thing runs fine with no errors on the output.

Can anyone tell me what could be wrong?

Thanks,

#1
11/11/2003 (7:14 pm)
If you are using 1.2 or the latest HEAD version there's no more Racing mod, so that's why It's not working.
#2
11/11/2003 (7:21 pm)
Yes I am using tag Release_1_2_0.

The Demo had a racing example. Is there anyway to get access to that?

(Sorry I didn't mention the tag in my first post and thanks for the quick reply)
#3
11/12/2003 (7:49 am)
Try:
torqueDemo_DEBUG.exe -game demo

The "-game" argument only loads the specified mod (demo in this case). Using "-mod" loads the common mod followed by whatever mod you specify (you tried racing).

The racing mod, afaik, is only available through the demo game, which is the same demo as you download directly from GG.

-Ner
#4
11/12/2003 (11:45 am)
Thanks that worked. Now I just need to figure out how all this fits together.