Game Development Community

TorgueDemo just sits

by Doug Linley · in Torque Game Engine · 11/13/2002 (5:35 pm) · 11 replies

Hey all. I just bought the torque license and built it. But I try to run torqueDemo_DEBUG.exe and it just opens up a command prompt and sits there. Anyone else have this problem and now how to fix it?

Thanks!
dwl

#1
11/13/2002 (6:19 pm)
heres a stab in the dark. what vid card do you have, what os, theres not enough info to go on here
#2
11/13/2002 (6:56 pm)
Run with either:

torqueDemo -console

or:

torqueDemo -log 1

If you use the -log option the demo will create a log file.
#3
11/14/2002 (4:14 am)
Sorry about that. I should have known to put this information.

- Pentium 4 1.5ghz
- 512mb RAM
- GeForce III 64mb
#4
11/14/2002 (6:10 am)
now do as mike suggested and post the log
#5
11/14/2002 (9:40 am)
Here is where it just stops when I run with the -console option. It says I'm missing common/defaults.cs but from what I can tell, I have all the files from cvs.

Thanks for the help.


C:\Development\torque\example>torquedemo -console
--------- Loading MODS ---------
Loading compiled script common/main.cs.
Missing file: common/defaults.cs!
Loading compiled script fps/main.cs.
%
--------- Parsing Arguments ---------
%
--------- Initializing MOD: Common ---------
Loading compiled script common/client/canvas.cs.
Loading compiled script common/client/audio.cs.
Engine initialized...
%
#6
11/14/2002 (9:50 am)
Quote:Missing file: common/defaults.cs!

This isn't necessarily a problem. This wouldn't cause the program to hang or exit.

Is that the full contents of the log file?

As a last resort you could use the debugger and see what's going on.
#7
11/14/2002 (11:54 am)
Hey guys I think you are overlooking something. No matter who you are, TorqueDemo.exe will just sit if you double click it. You have to run it with a game, silly.

Try doing this:
torqueDemo.exe -game fps
#8
11/14/2002 (12:11 pm)
Not true Max. By default the Torque demo runs the "fps" game.
#9
11/14/2002 (1:15 pm)
Guys, I really appreciate your help, especially since I didn't give much useful information up front. I blue away my torque directory and redownloaded the cvs 1.1.2 version and it works fine now. I had the same version before, but something must have been missing.

For just an FYI, I did run this in debug, and stepped through it. This didn't help me, as it would just loop through the main game loop. But it didn't even fire up a graphics window. Just sat blinking in the command window. Oh well. works now. Thanks again!

Doug
#10
11/14/2002 (1:26 pm)
Glad to hear it Doug.
#11
11/14/2002 (4:16 pm)
That's wierd, I even tried it and it didn't run FPS.
Oh well.