Game Development Community

Error, some object isn't properly out of the bins!

by Aaron Murray · in Torque Game Engine · 12/04/2001 (7:25 pm) · 4 replies

I get this error when I try to run Torque (demo) from within Visual C++ (F5) (standard - no changes by me). I have the latest service pack and it all compiles correctly. Torque runs fine if I run it outside of VC++. I even re-installed everything including Windows to try to fix this problem (Win98SE). Any help would be greatly appreciated.

Thanks

#1
12/04/2001 (7:44 pm)
Double check that you have the working directory set up in the project properly. I got this error when I was rearranging the directory structure and missed one in the project settings.
#2
12/04/2001 (8:31 pm)
You do get this error message when the demo is not run from the example dir. The working dir. must not be set on your VC project. Are you using SDK 1.0 or something from CVS?
#3
12/06/2001 (3:56 am)
I get this too, whenever I try to debug it. I changed my working directory too.

Tim, I don't quite understand what you're saying. You sound like it's an easy fix. Can you elaborate?


Dark
#4
05/01/2002 (8:15 am)
What I did:


Project->settings

click on the "debug" tab and in the "Woking directory:" field I wrote:

C:\torque\example\

Basically the directory where torqueDemo_DEBUG.exe is stored.