Game Development Community

Gremlins are real!

by Alain Labrie · in Torsion · 11/21/2010 (7:27 pm) · 1 replies

If I run my game outside of torsion and close it down -> no problem
If I run my game within torsion (CTRL+F5 or F5) and close it down -> crash

The crash is: "The instruction at "0x7c910a1b" referenced memory at "0x00000004". The memorey could not be "read"."

I checked to make sure that my torsion project is using the correct executable. :-)

Any ideas?

#1
11/22/2010 (6:47 pm)
Found it! I wrote a singleton DLL that refused to exit nicely => trashed memory leads to unexpected results. :-)