Game crash at scene 11 only in adhoc
Hi guys,
Whats the common mistakes or issues that can cause a game to crash when entering a scene? This only happens to my adhoc version.
Thanks!z
Whats the common mistakes or issues that can cause a game to crash when entering a scene? This only happens to my adhoc version.
Thanks!z
Best Answers
-
EatingMyHat Posts: 1,246
look for a look rule, usually change scene clears some memory so it does not sounds like you accumulated lots of memory, unless you are hitting some kind of a memory leak.
Did you test it with the Viewer?
Answers
Two things:
1) Check how much memory you are using by running the game through the GS viewer. You'll see the memory change as you go from scene to scene.
2) Uncheck "preload images" on all your actors. By not forcing preload, you allow the memory management to clear space as needed. At least that's how it seems to me. If this fixes it, then just try to optimize your memory usage using the techniques that can be found in this forum..