You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Executing an upload fails with the text "An error occurred while uploading the sketch". There is no other indication of the cause of the issue even with verbose upload mode enabled.
Running avrdude from the command line however indicates that "The program can't start because libsub0.dll is missing from your computer."
Verified that with version 1.6.9 the dll is present in hardware/tools/avr/bin, however in version 1.6.10 it is missing. It is still found in the application root directory.
Workaround: Copy libusb0.dll from the Arduino IDE root directory into hardware/tools/avr/bin,
The text was updated successfully, but these errors were encountered:
Executing an upload fails with the text "An error occurred while uploading the sketch". There is no other indication of the cause of the issue even with verbose upload mode enabled.
Running avrdude from the command line however indicates that "The program can't start because libsub0.dll is missing from your computer."
Verified that with version 1.6.9 the dll is present in hardware/tools/avr/bin, however in version 1.6.10 it is missing. It is still found in the application root directory.
Workaround: Copy libusb0.dll from the Arduino IDE root directory into hardware/tools/avr/bin,
The text was updated successfully, but these errors were encountered: