Skip to content

RunnerException should print message #1446

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

Closed
kenyee opened this issue May 31, 2013 · 1 comment
Closed

RunnerException should print message #1446

kenyee opened this issue May 31, 2013 · 1 comment
Assignees
Labels
Type: Duplicate Another item already exists for this topic
Milestone

Comments

@kenyee
Copy link

kenyee commented May 31, 2013

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 :-)

@cmaglie
Copy link
Member

cmaglie commented Jul 15, 2013

I'm closing this as a duplicate of #1464. Feel free to comment on this issue if you experience other unrelated problems.
C

@cmaglie cmaglie closed this as completed Jul 15, 2013
@ghost ghost assigned cmaglie Sep 19, 2013
@per1234 per1234 added the Type: Duplicate Another item already exists for this topic label Jul 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Duplicate Another item already exists for this topic
Projects
None yet
Development

No branches or pull requests

3 participants