This site requires JavaScript, please enable it in your browser!
Greenfoot back
SlothKing
SlothKing wrote ...

2013/3/23

Greenfoot Crashing

SlothKing SlothKing

2013/3/23

#
Greenfoot keeps running out of memory and crashing then it tries to repoen and says compiling and crashes again. I did make a pretty huge world and then used the save world world method. Not sure if this is the right place to ask but is my only option to shrink that code? Or could something else be causing this?
danpost danpost

2013/3/23

#
On the menubar, select 'Controls>Show Debugger' and click on 'Terminate'. This may free up some memory. Your class codes do not look extremely large, but you do have some large sound files in the 'sounds' folder. I do not see how this may cause any issues, however, being you are not accessing them in your project (at least, not yet). At any rate, you should probably remove anything not already being used from both the 'sounds' and the 'images' folders. If afterwards, you are still having memory issues, check your code for run-on loops that create images or objects.
You need to login to post a reply.