taweili / ardublock

ArduBlock is a Block Programming Language for Arduino.
GNU General Public License v3.0
413 stars 292 forks source link

Doesn't upload #174

Closed civanescu closed 6 years ago

civanescu commented 6 years ago

The software doesn't upload! When upload it says: Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: processing.app.Editor.setText(Ljava/lang/String;)V Last error being: at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

My Arduino is 1.8.4. Thank you!

danielfsc commented 6 years ago

Try arduino 1.8.2.

Em 23 de set de 2017 9:25 AM, "Claudiu Ivanescu" notifications@github.com escreveu:

The software doesn't upload! When upload it says: Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: processing.app.Editor.setText( Ljava/lang/String;)V Last error being: at java.awt.EventDispatchThread. run(EventDispatchThread.java:82)

My Arduino is 1.8.4. Thank you!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/taweili/ardublock/issues/174, or mute the thread https://github.com/notifications/unsubscribe-auth/AE1Wnz9e2VsOe1pkJ-fhOantFGK-ES6Bks5slPisgaJpZM4Phidm .

civanescu commented 6 years ago

Thank you, actually I was using (accidentally) an older version of ardublocks. Now it's perfect.