Have an ancient Dell laptop in the workshop which I use to change and experiment on various stepper motor and clock programs.
Replaced it with a more modern Lenovo running W11 and I can download and install the ide but when I try opening it the logo pulses and remains like that.
Tried various internet fixes without success for the last 2 weeks. Has anyone had the same problem or can suggest a solution?
There is some discussion of this issue in the Arduino forums – albeit for an earlier version.
One possible cause seems to be the inability of the IDE to find the Documents folder, and this is possibly because it has been moved to One Drive and then One drive disabled.
The third post in the thread has a mechanism to get a verbose debug log at IDE start-up which may give you some clues.
right click on the Arduino icon and select, one at a time:
Run as Administrator. (if it works then there’s a permissions problem.)
Troubleshoot compatibility. (Should say if this is W11 and Arduino misaligned)
Properties. Copy whatever’s in the Target field. This is the full pathname to the Arduino IDE executable.
Having copied the full pathname, start cmd.exe (Microsoft’s command line interface), paste the pathname into the prompt and press enter. It will spew an enormous amount of status information on screen. You’re looking for any line that’s not INFO, and there’s a reasonable chance the last entry on the list will identify the problem.
Example: note my first attempt with just arduino.exe failed – it needs the full pathname
I see the Arduino IDE on this machine, a W10 laptop, is out-of-date. I’ll update it to see if if breaks!
Working! Deleted and reinstalled. When it was various permissions that were needed, right clicking and running as administrator revealed them. Took a few goes as they flashed passed quickly but normal service is restored.
Thanks everyone for the help, pleased I asked
Author
Posts
Viewing 9 posts - 1 through 9 (of 9 total)
Please log in to reply to this topic. Registering is free and easy using the links on the menu at the top of this page.