Forum Thread Not Found, Sorry.

Game Development Community

sceneWindow2D.loadLevel problems

by Konik · in Torque Game Builder · 11/01/2012 (2:38 am) · 3 replies

Hello everyone. There was a problem with the loading of larger levels. The logs console is not unusual. Just when you go to level with sceneWindow2D.loadlevel stops working game. If load a small level - and it works fine. Maybe someone faced with such a problem, tell me the solution.

Thank you all.

#1
11/01/2012 (3:17 am)
Try to preload images or do opposite.
Most likely it is caused by heavy scripts. Make sure there are no no-needed endless schedules, some times it caused my game to crash on loadlevel.
#2
11/01/2012 (3:27 am)
Oh yeah, when I try to catch the debug error - the level is loaded without problems. Without Debugging still crashes
#3
11/04/2012 (7:25 am)
try this

sceneWindow2D.schedule(32,"loadlevel",%level);