-
-
Notifications
You must be signed in to change notification settings - Fork 394
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 hangs on startup in macOS GUI mode #1527
Comments
Can't confirm. I installed it on a 2013 MacPro, on a iMac27 and on a M1 Air (All 12.6) without any problems or the issue you described here. |
Hi @erongd. Thanks for you report. The IDE automatically writes log files while it is running. I think these logs might contain some information that will allow us to identify the problem so I'm going to ask you to provide the log file from your computer. Please do this:
Please let me know if you have any questions or problems while following those instructions. |
Unfortunately start from UI mode does not produce any log before it hung. |
On my Mac, (Monterey 12.5.1, Air M1), I got:
Then some error regarding missing plugins in my localUser But I guess the Backend without connection would explain most of the issue. |
After updating to 12.6, it seems the network stack is working better and it allowed me to get the IDE working. I've checked with |
Problem: The IDE splash screen appears and hangs forever (2.0.3 IDE for Mac). This is the startup log in MacOS Monterey 12.1. It is an M1, not sure if that is relevant because, java?
|
Follow up on the above posting with the extensive log ... After simply quitting the application and trying again, the IDE is able to start successfully (on my system). |
The problem on your side is unrelated to any timing or missing
Most likely, when IDE2 started the first time on your macOS, it asked for permission to put the config file into If you cannot fix the problem by changing the permissions, please open a new issue in this repo or ask on the Arduino Forum: https://forum.arduino.cc/c/software/arduino-ide-2-0/93.
There is no Java. |
Describe the problem
I have installed the Arduino IDE 2.0 on MacOS Monterey (12.6). It is a late-2019 16" macbook pro. When start the IDE in UI mode through spotlight or application folder, the IDE hangs. No splash screen, only the icon jumping in the dock eventually stuck with "Application not responding". However when I start the IDE in command line mode through terminal, the IDE starts just fine. Due to hang state I could not get any logs. It is very strange behavior.
I start to experience the issue in rc-9, thought it is due to beta. But seems the 2.0 GA version has the same problem. Once the IDE starts from the command line everything seems to work just fine.
To reproduce
Don't know what would be needed to reproduce it.
Expected behavior
Arduino IDE should start normally with splash screen then the actual IDE open on desktop.
Arduino IDE version
2.0.1-nightly-20221004
Operating system
macOS
Operating system version
12.6
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: