Closed teo1978 closed 9 years ago
Some more details:
Perhaps the bug is related with having more than one file?
After restarting Processing the nonsense exception disappeared. However I see multiple files are not supported, and they definitely should be https://github.com/fjenett/javascript-mode-processing/issues/26
Error gone. Closing.
Error gone until the next time it shows up, I guess. However this may be a Processing bug. It happens pretty often that the IDE starts giving random Java errors that disappear at restart...
I'm trying to run a sketch which works fine in Java mode.
At the first try I got this error in the IDE's console:
The browser tab opened but kept waiting forever.
At the second try I got this error:
and the status bar says "server started; reload your browser window". Even after hitting the Stop button (and seeing the "server stopped" message), at any further try I get the same second error, and it does not even attempt to open the browser window, and it keep saying "server started; reload your browser window" despite the fact that the server should have been stopped.
As you can see there's no reference whatsoever to any error in the sketch code, so even if this is being triggered by some issue with my code, the behavior is wrong and buggy.
I may send you the sketch privately if you need it to debug the issue. I've tried an empty sketch and it "runs" as expected.