Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Occasional NPE on sketch upload request #2

Open
ydirson opened this issue Nov 22, 2011 · 0 comments
Open

Occasional NPE on sketch upload request #2

ydirson opened this issue Nov 22, 2011 · 0 comments

Comments

@ydirson
Copy link

ydirson commented Nov 22, 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)

ydirson pushed a commit to ydirson/Wiring that referenced this issue Nov 29, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant