-
-
Notifications
You must be signed in to change notification settings - Fork 435
Arduino-IDE will not get past pulsating loading screen on macOS Sonoma 14.1.1 (Apple Silicon) #2306
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 @yayoi-k. On the first run after a fresh installation, Arduino IDE downloads some additional essential components from the Internet and installs them. If it can't install those components then the startup fails. So the computer must have access to the Internet on the first startup. The errors indicate Arduino IDE is not able to access the Internet. If it is not already, please connect your computer to the Internet, close the Arduino IDE window, then start Arduino IDE again. This time it should start up successfully. After that first run, an Internet connection is not required. However, there are some supplemental features such as "Library Manager" that have an inherent dependency on the Internet. Those features will not be usable while your computer is offline. But the essential functionality of editing, compiling, and uploading sketches will be available even without an Internet connection. Although a dependency on an Internet connection is expected, the IDE should handle the lack of a connection gracefully and clearly communicate about the problem to the user. So the current behavior of hanging on startup under these conditions is considered a bug. We are tracking that bug at #2042, and the associated work to improve the communication about this requirement at #784. So I'll close this issue as a duplicate of the others. |
Thanks for your response. I definitely have internet the entire time, that's also how I downloaded the IDE. I think there is some bug where IDE can't actually access the internet via the computer it's running on, or does not have 'permissions' in some way (such as new Apple security change, etc) |
@per1234 please re-open this issue. I have perfectly working internet the entire time, so the two bugs related to communicating check/failure of internet is not relevant to my issue and would only be providing additional information to the user. My issue is Arduino IDE unable to use internet, or falsely believes it has no internet. |
@yayoi-k please post over on the Arduino Forum. That will be a more suitable place to support this type of problem: https://forum.arduino.cc/c/software/ide-2-x/93 I'll try to provide assistance over there. If we determine the problem is actually caused by an untracked bug in Arduino IDE, I'll be happy to reopen this issue but at this time it seems likely this is either a duplicate of one of the existing issues or perhaps a misconfiguration of your system. |
Describe the problem
Stuck at the pulsating loading screen.
To reproduce
Install Arduino IDE 2.2.1 arm64 and launch it. Or try nightly nightly-20231210 which yields the same results.
Expected behavior
Application should launch and allow loading a sketch or selecting a device
Arduino IDE version
2.2.1
Operating system
macOS
Operating system version
Sonoma 14.1.1
Additional context
Arduino-IDE has never worked, I installed it for the first time this evening and got these results.
Here is a paste of the end of the log file:
Issue checklist
The text was updated successfully, but these errors were encountered: