quicky 0 Report post Posted March 5, 2015 Hi Jack, I just downloaded DesignLab-1.0.3 and tried to compile a simple sketch ( Arduino basic blink LED) in order to test upload to AVR side but there is an issue inside DesignLab at the end of compilation:Sketch uses 4,732 bytes (16%) of program storage space. Maximum is 28,672 bytes.Global variables use 42 bytes (1%) of dynamic memory, leaving 2,518 bytes for local variables. Maximum is 2,560 bytes.java.lang.NumberFormatException: null at java.lang.Integer.parseInt(Integer.java:454) at java.lang.Integer.parseInt(Integer.java:527) at processing.app.Sketch.size(Sketch.java:1721) at processing.app.Sketch.build(Sketch.java:1604) at processing.app.Sketch.exportApplet(Sketch.java:1625) at processing.app.Sketch.exportApplet(Sketch.java:1611) at processing.app.Editor$DefaultExportHandler.run(Editor.java:2666) at java.lang.Thread.run(Thread.java:745) Share this post Link to post Share on other sites
quicky 0 Report post Posted March 6, 2015 Issue created on DesignLab Githubhttps://github.com/GadgetFactory/DesignLab/issues/19 Share this post Link to post Share on other sites
alvieboy 25 Report post Posted March 7, 2015 That should be fixed in 1.0.4. Can you give it a try ? Alvie Share this post Link to post Share on other sites