Game Development Community

Torque won't start

by Drew · in Torque Game Engine · 01/21/2007 (1:02 pm) · 1 replies

Hi,

Whenever I start torque a window pops up with a blank screen and nothing happens and torque shows in the task manager as not responding. i'm pretty sure I meet all of the requirements I have: 1.5ghz, 512 ram, directx 9c, nividia geforce2 mx 32mb.

Any help is appreciated, thanks

D

About the author

Recent Threads


#1
01/21/2007 (1:18 pm)
What's the console log say ? If there isn't one, start Torque with -log. You could also consider adding enableWinConsole(True); and trace(1); to your root main.cs (at the top) to make tracking down these problems easier.