[Bug 21435] New: MessageBoxEx() fails with wLanguageId=0x019. Can't find dialog resource for that lang

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jan 20 12:24:54 CST 2010


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 at winehq.org
        ReportedBy: pleasenospam325 at 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.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list