http://bugs.winehq.org/show_bug.cgi?id=21435
Summary: MessageBoxEx() fails with wLanguageId=0x019. Can't find dialog resource for that lang Product: Wine Version: 1.1.36 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: pleasenospam325@mail.ru
Created an attachment (id=25811) --> (http://bugs.winehq.org/attachment.cgi?id=25811) fix MessageBoxEx failure
"The Bat! Voyager" 3.99 can't show confirmation dialogs: the call to MessageBoxEx() with wLanguageId==0x019 fails.
Looks like it can be fixed here: http://source.winehq.org/source/dlls/user32/msgbox.c#L513
in MessageBoxIndirectW() if FindResourceExW() fails with given dwLanguageId, try system default lang.
http://bugs.winehq.org/show_bug.cgi?id=21435
--- Comment #1 from leniviy pleasenospam325@mail.ru 2010-01-20 12:27:47 --- Created an attachment (id=25812) --> (http://bugs.winehq.org/attachment.cgi?id=25812) test program. all 5 msgboxes are displayed on WinXP
http://bugs.winehq.org/show_bug.cgi?id=21435
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com 2010-01-20 14:24:31 --- (In reply to comment #1)
Created an attachment (id=25812)
--> (http://bugs.winehq.org/attachment.cgi?id=25812) [details]
test program. all 5 msgboxes are displayed on WinXP
And what language does it display for 0x19?
http://bugs.winehq.org/show_bug.cgi?id=21435
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, patch, testcase
http://bugs.winehq.org/show_bug.cgi?id=21435
--- Comment #3 from leniviy pleasenospam325@mail.ru 2010-01-20 15:14:28 --- Actually, on Russian WinXP the buttons captions are in russian. On English the buttons are in english. No matter what wLanguageId is.
Maybe, when MUI pack is installed, the behavior changes.
http://bugs.winehq.org/show_bug.cgi?id=21435
Ilya Basin basinilya@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |basinilya@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=21435
leniviy pleasenospam325@mail.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #4 from leniviy pleasenospam325@mail.ru 2010-07-17 02:41:08 --- fixed for me in 1.2
http://bugs.winehq.org/show_bug.cgi?id=21435
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org 2010-07-30 12:57:43 --- Closing bugs fixed in 1.3.0.