Skip to content

[arduino-1.9.0-beta-windows\arduino-PR-beta1.9-BUILD-36] upload error #7228

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
sterretje opened this issue Feb 16, 2018 · 0 comments
Closed
Labels
Type: Duplicate Another item already exists for this topic

Comments

@sterretje
Copy link

sterretje commented Feb 16, 2018

I see this is a duplicate of #7158; sorry. And possibly #7082.

Not sure if this is a problem at my side (not knowing how to use the IDE in the way I did) or a bug. OS is Windows 7 Enterprise, SP1. Fully patched to my knowledge.

Also not sure if this is the correct section to post.

Downloaded the beta in the subject and extracted it to C:\Users\sterretje\Downloads\Arduino\arduino-1.9.0-beta-windows\arduino-PR-beta1.9-BUILD-36

Starting IDE from the above directory
Verify works
Upload fails with below message
runtime.tools.avrdude.path}/bin/avrdude -C{runtime.tools.avrdude.path}/etc/avrdude.conf -v -patmega328p -carduino -PCOM6 -b115200 -D -Uflash:w:C:\Users\sterretje\AppData\Local\Temp\arduino_build_194701/multiple_tabs.ino.hex:i java.io.IOException: Cannot run program "{runtime.tools.avrdude.path}/bin/avrdude": CreateProcess error=2, The system cannot find the file specified at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) at processing.app.helpers.ProcessUtils.exec(ProcessUtils.java:26) at cc.arduino.packages.Uploader.executeUploadCommand(Uploader.java:129) at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:207) at cc.arduino.UploaderUtils.upload(UploaderUtils.java:78) at processing.app.SketchController.upload(SketchController.java:796) at processing.app.SketchController.exportApplet(SketchController.java:767) at processing.app.Editor$DefaultExportHandler.run(Editor.java:2254) at java.lang.Thread.run(Thread.java:748) Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified at java.lang.ProcessImpl.create(Native Method) at java.lang.ProcessImpl.<init>(ProcessImpl.java:386) at java.lang.ProcessImpl.start(ProcessImpl.java:137) at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029) ... 8 more An error occurred while uploading the sketch

Running avrdude fully manually from command line works.

@per1234 per1234 added the Type: Duplicate Another item already exists for this topic label Feb 16, 2018
@per1234 per1234 closed this as completed Feb 16, 2018
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

2 participants