Process ended with return code 0
Monkey Forums/Monkey Programming/Process ended with return code 0| 
 | ||
| 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? | 
| 
 | ||
| Show us your code? | 
| 
 | ||
| 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. | 
| 
 | ||
| Did you make sure that your oncreate, onupdate, onrender class extends App? I've done this before :B | 
| 
 | ||
| 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. |