http://bugs.winehq.org/show_bug.cgi?id=9498
Summary: WoW 2.2 fails to initialise audio (fmod error?) Product: Wine Version: CVS/GIT Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-directx-dsound AssignedTo: wine-bugs@winehq.org ReportedBy: winehq-bugzilla@six-by-nine.com.au
Created an attachment (id=7849) --> (http://bugs.winehq.org/attachment.cgi?id=7849) Debug trace of WoW 2.2 audio issues
WoW 2.2 is the upcoming patch for this very popular Wine game. It has a brand new audio API, and through previous patches has been known to cause errors. Blizzard have just released another patch for their test server, known as Public Test Realm (PTR).
This bug was reported earlier, bug was closed whilst the original reporter waited on a new PTR build. Blizzard have shipped PTR 7153, and the bug remains.
From the earlier bug report, I have followed these instructions to generate a
Wine debug log. ----- Please remove this registry entry: [HKEY_CURRENT_USER\Software\Wine\Debug] RelayFromExclude
Run wow program and attach /tmp/relay.txt to this bug:
WINEDEBUG=+tid,+seh,+relay wine wow.exe &> /tmp/relay.log ; grep -A 20 -B 300 "seh:" /tmp/relay.log > /tmp/relay.txt