I just downloaded arduino today, my installed using the msi file, but it never goes past the loading screen for hours.
Opened the file at 10:52pm and till 11.30pm, nothing.
8gb ram, full internet access. I see no issue in my pc, what's wrong?
Hi @nixoneen. I'm going to ask you to post some additional information that might help us to identify the problem.
Please do this:
- Start Windows "File Explorer".
- Open the Arduino IDE installation folder.
(it should be atC:\Users\<user name>\AppData\Local\Programs\arduino-ide
when installed via the.msi
file). - In the folder listing of the Arduino IDE installation folder, hold the Shift key while clicking the right hand button on the mouse.
- From the context menu, click "Open PowerShell window here".
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 the Arduino IDE starts (or fails to start). - Wait for the Arduino IDE to finish starting, or failing to start.
- Switch back to the PowerShell window if the Arduino IDE window took the focus.
- Right click on the title bar of the PowerShell window.
This will open a context menu. - Select Edit > Select All from the context menu.
This will select all the text in the PowerShell window. - Press Ctrl+C.
This will copy the contents of the PowerShell window to the clipboard. - Open a forum reply here by clicking the Reply button.
- Click the
</>
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.
- Press Ctrl+V.
This will paste the output into the code block. - Move the cursor outside of the code block markup before you add any additional text to your reply.
- Click the Reply button to post the output.
Please let me know if you have any questions or problems while following those instructions.
I was wrong, avast antivirus had blocked my firewall.After I allowed internet in avast, it opens within some seconds. Then it installs some drivers. All good!
I'm glad it is working now. Thanks for taking the time to post an update with your solution!
Regards,
Per
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.