cckec / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

Mix up some characters in PREFIX path when setting register options #288

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Just look through the log:

sashka1@sashka1-N520D-A2 ~ $ env 
WINEPREFIX="/home/sashka1/Игружки/Crysis2/prefix_" winetricks
Executing w_do_call glsl=enabled
Executing load_glsl enabled
Setting Direct3D/UseGLSL to enabled
Executing winetricks_early_wine regedit 
C:\windows\Temp\_glsl=enabled\set-wined3d.reg

All is ok. Cyrillic characters is not a problem. 
But then I change directory name from 'Игружки' to 'Игрушки'
See the result:

sashka1@sashka1-N520D-A2 ~ $ env 
WINEPREFIX="/home/sashka1/Игрушки/Crysis2/prefix_" winetricks
Executing w_do_call glsl=enabled
/usr/bin/winetricks: 3: cannot create 
/home/sashka1/Игру�ки/Crysis2/prefix_/winetricks.log: Directory 
nonexistent
Executing load_glsl enabled
Setting Direct3D/UseGLSL to enabled
/usr/bin/winetricks: 3: cannot create 
/home/sashka1/Игру�ки/Crysis2/prefix_/dosdevices/c:/windows/temp/_glsl=e
nabled/set-wined3d.reg: Directory nonexistent
Executing winetricks_early_wine regedit 
C:\windows\Temp\_glsl=enabled\set-wined3d.reg

And now it's trying to find "Игру�ки" instead of initial 
"Игрушки".
Installing dlls and other works fine.

What version of the product are you using? On what operating system?

Mint 12. WINETRICKS_VERSION=20120912 (latest) maybe some (all) previous.

Original issue reported on code.google.com by sashka3...@gmail.com on 10 Nov 2012 at 7:26

GoogleCodeExporter commented 8 years ago
If this is still an issue in the latest SVN, could you please attach a log with:
winetricks -v whatever

Original comment by austinenglish@gmail.com on 15 Jun 2013 at 7:28

GoogleCodeExporter commented 8 years ago
sashka1@sashka1-home-desktop ~ $ env 
WINEPREFIX="/home/sashka1/Игрушки/Crysis2/prefix_" winetricks
Executing w_do_call glsl=enabled
Executing load_glsl enabled
Setting Direct3D/UseGLSL to enabled
Executing winetricks_early_wine regedit 
C:\windows\Temp\_glsl=enabled\set-wined3d.reg

It seems to be ok. But I'm using mint14 now.

Original comment by sashka3...@gmail.com on 28 Jun 2013 at 4:41

GoogleCodeExporter commented 8 years ago
Marking WORKSFORME.

Original comment by austinenglish@gmail.com on 29 Jun 2013 at 2:08