-
-
Notifications
You must be signed in to change notification settings - Fork 7k
IDE crashes when setting invalid Additional Boards Manager URLs #11774
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
Comments
Confirmed, reproducible on Linux x86-64.
|
But this repository is for the new/upcoming 2.0 IDE. This is a bug in Arduino 1.8.19. I'm pretty sure @per1234 will move it to the proper place. |
Oh, excuse me for posting to the wrong place. |
Thanks for your report @thorv and for your assistance @PaulStoffregen! I confirm this fault is only present in Arduino IDE 1.x and so I have transferred the issue to that project's issue tracker. @thorv there is no need for you to submit an additional report, but for future reference the issue tracker for the Arduino IDE 1.x-specific reports is here: https://github.com/arduino/Arduino/issues I can reproduce it on Windows, with a slightly different error message from the one @PaulStoffregen shared:
|
As mentioned above, this bug only affects Arduino IDE 1.x, so is considered resolved by the release of Arduino IDE 2.0.0. Note that there is a somewhat similar bug in Arduino IDE 2.x, which does not occur with the specific URL shared here, but does occur with invalid URLs that have a valid file name. That bug already has a dedicated issue with specific details so it is effectively tracked there: arduino/arduino-ide#1084 |
Describe the problem
The Arduino IDE crashes at the end of the splash.
To reproduce
Set the Prefereces / Additional Boards Manager URLs to
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/
I know this is the wrong URL, but I still don't think the application should crash.
Expected behavior
I'd like to be able to reconfigure the correct URL, in this case https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json, without the program crashing.
In addition, I think it would be better if the user was notified that the URL was incorrect.
Arduino IDE version
Zip/Desktop 1.8.19
Operating system
Windows
Operating system version
11
Additional context
I confirmed that the phenomenon is reproduced even in the Windows Sandbox environment.
Issue checklist
The text was updated successfully, but these errors were encountered: