http://bugs.winehq.org/show_bug.cgi?id=24412
Summary: IE9 Beta fails to install -- needs ktmw32.sll Product: Wine Version: 1.3.2 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: msclrhd@gmail.com
Trying to install either the Vista or Windows 7 version of the IE9 beta:
Vista http://download.microsoft.com/download/3/7/E/37E6953F-684E-4E6B-987C-013135F...
Win 7 http://download.microsoft.com/download/6/B/1/6B1A881A-60FF-4845-8AD4-F842E4B... fails with the following error:
err:module:import_dll Library ktmw32.dll (which is needed by L"Z:\home\reece\Games\IE9-WindowsVista-x86-enu.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"Z:\home\reece\Games\IE9-WindowsVista-x86-enu.exe" failed, status c0000135 where ktmw32.dll is the Kernel Transaction Manager introduced in Windows Vista (see http://msdn.microsoft.com/en-us/library/bb986748%28v=VS.85%29.aspx).
http://bugs.winehq.org/show_bug.cgi?id=24412
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://download.microsoft.c | |om/download/3/7/E/37E6953F- | |684E-4E6B-987C-013135FFB181 | |/IE9-WindowsVista-x86-enu.e | |xe
http://bugs.winehq.org/show_bug.cgi?id=24412
A Wine user RandomAccountName@mail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |RandomAccountName@mail.com
http://bugs.winehq.org/show_bug.cgi?id=24412
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|IE9 Beta fails to install |IE9 Beta fails to install |-- needs ktmw32.sll |-- needs ktmw32.dll
http://bugs.winehq.org/show_bug.cgi?id=24412
the.ideals@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |the.ideals@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=24412
--- Comment #1 from the.ideals@gmail.com 2010-09-27 01:37:46 CDT --- ktmw32 stub dll by Vincent Povirk http://www.winehq.org/pipermail/wine-patches/2010-September/093711.html
http://bugs.winehq.org/show_bug.cgi?id=24412
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh@gmail.com
--- Comment #2 from Jerome Leclanche adys.wh@gmail.com 2010-09-27 12:10:44 CDT --- Committed as 8f87459baa2fd7d67723b9b0cd6e65576a0fe797. Now fails with:
$ wine IE9-WindowsVista-x86-enu.exe fixme:advapi:RegisterTraceGuidsW (0x6cd15f38, 0x6cd20180, {e2821408-c59d-418f-ad3f-aa4e792aeb79}, 1, 0x32df4c, (null), (null), 0x6cd20188,) fixme:commctrl:TaskDialogIndirect 0x32da34, 0x32da94, (nil), (nil) fixme:winhttp:WinHttpCrackUrl flag ICU_ESCAPE not supported fixme:winhttp:session_set_option unimplemented option 99
http://bugs.winehq.org/show_bug.cgi?id=24412
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |winhttp
--- Comment #3 from Vincent Povirk madewokherd@gmail.com 2010-09-27 12:57:30 CDT --- That unimplemented option in winhttp does appear to be the next failure. WinHttpSetOption returns FALSE, and the installer quits.
http://bugs.winehq.org/show_bug.cgi?id=24412
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hans@meelstraat.net
--- Comment #4 from Hans Leidekker hans@meelstraat.net 2010-09-27 13:12:14 CDT --- It's WINHTTP_OPTION_UNLOAD_NOTIFY_EVENT, but this happens when the installer wants to report an earlier failure. It wants to run this wmi query:
Select HotFixID from Win32_QuickFixEngineering WHERE HotFixID="KB971512" OR HotFixID="KB2117917"
but our wmi implementation is a complete stub. The win7 version of the installer gets a bit further, it starts downloading a .msu file which it then supplies as an argument to wusa.exe.
wusa.exe depends on the windows update service, so perhaps we should wait for a standalone version of the installer...
http://bugs.winehq.org/show_bug.cgi?id=24412
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|winhttp |-unknown
http://bugs.winehq.org/show_bug.cgi?id=24412
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair@hotmail.com
http://bugs.winehq.org/show_bug.cgi?id=24412
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #5 from Ken Sharp kennybobs@o2.co.uk 2010-12-17 00:15:29 CST --- Confirming.
http://bugs.winehq.org/show_bug.cgi?id=24412
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer
http://bugs.winehq.org/show_bug.cgi?id=24412
Tom Lane tom.lane0@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |tom.lane0@gmail.com
--- Comment #6 from Tom Lane tom.lane0@gmail.com 2011-03-13 08:51:03 CDT --- Still fails with the following output:
wine IE9.exe fixme:advapi:RegisterTraceGuidsW (0x6cd15f38, 0x6cd20180, {e2821408-c59d-418f-ad3f-aa4e792aeb79}, 1, 0x32def8, (null), (null), 0x6cd20188,) fixme:commctrl:TaskDialogIndirect 0x32da18, 0x32da7c, (nil), (nil) fixme:winhttp:WinHttpCrackUrl flag ICU_ESCAPE not supported fixme:winhttp:session_set_option unimplemented option 99
Tried with windows version vista/2008/7
running wine 1.3.15
http://bugs.winehq.org/show_bug.cgi?id=24412
--- Comment #7 from the.ideals@gmail.com 2011-03-15 03:12:23 CDT --- wine-1.3.15 - Win 7
IE9 RTM - IE9-Windows7-x86-enu.exe
fixme:advapi:RegisterTraceGuidsW (0x6cd15f38, 0x6cd20180, {e2821408-c59d-418f-ad3f-aa4e792aeb79}, 1, 0x32de50, (null), (null), 0x6cd20188,) fixme:commctrl:TaskDialogIndirect 0x32d970, 0x32d9d4, (nil), (nil)
http://bugs.winehq.org/show_bug.cgi?id=24412
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kennybobs@o2.co.uk
--- Comment #8 from Ken Sharp kennybobs@o2.co.uk 2011-04-12 22:29:01 CDT --- The installers for the various versions of IE9 all exit silently.
For NT6.0 (64) we get:
fixme:advapi:RegisterTraceGuidsW (0x7ff72344414, 0x7ff723685a0, {e2821408-c59d-418f-ad3f-aa4e792aeb79}, 1, 0x23d630, (null), (null), 0x7ff723685a8,) fixme:wbemprox:wbem_locator_ConnectServer 0x7f220, L"ROOT\CIMV2", (null), (null), (null), 0x00000000, (null), (nil), 0x23e040) fixme:commctrl:TaskDialogIndirect 0x23d4f0, 0x23d5a8, (nil), (nil)
And for NT6.1 (64):
fixme:advapi:RegisterTraceGuidsW (0x7ff72344414, 0x7ff723685a0, {e2821408-c59d-418f-ad3f-aa4e792aeb79}, 1, 0x23d630, (null), (null), 0x7ff723685a8,) fixme:commctrl:TaskDialogIndirect 0x23d4f0, 0x23d5a0, (nil), (nil)
NT6.0 installers are likely to be affected by Bug 20651. It doesn't look like the NT6.1 installers are.
The cause of the various installers failing may vary from version to version, so I'll leave it up to someone else to decide whether new bugs need to be opened for each - the original unimplemented .dll has been fixed after all. There is no longer any winhttp fixmes.
http://bugs.winehq.org/show_bug.cgi?id=24412
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |focht@gmx.net Resolution| |FIXED Summary|IE9 Beta fails to install |Internet Explorer 9 |-- needs ktmw32.dll |installer prerequisite | |check fails due to missing | |ktmw32.dll
--- Comment #9 from Anastasius Focht focht@gmx.net 2011-07-16 05:01:40 CDT --- Hello,
this bug has been resolved by commit 8f87459baa2fd7d67723b9b0cd6e65576a0fe797 Please don't recycle bugs.
Regards
http://bugs.winehq.org/show_bug.cgi?id=24412
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #10 from Alexandre Julliard julliard@winehq.org 2011-07-22 12:45:35 CDT --- Closing bugs fixed in 1.3.25.
http://bugs.winehq.org/show_bug.cgi?id=24412
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |8f87459baa2fd7d67723b9b0cd6 | |e65576a0fe797
https://bugs.winehq.org/show_bug.cgi?id=24412
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |ktmw32 URL|http://download.microsoft.c |https://web.archive.org/web |om/download/3/7/E/37E6953F- |/20101224155328/http://down |684E-4E6B-987C-013135FFB181 |load.microsoft.com/download |/IE9-WindowsVista-x86-enu.e |/3/7/E/37E6953F-684E-4E6B-9 |xe |87C-013135FFB181/IE9-Window | |sVista-x86-enu.exe