http://bugs.winehq.org/show_bug.cgi?id=25927
Summary: fifa11_demo hangs with builtin msvcr80 when run from batch file Product: Wine Version: 1.3.12 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
With today's, git, running fifa11 demo from a batch file with builtin nsvcr80 hangs after first screen with ... InputThread started err:ntdll:RtlpWaitForCriticalSection section 0x20a4bd8 "?" wait timed out in thread 000b, blocked by 0034, retrying (60 sec)
To reproduce, download http://static.cdn.ea.com/fifa/u/f/fifa11_pc_demo_NA.zip (sha1sum c3a66284bffb985f31b11e477dade50c0d4cac52) unzip & install winetricks d3dx9_36 cd ~/.wine/drive_c cat > run.bat <<_EOF_ c: cd C:\Program Files\EA Sports\FIFA 11 Demo\Game fifa.exe _EOF_ WINEDLLOVERRIDES=msvcr90=b wine cmd /c run.bat
Oddly, it doesn't seem to hang if not run from the batch file. WINEDEBUG=+file is also enough to get it to not hang.