Hi, I have a problem with boards installation: installation succeeds and I can see new folders created in %APPDATA%\Local\Arduino15\packages\arduino\hardware, but the boards list in the UI is still empty and the boards manager shows the board as it is not installed.
However, at the same time I have no problems with libraries, installed ones are visible.
I'm using the latest Windows 11 and Arduino IDE versions.
Will appreciate any help. Thanks.
Hi @dnk1. 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:
- Select File > Quit from the Arduino IDE menus if it is running.
All Arduino IDE windows will close. - Start Windows "File Explorer".
- Open the Arduino IDE installation folder.
ⓘ The default installation location is at one of the following paths:-
C:\Program Files\Arduino IDE
-
(whereC:\Users\<username>\AppData\Local\Programs\Arduino IDE
<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 for Arduino IDE to finish starting completely.
- Switch back to the PowerShell window.
- 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.
- Press the Ctrl+V keyboard shortcut.
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.
Thank you for the answer and the guidance.
The log shows several errors like this:
ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Error loading hardware platform: following symlink c:\Users\user\AppData\Local\Arduino15\packages: EvalSymlinks: too many links
Most probably this is caused by my setup: C:\Users is a separate disk volume mounted to this path, like it's described, for example, here: How to mount a drive as a folder on Windows - Pureinfotech
If such setup is not supported by Arduino IDE, would it be possible to load boards folders from somewhere else? I've tried to copy them into the app and documents folders, however this didn't work.
I've created a bug report for the issue, hope for a fix:
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.