http://bugs.winehq.org/show_bug.cgi?id=20799
Summary: Mirror's Edge freeze during startup Product: Wine Version: 1.1.30 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: wylda@volny.cz
Created an attachment (id=24909) --> (http://bugs.winehq.org/attachment.cgi?id=24909) Console output from wine 1.1.30 with OpenAL enabled, i.e. crashing
Hi, last working version 1.1.29. In 1.1.30 Mirror's Edge begins to freeze during start up. Git bisect gave me following commit:
862965f4f71b19f251934b11d1e998831ccbaee6 is first bad commit commit 862965f4f71b19f251934b11d1e998831ccbaee6 Author: Chris Robinson chris.kcat@gmail.com Date: Tue Aug 25 03:26:35 2009 -0700
openal32: Add a stub DLL thunk.
:100755 100755 3874a35a0bfd4b09557b70da5002997990e6e4a9 329b2437d86b9110756b19d5112ef23850312fb0 M configure :100644 100644 0d2e860cde3230a48c3f07eb8fc76b6b89e66e72 adec95f6231a723469af3ba929cb402cc0f46a12 M configure.ac :040000 040000 c1840765b8243d56793701292703ab61169876c6 a1167dbd19bde794fef6e1b68a112f6a32f0f3a4 M dlls :040000 040000 b91f345e148e69435dc9a83f697f28b9ee06fa1f f5d07b2aee106b5bb0ccb14bd7c2f5e20d1d5d53 M include
Looks like OpenAL initial implementation??
So i tried under 1.1.30:
./configure --with-opengl --verbose <--- *** FREEZES ***
./configure --with-opengl --verbose --without-openal <--- **** WORKS ****
I read about other problems in OpenAL, so i upgraded OpenAL to v1.10.622. No change. Then i tried put slots slots=1 and sends=1 in /etc/openal/alsoft.conf. No change :-(