-
-
Notifications
You must be signed in to change notification settings - Fork 389
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
IDE completely non-functional, CLI works #2484
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. |
@per1234 Just curious. Why wouldn't you just 'pipe' stdOut to a text file. That way you'd be protected from limitations of the line buffer count truncating the output - or have I misunderstood?
|
Because from experience I know that, unfortunately, many people don't any familiarity with working directly with file systems and struggle greatly to perform operations that seem trivial to those of us who do have such familiarity, even when provided detailed instructions for doing so. I have found that the procedure I describe above is much easier for that class of user to accomplish. I also haven't experienced a single case of the line buffer actually posing a problem after providing these instructions to hundreds of Arduino IDE users in the course of my triage and support efforts. |
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: