Game Development Community

Help... My game file crashes when loading

by Nicole · in Torque 3D Beginner · 04/04/2014 (11:13 am) · 3 replies

I am currently having trouble with opening a game file that my team have created, what it's doing is that, after the splash screen, when I click play, it tries to load and then it crashes.

Is there a way to solve this issue?

I have attached a screenshot of it crashing, I have tried restarting my computer and that didn't do the trick.

Screenshot of the game crashed

#1
04/04/2014 (12:21 pm)
Run Torque 3D under Visual Studio in a debug session, load the mission, and Visual Studio should break at where the crash is occurring.
#2
04/04/2014 (2:14 pm)
Is there any errors showing up in the console.log? You may find what is causing the crash from there.
#3
04/04/2014 (2:27 pm)
when you try to debug with the console, before you launch the game, go into the main.cs and add this

trace(true);

It will give a more detailed description, but bigger file size.