[Bug 11651] New: iTunes 7.4.6 does not install
http://bugs.winehq.org/show_bug.cgi?id=11651 Summary: iTunes 7.4.6 does not install Product: Wine Version: CVS/GIT Platform: Other URL: http://www.apple.com/itunes/download/ OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: msi AssignedTo: wine-bugs(a)winehq.org ReportedBy: jdahlin(a)async.com.br Using Git as of today (2008-02-19). Using a clean .wine with windows version set to XP or Vista. I am guess this is a problem in msi, but unsure, the last part of the console output shows this: fixme:winsock:WSCUnInstallNameSpace (0x1609f004) Stub! fixme:winsock:WSCInstallNameSpace (L"mdnsNSP" L"C:\\Arquivos de programas\\Bonjour\\mdnsNSP.dll" 0x0000000c 0x00000001 {b600e6e9-553b-4a19-8696-335e5c896153}) Stub! Successfully registered DLL c:\Arquivos de programas\Bonjour\mdnsNSP.dll Xlib: extension "GLX" missing on display ":0.0". err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems err:ole:CoGetClassObject class {0002e005-0000-0000-c000-000000000046} not registered err:ole:CoGetClassObject no class object {0002e005-0000-0000-c000-000000000046} could be created for context 0x1 Failed to register DLL c:\Arquivos de programas\Bonjour\ExplorerPlugin.dll err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not registered err:ole:CoGetClassObject no class object {304ce942-6e39-40d8-943a-b913c40c9cd4} could be created for context 0x1 fixme:msi:ITERATE_InstallService Dependency list unhandled! err:msi:ITERATE_StartService Failed to start service L"Bonjour Service" err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1627 err:msi:custom_get_thread_return Invalid Return Code 1627 err:msi:ITERATE_Actions Execution halted, action L"InstallPackages" returned 1603 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=11651 --- Comment #1 from Johan Dahlin <jdahlin(a)async.com.br> 2008-02-19 15:45:58 --- Created an attachment (id=10853) --> (http://bugs.winehq.org/attachment.cgi?id=10853) console log -- 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.
http://bugs.winehq.org/show_bug.cgi?id=11651 James Hawkins <truiken(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|msi |advapi32 Ever Confirmed|0 |1 --- Comment #2 from James Hawkins <truiken(a)gmail.com> 2008-02-19 18:14:03 --- The bug is in advapi32. The installer creates the following registry value: HKLM\SYSTEM\CurrentControlSet\Services\Bonjour Service\Parameters:ManageLLRouting=1 CreateService then fails with ERROR_SERVICE_EXISTS. CreateService should not fail in this case. I'll write up some tests. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=11651 --- Comment #3 from James Hawkins <truiken(a)gmail.com> 2008-02-19 19:47:18 --- Oh how I'd love to fix this if I had the time. The problem with a test is that Windows does not use the registry to check for the existence of services when calling CreateService. On Windows, the Service Control Manager service loads the initial services database from the registry at boot, and when checking for the existence of a specific service, it only checks the database, which can be modified by advapi32 Service calls, but not by modifying the registry. The solution is to fully implement the SCM and reimplement the advapi32 service API to call into the SCM service. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=11651 --- Comment #4 from James Hawkins <truiken(a)gmail.com> 2008-02-19 19:53:20 --- Some links for interested developers: http://www.hsc.fr/ressources/articles/win_net_srv/msrpc_svcctl.html http://websvn.samba.org/cgi-bin/viewcvs.cgi/branches/SAMBA_4_0/source/librpc... -- 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.
http://bugs.winehq.org/show_bug.cgi?id=11651 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net --- Comment #5 from Anastasius Focht <focht(a)gmx.net> 2008-02-20 00:44:43 --- Hello, http://bugs.winehq.org/show_bug.cgi?id=8671#c12 Regards -- 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.
http://bugs.winehq.org/show_bug.cgi?id=11651 Maarten Lankhorst <m.b.lankhorst(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #6 from Maarten Lankhorst <m.b.lankhorst(a)gmail.com> 2008-02-25 14:09:37 --- Same symptom as 8671 *** This bug has been marked as a duplicate of bug 8671 *** -- 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.
http://bugs.winehq.org/show_bug.cgi?id=11651 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2008-10-31 13:58:18 --- Closing duplicate. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=11651 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified -- 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.
participants (1)
-
wine-bugs@winehq.org