http://bugs.winehq.org/show_bug.cgi?id=20720
Summary: winebrowser fails when # is in the file name Product: Wine Version: 1.1.33 Platform: Macintosh OS/Version: Mac OS X 10.5 Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: domiman@gmail.com
I'm using winebrowser to open various files on my host system. When the file name of a file I try to open contains # winebrowser can't find the file for some reason.
my registry entries:
REGEDIT4
[HKEY_CLASSES_ROOT.ini] @="WINE_BROWSER.file"
[HKEY_CLASSES_ROOT\WINE_BROWSER.file]
[HKEY_CLASSES_ROOT\WINE_BROWSER.file\shell]
[HKEY_CLASSES_ROOT\WINE_BROWSER.file\shell\open]
[HKEY_CLASSES_ROOT\WINE_BROWSER.file\shell\open\command] @="c:\windows\system32\winebrowser.exe -nohome "%1""
and the error when I try to open ~/.wine/drive_c/windows/test#.ini:
The file /Users/dominus/.wine/drive_c/windows/C:\windows\test#.ini does not exist. (no other text in the console about this)
When I rename test#.ini to test.ini it opens fine with the associated app on my system.
My system Mac OS X 10.6.2, bug observed in both Wine 1.1.32 and 1.1.33