Game Development Community

Torsion 1.0.558 corrupting my files?

by Kaya Dogan · in Torque Game Engine · 05/07/2006 (8:20 am) · 6 replies

After editing some of my scripts with torsion 1.0.558 (I created a project first), I noticed that my game won't run anymore...when I start it, I only get screen artifacts within the window and the cursor leaves tracks etc.
Any idea why this happens?

#1
05/07/2006 (8:22 am)
Are you running from Torsion or running the exe from explorier or the command prompt? Does the console.log show any errors?
#2
05/07/2006 (8:32 am)
First time I ran it from within Torsion, later on I ran it directly by doubleclicking the icon...the logfile doesn't show any errors...I wonder what's wrong...deleting the DSO's doesn't solve that problem either...does torsion modify the torqueDemo.exe in any way?
#3
05/07/2006 (8:40 am)
Torsion does not alter the .exe but it but it does add to the main.cs "// BEGIN TORSION" with some code and then ""// END TORSION" you could try removing that if it exists, but I really don't see that as causing you problems.
#4
05/07/2006 (4:07 pm)
Hi Kaya.

Quote:After editing some of my scripts with torsion...
Could you detail what changes you made to the scripts?
#5
05/08/2006 (7:17 am)
I just added some comments I forgot to create earlier and saved my work. So nothing special...
#6
05/08/2006 (8:22 am)
This is a great example of why it's good to use a source-control app like subversion even if you're the only developer on a project. it would show you real quick what had changed since your last working version.

but, that aside,
try tracking down where it's hanging.
eg by running in debug and pausing/breaking the app when it's hung and seeing where it is.