[Bug 25927] New: fifa11_demo hangs with builtin msvcr80 when run from batch file

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jan 29 19:07:57 CST 2011


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 at winehq.org
        ReportedBy: dank at 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.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list