http://bugs.winehq.org/show_bug.cgi?id=13482
Summary: Latest msvcrt's won't load Product: Wine Version: 1.0-rc2 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: jon_p_griffiths@yahoo.com
The latest versions of msvcrt call the unimplemented InitializeCriticalSectionEx on dll attach. See e.g. http://forum.utorrent.com/viewtopic.php?id=37243 where a user attempted to use it as their native msvcrt. Without this function its also impossible to test the behaviour of the native dll without rebooting to windows.
A patch implementing this function (and its Rtl counterpart) is at http://www.winehq.org/pipermail/wine-patches/2008-May/055192.html. Hopefully it can be merged when the code freeze is over.