Greenfoot Crashing
By SlothKing, with 1 reply.
Replied to by danpost, over 11 years ago:
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.