-
-
Notifications
You must be signed in to change notification settings - Fork 431
IDE hangs on startup: "discovery builtin:serial-discovery not found" #2484
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
Hi @Violettica. Thanks for your report.
Please add a comment here that provides the Arduino IDE logs. You are welcome to collect them via whatever procedure is most convenient. I'll provide instructions for collecting them from the terminal: ❗ This procedure is not intended to solve the problem. The purpose is to gather more information. Please do this:
Please let me know if you have any questions or problems while following those instructions. |
Sure thing. Here's what the logs look like on nightly AppImage after deleting
Need logs for the other steps too? |
Interesting, I just reviewed the log and I was incorrect about it having "network unreachable" log text on nightly. Unlike Arch Linux extra's version, nightly seems to have a different log with the same application behavior on fresh install startup. I have confirmed that all the reproduction steps still have the same behavior on nightly. I can provide logs for the stable version if that's of interest. |
Describe the problem
The Arduino IDE appears to not be able to use its Arduino CLI backend properly at all, yet using the CLI directly doing equivalent operations appears to get results.
To reproduce
arduino-cli update
Arduino_Builtin
library to install. Eq. CLI:arduino-cli lib install Arduino_Builtin
arduino-cli core install arduino:avr
Expected behavior
In every step of the reproduction, the IDE fails to do these operations and it's required to stop the IDE process and run the CLI equivalents marked before starting the IDE again to make progress.
Symptoms shown are as follows, corresponding to each step:
Arduino IDE version
2.3.3-nightly-20240630
Operating system
Linux
Operating system version
Garuda Linux Hyprland Edition
Additional context
CLI testing done with 1.0.3-1 from Arch Linux extra repo.
Issue checklist
The text was updated successfully, but these errors were encountered: