Board package installation fails when user profile is stored at a junction folder #2658
Closed
3 tasks done
Labels
conclusion: invalid
Issue/PR not valid
topic: CLI
Related to Arduino CLI
type: imperfection
Perceived defect in any part of project
Uh oh!
There was an error while loading. Please reload this page.
Describe the problem
Arduino IDE is storing hardware packages in the folder
C:\Users\<username>\AppData\Local\Arduino15\packages\arduino\hardware
. If this folder or any of its parents is a symlink (or junction in Windows terminology), then Boards Manager fails to install and load existing board packages.And Arduino IDE log contains the following entry during startup:
To reproduce
mklink /J "C:\hardware" "%USERPROFILE%\AppData\Local\Arduino15\packages\arduino\hardware"
Expected behavior
Arduino IDE version
2.3.4
Operating system
Windows
Operating system version
Windows 11
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: