http://bugs.winehq.org/show_bug.cgi?id=33278
Bug #: 33278 Summary: Torchlight 2 hangs on menu with builtin msvcr90 Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: blog@pozimski.eu Classification: Unclassified
Tested with wine git, revision fbe7ab5c5af9b7ca3decc82ae986be2c78fa6165. Torchlight 2 now starts with bultin msvcr90, plays background sound but doesn't show the menu (but a load or blank screen instead). On the console the last error message ist the following:
err:ntdll:RtlpWaitForCriticalSection section 0x7e9c5d40 "(\x88\x9c$X\x01" wait timed out in thread 0009, blocked by 0000, retrying (60 sec)
Git bisect shows the following:
5d88f780dd4bbbde0ff27075b58321d7347f6d4b is the first bad commit commit 5d88f780dd4bbbde0ff27075b58321d7347f6d4b Author: Piotr Caban piotr@codeweavers.com Date: Mon Feb 18 10:26:01 2013 +0100
msvcr90: Prefer builtin version.
:040000 040000 09577625ae5788cd73d4a3cd6c5c6f82ea7d9807 aef32f8a1984759761461627f3e53a1e9d81204c M dlls
Again setting msvcr90 to native successfully works around this issue.
A debug trace for +msvcrt can be found here:
http://dl.dropbox.com/u/898079/msvcr_torchlight2.log.gz