WiringProject / Wiring

Wiring Framework
http://wiring.org.co/
Other
217 stars 168 forks source link

Occasional NPE on sketch upload request #2

Open ydirson opened 12 years ago

ydirson commented 12 years ago

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)