http://bugs.winehq.org/show_bug.cgi?id=15193
Summary: Using native comctl32.dll, file dialog box crashes when viewing a directory with a file whose name contains Chinese characters Product: Wine Version: 1.1.4 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: markk@clara.co.uk
Created an attachment (id=15941) --> (http://bugs.winehq.org/attachment.cgi?id=15941) Output on running wine notepad, then using File->Open, navigating to directory
When using the Windows native comctl32.dll, using the open file dialog box to navigate to a directory which contains a file with a "strange" name (Chinese characters) causes the program to crash.
Here is a hex dump (output of "ls" in the directory) of the specific file name that caused the crash (the final 0x0a is not part of the file name):
00000000 57 57 20 43 35 31 30 20 2d 20 e8 be a6 e8 b1 8e |WW C510 - ......| 00000010 e6 ba 90 e5 ae 92 2e 6c 6e 6b 0a |.......lnk.| 0000001b
To reproduce this behaviour: - Create a file with the above name. - Use winetricks to install native comctl32.dll - Use winecfg to override the built-in comctl32.dll if necessary - wine notepad.exe - Choose Open from the File menu and navigate to the directory where the file is.
Attached is the console output resulting from doing that on my system. The first line of the output, before an unhandled page fault message, is: fixme:mlang:GetGlobalFontLinkObject
http://bugs.winehq.org/show_bug.cgi?id=15193
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from Juan Lang juan_lang@yahoo.com 2008-09-08 22:04:38 --- What happens if you don't override comctl32.dll? If that doesn't work, you should open a bug about that instead. Marking this one invalid.
http://bugs.winehq.org/show_bug.cgi?id=15193
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from James Hawkins truiken@gmail.com 2008-09-08 22:08:27 --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=15193
--- Comment #3 from markk@clara.co.uk 2008-09-09 20:34:18 --- I thought that the message fixme:mlang:GetGlobalFontLinkObject before the crash could indicate a bug elsewhere in Wine.