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.