i have installed the latest arduino Ide from the Arduino website on a new to me lenovo latop running windows 10 pro 64 bit.
the Ide will not go past the initl start up screen , i have uninstalled re installed, I have downloaded the zip file and just run it from the extracted files with no joy, i have ide 2.3.2 on my former laptop with windows 10 and it runs no problem. tried copying those files over and once again no joy
Open the Arduino IDE installation folder. ⓘ The default installation location is at one of the following paths:
C:\Program Files\Arduino IDE
C:\Users\<username>\AppData\Local\Programs\Arduino IDE
(where <username> is your Windows username) If looking for it with your file manager or command line, note that the AppData folder is hidden by default. On Windows "File Explorer", you can make it visible by opening the "View" menu, then checking the box next to "☐ Hidden items".
In the folder listing of the Arduino IDE installation folder, hold the Shift key while clicking the right hand button on the mouse.
A context menu will open
Select "Open PowerShell window here" from the menu.
Windows PowerShell will now open with the current directory set to the Arduino IDE installation folder.
Type the following command:
& ".\Arduino IDE"
Press the Enter key.
Debug output should now be printed to the PowerShell window as Arduino IDE starts.
Wait until you are sure the IDE startup has gone into the hang state
(as indicated by no additional output being printed to the terminal).
Switch back to the PowerShell window if the Arduino IDE window took the focus.
Press the Ctrl+Shift+A keyboard shortcut.
This will select all the text in the PowerShell window.
Press the Ctrl+C keyboard shortcut.
This will copy the contents of the PowerShell window to the clipboard.
Open a forum reply here by clicking the "Reply" button.
Click the <CODE/> icon on the post composer toolbar.
This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
I did install the legacy version, 1.8.19, and it works other than not liking the names of all my sketches, i tired to copy the version that does work on my other laptop which is the previous release but no joy there either. and thank you it has been a while
Is your Windows username "Folio"? I ask because this error might be caused by you having changed your username since the time Arduino IDE created its configuration file. Arduino IDE uses folders under paths that contain your Windows username, so if you later change your username then the paths in the configuration file will point to a path that you no longer have access to.
I got it figured out , by fluke.lol
this was a brand new install to a new to me laptop, I was about to uninstall the IDE and try again, but when I right clicked on the icon, I saw the run as administrator option, figured what was there to lose and now the IDE is up and running
thanks all who gave me input , and for the lesson on the PowerShell
I believe the source of the problem is that when installing W11, MS insists that your login account be 'remote'. That is, you are actually first logging into microsoft.com, which then authorizes you to login to your PC. Create a file on your desktop and look at the properties/securities tab. If in permissions your permission is an email address, then you have Remote login.
You need to create a local account (and preferably delete your remote account). To create a local account, do not go to Settings. Go to Control Panel/User Accounts and create a new account. Be careful - MS will try all the tricks in the book to make your new account a Remote account. But there is a method to bypass that and create a Local account.
IDE 2.3.4 should not have the hanging issue with a Local account.