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

2013/6/9

Run button does nothing

Phytrix Phytrix

2013/6/9

#
I've been working on a project, and whenever I click the run button it does nothing. It was working fine before... Is there some kind of troubleshoot for this or something? Any help would be much appreciated. :)
Phytrix Phytrix

2013/6/9

#
Eventually I received a spam of JavaHeapSpace errors. Where shall I go from here?
Gevater_Tod4711 Gevater_Tod4711

2013/6/9

#
If the run button doesn't do anything the game probably starts and you directly get an error or an exception which causes the game to stop. If there is an exception or an error it'll be shown in a new window. In this window there probably is a link that shows where the exception/error occours. If you can show us the code that causes the problems we probably can help you to fix this problem.
danpost danpost

2013/6/9

#
Chances are you need to edit your world constructor code. Start by commenting out everything after the 'super' call; then, line by line (or group by group of lines) uncomment them and compile after each uncommenting action. This should let you know what is causing the problem (when it finally occurs again).
Phytrix Phytrix

2013/6/10

#
Thanks danpost. I figured out the issue using that method. :)
You need to login to post a reply.