http://bugs.winehq.org/show_bug.cgi?id=19004
Summary: Windows Live Messenger 8.5 installer fail to start Product: Wine Version: 1.1.23 Platform: PC URL: http://www.microsoft.com/downloads/details.aspx?displa ylang=en&FamilyID=7a1aae73-48cc-4f7a-b445-0487bd5e84ef OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: jaimerave@gmail.com
Created an attachment (id=21895) --> (http://bugs.winehq.org/attachment.cgi?id=21895) Console output
After doing wine WLinstaller.exe the installer just fail silently without showing any error.
http://bugs.winehq.org/show_bug.cgi?id=19004
Jaime Rave jaimerave@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer
http://bugs.winehq.org/show_bug.cgi?id=19004
Carlos Pizarro kr105.rules@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kr105.rules@gmail.com
--- Comment #1 from Carlos Pizarro kr105.rules@gmail.com 2009-06-19 22:14:23 --- Try installing Gecko with winetricks...
sh winetricks gecko
:)
http://bugs.winehq.org/show_bug.cgi?id=19004
--- Comment #2 from Jaime Rave jaimerave@gmail.com 2009-06-20 23:22:45 --- I'm using a clean wineprefix, with gecko installed on the system using apt. I'm in Ubuntu 9.04.
http://bugs.winehq.org/show_bug.cgi?id=19004
--- Comment #3 from Carlos Pizarro kr105.rules@gmail.com 2009-06-20 23:49:23 --- You need to install gecko with winetricks, not apt. =)
http://bugs.winehq.org/show_bug.cgi?id=19004
--- Comment #4 from Jaime Rave jaimerave@gmail.com 2009-06-21 02:15:20 --- Created an attachment (id=21923) --> (http://bugs.winehq.org/attachment.cgi?id=21923) +relay
This is the console output using a WINEDEBUG=+relay. Looks like it hanging in this line:
0009:Call KERNEL32.CreateMutexW(0032fb74,00000000,02472270 L"Global\{12A76FA9-B883-4cab-B910-906B01E4566D}") ret=01021026
But someone with more knowledge can take a look.
http://bugs.winehq.org/show_bug.cgi?id=19004
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #5 from Vitaliy Margolen vitaliy@kievinfo.com 2009-06-21 11:09:31 --- Confirming, doesn't do anything here either.
http://bugs.winehq.org/show_bug.cgi?id=19004
--- Comment #6 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-10-23 17:18:48 --- Created an attachment (id=24299) --> (http://bugs.winehq.org/attachment.cgi?id=24299) quick hacked up patch
the problem seems to be missing wuaueng.dll. It seems to look only for the versionresource. With attached patch (after doing make_makefiles) it gets a bit further up to the next bug to crash into wintrust
If i've some more time later i'll try tidy up the patch
http://bugs.winehq.org/show_bug.cgi?id=19004
Jaime Rave jaimerave@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |wintrust
--- Comment #7 from Jaime Rave jaimerave@gmail.com 2009-10-26 19:56:16 --- Louis patch make it in git today. setting the component to wintrust per comment #6.
http://bugs.winehq.org/show_bug.cgi?id=19004
--- Comment #8 from Juan Lang juan_lang@yahoo.com 2009-11-03 17:51:14 --- I don't see any wintrust crash here with today's git. I installed gecko first, and running wine WLinstaller.exe still fails silently. No wintrust errors, either. Could someone attach console output showing the wintrust error?
http://bugs.winehq.org/show_bug.cgi?id=19004
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |juan_lang@yahoo.com
http://bugs.winehq.org/show_bug.cgi?id=19004
--- Comment #9 from Juan Lang juan_lang@yahoo.com 2009-11-03 18:08:30 --- Created an attachment (id=24538) --> (http://bugs.winehq.org/attachment.cgi?id=24538) Console output
Answered my own question: I can reproduce it by installing ie6 first via 'winetricks ie6'. This is the output with native IE installed.
http://bugs.winehq.org/show_bug.cgi?id=19004
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|wintrust |-unknown
--- Comment #10 from Juan Lang juan_lang@yahoo.com 2009-11-03 18:09:40 --- Because it requires native ie6 to reproduce, I don't think this is a wintrust bug just yet. Not that there isn't one, but there's a bug, perhaps in mshtml or shdocvw, which prevents Wine from getting to this point in the first place. Changing component back to unknown.
http://bugs.winehq.org/show_bug.cgi?id=19004
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|juan_lang@yahoo.com |
--- Comment #11 from Juan Lang juan_lang@yahoo.com 2009-11-03 18:20:02 --- Patch sent for the wintrust crash: http://www.winehq.org/pipermail/wine-patches/2009-November/080880.html
With this patch applied, and gecko and ie6 installed via winetricks, the app still fails to install, apparently trying to start the COM+ event system: err:ole:CoGetClassObject no class object {4e14fba2-2e22-11d1-9964-00c04fbbb345} could be created for context 0x15 err:msi:custom_get_thread_return Invalid Return Code 4317 err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1603
http://bugs.winehq.org/show_bug.cgi?id=19004
--- Comment #12 from Jaime Rave jaimerave@gmail.com 2009-11-04 10:43:34 --- (In reply to comment #10)
Because it requires native ie6 to reproduce, I don't think this is a wintrust bug just yet. Not that there isn't one, but there's a bug, perhaps in mshtml or shdocvw, which prevents Wine from getting to this point in the first place. Changing component back to unknown.
This looks like the problem described also in http://bugs.winehq.org/show_bug.cgi?id=19352#c8. So the installers of Windows Live Messenger 8.5 and 2009 are hitting the same problem in in mshtml or shdocvw.
http://bugs.winehq.org/show_bug.cgi?id=19004
Jaime Rave jaimerave@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.microsoft.com/do |http://download.oldapps.com |wnloads/details.aspx?displa |/MSN/Install_Messenger_8.5. |ylang=en&FamilyID=7a1aae73- |1235.exe |48cc-4f7a-b445-0487bd5e84ef |
--- Comment #13 from Jaime Rave jaimerave@gmail.com 2009-12-30 10:02:05 --- Still a problem in Wine 1.1.35
http://bugs.winehq.org/show_bug.cgi?id=19004
Jaime Rave jaimerave@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://download.oldapps.com |http://download.microsoft.c |/MSN/Install_Messenger_8.5. |om/download/B/C/7/BC763977- |1235.exe |B234-4963-99F4-D350AC961BAF | |/wlsetup-web.exe Summary|Windows Live Messenger 8.5 |Windows Live Messenger 8.5 |installer fail to start |and 2009 installer fail to | |start
--- Comment #14 from Jaime Rave jaimerave@gmail.com 2010-01-25 16:15:47 --- Still a problem in Wine 1.1.37, you can workaround the issue with winetricks ie6. I have tested with Windows Live 2009 Installer.
http://bugs.winehq.org/show_bug.cgi?id=19004
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ssjgokux3@gmail.com
--- Comment #15 from Juan Lang juan_lang@yahoo.com 2010-03-26 13:45:35 --- *** Bug 21875 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=19004
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #24299|0 |1 is obsolete| |
--- Comment #16 from Juan Lang juan_lang@yahoo.com 2010-03-26 13:48:56 --- (From update of attachment 24299) This was already committed.
http://bugs.winehq.org/show_bug.cgi?id=19004
--- Comment #17 from Jaime Rave jaimerave@gmail.com 2010-07-20 22:14:55 --- Still a problem in wine-1.2-161-g061eb12
http://bugs.winehq.org/show_bug.cgi?id=19004
Jose Oscar joseoscarx@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |joseoscarx@hotmail.com
--- Comment #18 from Jose Oscar joseoscarx@hotmail.com 2011-04-04 20:40:46 CDT --- windows Live Messenger 8.5 and 2009 installers works fine on wine 1.3.17 confirm to close this bug
http://bugs.winehq.org/show_bug.cgi?id=19004
--- Comment #19 from Jaime Rave jaimerave@gmail.com 2011-04-04 21:14:06 CDT --- This is still a problem for me on wine-1.3.17-49-g5c57185. Using winetricks ie7 workarounds the problem.
http://bugs.winehq.org/show_bug.cgi?id=19004
--- Comment #20 from Jose Oscar joseoscarx@hotmail.com 2011-04-19 14:45:56 CDT --- I have Windows Live Messenger 8.5 (msi installer) and Windows Live Messenger 2009 installer and work well in wine 1.3.18, the problem is they do not run the applications.
http://bugs.winehq.org/show_bug.cgi?id=19004
Jaime Rave jaimerave@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |ABANDONED
--- Comment #21 from Jaime Rave jaimerave@gmail.com 2013-04-21 12:44:34 CDT --- Microsoft is no longer supporting MSN Messenger so I'm marking this as abandoned.
http://bugs.winehq.org/show_bug.cgi?id=19004
Jaime Rave jaimerave@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #22 from Jaime Rave jaimerave@gmail.com 2013-04-21 12:44:56 CDT --- Closing