-
-
Notifications
You must be signed in to change notification settings - Fork 428
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 #2650
Comments
Hi @marcellofiore. I'm going to ask you to provide some additional information that might help us to identify the problem. ❗ 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. |
|
@per1234 I think it lacks write permissions to be able to create the folders needed to boot up! |
Seems Arduino CLI does not have the necessary permissions to create the default directories for its configuration. @marcellofiore can you try typing |
drwxrwxr-x@ 91 root wheel 2912 Mar 2 18:22 /Users/marcellofiore/Library |
As I imagined, I manually created the folder "Arduino15" path: Library/marcellofiore/Arduino15 then I started ArduinoIDE and as if by magic I am prompted for permission. It is probably missing checking permission... if the folder not already exists when starting the app, you would need to request write permission on macOS... |
Today, on my TuxOS/KDE machine, the ./arduino-ide_2.3.4_Linux_64bit.AppImage also not starting. So I tried to start it in terminal. And it is a permission error:
starting with is working fine:
If I have the zip directory, I also can rewrite the rights as mentioned here: |
Describe the problem
Unfortunately after trying several times, I have to find that Arduino ide remains in loading state and is not usable. It remains in loading state with the animated zoom in and zoom out logo.
To reproduce
I download and install Arduino IDE from => https://www.arduino.cc/en/software the “macOS” version
Apple Silicon, 11: “Big Sur” or newer, 64 bit”
Expected behavior
opening
Arduino IDE version
2.3.4
Operating system
macOS
Operating system version
Sequoia 15.3.1
Additional context
Apple M4 Pro (Apple Silicon)
Issue checklist
The text was updated successfully, but these errors were encountered: