arduino/Arduino

ide crashes without notice if unprivileged user has cyrillic username on windows 8

Open

#3 836 ouverte le 22 sept. 2015

Voir sur GitHub
 (7 commentaires) (0 réactions) (0 assignés)Java (7 022 forks)batch import
Component: IDEHelp wantedOS: WindowsType: Bug

Métriques du dépôt

Stars
 (13 974 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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: arduino_ide_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))

Guide contributeur