IDE Hangs On Start: "Error: invalid path creating config dir...Access is denied" when home directory name different from username #2525
Labels
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Describe the problem
IDE hangs on start due to app trying to create files to a path based on username, not home directory name. My username and home directory name are not the same e.g. username:
skywalker
, homedir name:Skywa
. App can not write to a path with my username in it since the path does not exist in the "Users" directory (could be done with admin privileges, but app shouldn't need admin privileges to run).To reproduce
Start the app from the command line:
& '.\Arduino IDE.exe'
Same result starting the app from GUI.
Expected behavior
App to start without path error issue.
Arduino IDE version
2.3.3
Operating system
Windows
Operating system version
11
Additional context
Error output:
Issue checklist
The text was updated successfully, but these errors were encountered: