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
Ran the nightly tonight w/ an Orbotron board and got this cryptic error during the upload:
Binary sketch size: 14,770 bytes (of a 28,672 byte maximum) - 51% used
processing.app.debug.RunnerException
at processing.app.debug.BasicUploader.uploadUsingPreferences(BasicUploader.java:127)
at processing.app.Sketch.upload(Sketch.java:1670)
at processing.app.Sketch.exportApplet(Sketch.java:1604)
at processing.app.Sketch.exportApplet(Sketch.java:1576)
at processing.app.Editor$DefaultExportHandler.run(Editor.java:2424)
at java.lang.Thread.run(Thread.java:619)
Code at line 127 is System.out
.println("Uploading using selected port: " + uploadPort);
I'm puzzled by the source file isn't on the arduino site though...BasicUploader.java seems like the old version.
And I have upload.verbose=true in my preferences file but it's not more verbose.
Using the 1.5.2beta, it says it's a NullPointerException, so the RunnerException should definitely print out more info about the underlying exception :-)
The text was updated successfully, but these errors were encountered:
Ran the nightly tonight w/ an Orbotron board and got this cryptic error during the upload:
Binary sketch size: 14,770 bytes (of a 28,672 byte maximum) - 51% used
processing.app.debug.RunnerException
at processing.app.debug.BasicUploader.uploadUsingPreferences(BasicUploader.java:127)
at processing.app.Sketch.upload(Sketch.java:1670)
at processing.app.Sketch.exportApplet(Sketch.java:1604)
at processing.app.Sketch.exportApplet(Sketch.java:1576)
at processing.app.Editor$DefaultExportHandler.run(Editor.java:2424)
at java.lang.Thread.run(Thread.java:619)
Code at line 127 is System.out
.println("Uploading using selected port: " + uploadPort);
I'm puzzled by the source file isn't on the arduino site though...BasicUploader.java seems like the old version.
And I have upload.verbose=true in my preferences file but it's not more verbose.
Using the 1.5.2beta, it says it's a NullPointerException, so the RunnerException should definitely print out more info about the underlying exception :-)
The text was updated successfully, but these errors were encountered: