Game Development Community

Error When Launching

by Taylor Wiebe · in Torque Game Engine · 12/28/2006 (1:50 pm) · 5 replies

I just got Torque Game Engine, I am following the GettingStarted.pdf but when I do the part where I create GameOne I run into a problem, when I launch the torqueDemo.exe file (when it is set to open the GameOne file) it says: Torque encountered a problem and needs to close.

So can any one help me with this problem.

#1
12/28/2006 (1:58 pm)
Try running the example without making any changes, if it does it again, maybe its your computer, not saying it is, but it could be. Make sure to check the log Text file in the root directory for clues right after that happens.

Also, download the free demo, see what happens.
#2
12/28/2006 (2:21 pm)
It only does it once I change the file name of Tutorial.Base and the main.cs's
$defaultGame
#3
12/28/2006 (3:00 pm)
I think I may have figured it out.
#4
12/28/2006 (3:55 pm)
Do you have this in the main.cs " $defaultGame = "GameOne"; "?
#5
12/28/2006 (4:41 pm)
Yes, I got it, when I was reading through the tutorial I thought it wanted me to duplicate the Tutorial.Base file not folder, right now everything is running smoothly. So far I think Torque is great!