Description
I have Пользователь
user account on windows 8 and arduino installer created directory C:\Users\Џ®«м§®ў ⥫м
with (AppData
and Documents
directories inside) which is obviously character encoding issue. When ide starts without elevated permissions it crashes without notice on "preparing boards" stage. It works if "run as administrator" used though. I run arduino_debug.exe and it shows "access denied" (отказано в доступе) error:
And it gives me a clue: Пользователь
user account has no write permissions for Џ®«м§®ў ⥫м
. icacls "C:\Users\?R<м§Rў в?<м" /grant Пользователь:(OI)(CI)F
(with administrator rights of course) solves this issue (I didnt type in ?R<м§Rў в?<м
, i tabbed it, dont know why its different this time).
I encounter this issue on two machines with win8 so I guess its not just me.
Windows 8.1 x64, arduino 1.6.5 installed with installer, (I have jre 1.8.0_60 x64, jdk 1.8.0_60 x64 on this machine if that maters (I assume arduino uses its own java env))