Board package installation fails when user profile is stored at a junction folder #2658
Open
3 tasks done
Labels
type: imperfection
Perceived defect in any part of project
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: