You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every once in a while I get the following exception after requesting an upload with Ctrl-U (1.0, debian testing amd64).
java.lang.NullPointerException
at processing.app.debug.Compiler.execAsynchronously(Compiler.java:402)
at processing.app.debug.Compiler.compileFiles(Compiler.java:354)
at processing.app.debug.Compiler.compile(Compiler.java:244)
at processing.app.Sketch.build(Sketch.java:1568)
at processing.app.Sketch.compile(Sketch.java:1237)
at processing.app.Editor$DefaultRunHandler.run(Editor.java:1913)
at java.lang.Thread.run(Thread.java:662)
The text was updated successfully, but these errors were encountered:
ydirson
pushed a commit
to ydirson/Wiring
that referenced
this issue
Nov 29, 2011
Every once in a while I get the following exception after requesting an upload with Ctrl-U (1.0, debian testing amd64).
java.lang.NullPointerException
at processing.app.debug.Compiler.execAsynchronously(Compiler.java:402)
at processing.app.debug.Compiler.compileFiles(Compiler.java:354)
at processing.app.debug.Compiler.compile(Compiler.java:244)
at processing.app.Sketch.build(Sketch.java:1568)
at processing.app.Sketch.compile(Sketch.java:1237)
at processing.app.Editor$DefaultRunHandler.run(Editor.java:1913)
at java.lang.Thread.run(Thread.java:662)
The text was updated successfully, but these errors were encountered: