http://bugs.winehq.org/show_bug.cgi?id=16443
Summary: Regression in ntdll breaks IE6 setup Product: Wine Version: CVS/GIT Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: spa@starfinanz.de CC: julliard@winehq.org
Following commit breaks installation of Internet Explorer 6 setup after simulated reboot.
Module: wine Branch: master Commit: 2e25b859eaa0d9b479f8a51327ae6bdd0e327f87 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2e25b859eaa0d9b479f8a51327...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Nov 10 13:20:45 2008 +0100
ntdll: Don't call the dll entry point for native modules.
Error is: err:ntdll:RtlpWaitForCriticalSection section 0x6d384158 "?" wait timed out in thread 0044, blocked by 0000, retrying (60 sec) err:ntdll:RtlpWaitForCriticalSection section 0x6d384158 "?" wait timed out in thread 0044, blocked by 0000, retrying (60 sec)
I know that IE is not your favorite app. However, many apps still need native IE. Any chance to restore old behaviour?
This commit is also the cause for Bug 16425.