[Bug 19352] New: Windows Live Messenger 2009 installer doesn't start

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jul 17 07:43:03 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=19352

           Summary: Windows Live Messenger 2009 installer doesn't start
           Product: Wine
           Version: 1.1.25
          Platform: PC
               URL: http://download.live.com/?sku=messenger
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: kernel32
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: andras at csevego.net


Created an attachment (id=22415)
 --> (http://bugs.winehq.org/attachment.cgi?id=22415)
+relay,+win log

If you use builtin msxml3 implementation, the installer silently exits.
After overriding it with ms's one, the installer goes further then displays an
error dialog, which says WLM programs cannot be installed.
After further investigation, i looked its setup log, which says:
--
SetupUX fatal error :: Tag=OnInitDialog, Error=0x80070717
--
This error means: ERROR_RESOURCE_LANG_NOT_FOUND, which thrown by FormatMessageW
After looking at +relay log, i can confirm:
(...)
0009:Call
KERNEL32.FormatMessageW(00001800,00400000,00000be4,00000000,006433dc,00000104,0032f318)
ret=0041ec74
0009:Ret  KERNEL32.FormatMessageW() retval=00000000 ret=0041ec74
0009:Call KERNEL32.GetLastError() ret=0041ec84
0009:Ret  KERNEL32.GetLastError() retval=00000717 ret=0041ec84
(...)

Commenting out SetLastError in FormatMessageW helps go further, but then it
will complain about it cannot download setup.

-- 
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