Game Development Community

Can't run TSE

by Joseph Euan · in Torque Game Engine Advanced · 07/22/2005 (11:18 am) · 6 replies

Yesterday I downloaded the latest code from CVS, I then did a compile using "Microsoft Visual Studio .NET 2003"

But when I try and run TSE nothing happens... TSE.exe shows as a running process in the task manager, but I don't get any TSE window show up.

I haven't made any engine changes and it was fully working before I got the latest CVS update.

Anyone have any ideas?

Thanks

-Joseph

#1
07/23/2005 (12:39 am)
What does it say in console.log?
#2
07/23/2005 (9:13 am)
The console.log dosen't get updated... all the info in it is from when TSE worked before the update.
#3
07/23/2005 (9:31 am)
I've also redownloaded all the engine and did a compile in both debug and release mode... still no luck.
#4
07/23/2005 (1:24 pm)
I'm using the DirectX SDK from october... will that have any effect on it?
#5
07/23/2005 (1:32 pm)
Nah, that's what I'm running.
#6
07/23/2005 (6:17 pm)
Managed to fix the problem... the game was having problems with the main.cs file...


I forgot to copy the actual code, but it was along the lines of....

$defaultGame = "demo";
$displayHelp = false;
>>>>>>> 1.3
$baseMods   = "common";
$userMods   = "demo";
$displayHelp = false;

Guess it was down to WINCVS updating the files.