Adil 0 Posted May 5, 2018 Share Posted May 5, 2018 Energia: 1.6.10E18 (Windows 7), Board: "LaunchPad (Tiva C) w/ tm4c123 (80MHz)" Sketch uses 2,628 bytes (1%) of program storage space. Maximum is 262,144 bytes. Global variables use 520 bytes (1%) of dynamic memory, leaving 32,248 bytes for local variables. Maximum is 32,768 bytes. java.io.IOException: Cannot run program "C:\Users\Adil": CreateProcess error=193, %1 is not a valid Win32 application at java.lang.ProcessBuilder.start(Unknown Source) at processing.app.helpers.ProcessUtils.exec(ProcessUtils.java:26) at cc.arduino.packages.Uploader.executeUploadCommand(Uploader.java:130) at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:209) at cc.arduino.UploaderUtils.upload(UploaderUtils.java:78) at processing.app.Sketch.upload(Sketch.java:1187) at processing.app.Sketch.exportApplet(Sketch.java:1160) at processing.app.Sketch.exportApplet(Sketch.java:1132) at processing.app.Editor$DefaultExportHandler.run(Editor.java:2410) at java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: CreateProcess error=193, %1 is not a valid Win32 application at java.lang.ProcessImpl.create(Native Method) at java.lang.ProcessImpl.<init>(Unknown Source) at java.lang.ProcessImpl.start(Unknown Source) ... 10 more An error occurred while uploading the sketch This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences. Quote Link to post Share on other sites
terjeio 134 Posted May 5, 2018 Share Posted May 5, 2018 A space somewhere in your installation path (in your user folder name)? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.