Process ended with return code 0

Monkey Forums/Monkey Programming/Process ended with return code 0

ondesic(Posted 2013) [#1]
For some reason out of the blue, every time I try to run the application it starts to build then immediately goes to "Process ended with return code 0" and never executes. I deleted the build folder and restarted the computer with no luck.
Any suggestions?


Belimoth(Posted 2013) [#2]
Show us your code?


Nobuyuki(Posted 2013) [#3]
if you're trying to run it on dropbox, there might be a file locking problem while compiling. be sure to disable sync when compiling and try again.


Raz(Posted 2013) [#4]
Did you make sure that your oncreate, onupdate, onrender class extends App?

I've done this before :B


ondesic(Posted 2013) [#5]
It has nothing to do with the code. It was "out of the blue". The code ran fine, then the same code stopped working. I finally narrowed it down to Opera. Something is wrong with Opera (the browser I use to run HTML5). I get an error every time I try to open it. I Downloaded Chrome and am using it now. Everything works again. Thanks for all your input.