Closed per1234 closed 1 month ago
- If you have an UNO R4 Minima connected to your computer, disconnect it.
Just to make sure that one is aware that this applies to other boards as well. I just did encounter this for a Mega and an Uno R3.
The issue is not yet solved in arduino-ide_nightly-20241001_Windows_64bit
Describe the problem
At the end of an upload operation, Arduino IDE displays a notification to communicate the result to the user.
If the operation was successful, the "Done uploading." notification should be shown:
If the operation failed, the "Upload error: ..." notification should be shown:
π "Done uploading" notification is shown even when the upload failed. The result of the upload will not be clearly communicated to the user, and even if they do notice that the upload failed, they won't have access to the convenient "COPY ERROR MESSAGES" button that is the standard way for support technicians to obtain the upload logs.
To reproduce
π The upload failed, as expected, but the notification for a successful upload was shown.
Expected behavior
The failure notification is shown when an upload fails:
Arduino IDE version
2.3.3
Operating system
Windows
Operating system version
Windows 11
Additional context
I bisected the regression to https://github.com/arduino/arduino-ide/pull/2500 / a5bf56f (the fault does not occur when using the build from the previous commit 1ec0a8c).
Issue checklist