Continuing the discussion from IDE hangs on startup:
I have the same issue. The "splash screen" does not close. Nothing happens when Im using the menus. sometimes there is a box with something behind the splash screen that i can close with enter.
Continuing the discussion from IDE hangs on startup:
I have the same issue. The "splash screen" does not close. Nothing happens when Im using the menus. sometimes there is a box with something behind the splash screen that i can close with enter.
Hi @needlegate. I think the thing to try for troubleshooting in this case will be to start the Arduino IDE 2.x from the command line. That will provide some output that might be useful in identifying the problem.
So if you can do that, please post the full output copied from the terminal in a reply here. It will probably be longer than the forum's 9000 character maximum limit. If so, save it to a text file and attach it to the reply. If you click the "Reply" button here, you'll see an "Attachments and other settings" link that will allow you to make the attachment.
If you like, I'm happy to provide detailed instructions for how to run Arduino IDE 2.x from the command line, but I'd first need to know which operating system you're using.
Im using win10
OK, here are the instructions for running Arduino IDE 2.x from the command line on Windows and getting the output:
C:\Program Files\Arduino IDE
or C:\Users\<user name>\AppData\Local\Programs\Arduino IDE
)& ".\Arduino IDE"
(or if using cmd, type "Arduino IDE"
).Hopefully that will give us some information we can use to help you with the problem.
Please let me know if anything is unclear.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.