-
-
Notifications
You must be signed in to change notification settings - Fork 431
Stuck on splash screen with 2.0.0.beta.4 on macOS Big Sur 11.2.3 #301
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 @galexite. Thanks for your report. Please try the latest nightly build of Arduino IDE 2.x: With the nightly build, you should see an error notification at the bottom right corner of the IDE when it is starting up. Please copy and paste the full text of that message here. |
Hi @per1234, there is no change with this nightly build, I'm afraid. There is no error notification, and no change to the output in the console either. |
I tried starting the binary inside the application package from the Terminal, and this appears to be the issue:
I'll have a look and see where port 50051 is being used. |
Port 50051 is used by Arduino IDE for communication with the Arduino CLI tool via a gRPC interface. You can configure this port by opening Since there is another issue with discussion about improving on this experience of port conflicts: #201 I'll go ahead and close this one as resolved. If you find that doesn't fix the issue, you're welcome to comment here and we'll investigate. |
Port 50051 is in use by Canonical multipassd, which I use for Linux development. Changing the port to 50052 fixes the issue, so yes, this is technically a duplicate of #201. |
Describe the bug
The latest IDE release does not work for me on macOS. The IDE will not pass the splash screen, and the splash screen will remain in the foreground until the application is quit.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Arduino IDE starts and presents the workspace.
Screenshots

Desktop (please complete the following information):
Additional context
I have been working on my own application using the Theia framework on the same computer, and I have not had any issues. I have never used Arduino IDE 2.0 on this computer before. I have the traditional IDE installed and working.
The text was updated successfully, but these errors were encountered: