http://bugs.winehq.org/show_bug.cgi?id=26808
Summary: Blue Toad Murder Files crashes on startup: "No Audio Device Detected!" (needs XactEngine3_7.dll et al.) Product: Wine Version: 1.3.18 Platform: x86 URL: http://demos.gamersgate.com/21741 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: gyebro69@gmail.com
Created an attachment (id=34160) --> (http://bugs.winehq.org/attachment.cgi?id=34160) terminal output
The demo installs fine but won't run even after the following native components are installed via winetricks: d3dx9_36 vcrun2008 xact. The game throws an error dialogue, saying that no audio device can be found.
To reproduce the issue in the demo: 1) Install the demo by wine msiexec /i InstallBlueToadSeasonOneDemo.msi 2) winetricks vcrun2008 d3dx9_36 xact 3) Launch the demo by wine BT01Application.win32.exe >> an error dialogue is shown and the game crashes.
---excerpt from the log--- ... err:ole:CoGetClassObject class {5a508685-a254-4fba-9b82-9a24b00306af} not registered ... ---
That refers to a newer version of the Xaudio libraries which come bundled in the June 2010 DirectX redistributable. However, the current winetricks script installs directx libs from the February 2010 package, in which they're not included. The required files: XAudio2_7.dll XactEngine3_7.dll XAPOFX1_5.dll
You have to hunt them down from a Windows machine (with up-to-date directx), place them in /system32 and register them with regsvr32.exe. The game will start correctly afterwards.
http://bugs.winehq.org/show_bug.cgi?id=26808
GyB gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=26808
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #1 from Dan Kegel dank@kegel.com 2011-04-17 11:34:07 CDT --- Try winetricks xact_jun2010
http://bugs.winehq.org/show_bug.cgi?id=26808
--- Comment #2 from GyB gyebro69@gmail.com 2011-04-17 11:46:02 CDT --- (In reply to comment #1)
Try winetricks xact_jun2010
That did the trick (my winetricks script was outdated).
http://bugs.winehq.org/show_bug.cgi?id=26808
GyB gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://demos.gamersgate.com |http://www.fileplanet.com/2 |/21741 |17868/download/Blue-Toad-Mu | |rder-Files-Demo
--- Comment #3 from GyB gyebro69@gmail.com 2011-09-03 01:17:40 CDT --- Download link has been modified.
wine-1.3.27-224-g32c36b7
http://bugs.winehq.org/show_bug.cgi?id=26808
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
--- Comment #4 from Anastasius Focht focht@gmx.net 2013-04-27 06:30:33 CDT --- *** Bug 27200 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=26808
GyB gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |pepe@bloodkings.eu
--- Comment #5 from GyB gyebro69@gmail.com 2013-06-02 10:26:22 CDT --- *** Bug 33697 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=26808
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |greenalien.greenalien@gmail | |.com
--- Comment #6 from Anastasius Focht focht@gmx.net --- *** Bug 33116 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=26808
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |focht@gmx.net Summary|Blue Toad Murder Files |Multiple games need XAudio2 |crashes on startup: "No |'{5a508685-a254-4fba-9b82-9 |Audio Device Detected!" |a24b00306af}' XAudio2_7.dll |(needs XactEngine3_7.dll et |(Blue Toad Murder Files, |al.) |Crazy Machines, Zafehouse | |Diaries) Ever confirmed|0 |1
--- Comment #7 from Anastasius Focht focht@gmx.net --- Hello folks,
refining summary to collect all dupes here and for better search engine hits. Obviously still present.
$ wine --version wine-1.7.17-175-gc1bf61e
Regards
https://bugs.winehq.org/show_bug.cgi?id=26808
--- Comment #8 from Anastasius Focht focht@gmx.net --- Hello folks,
this is also needed for 'Wolfenstein - The New Order' (64-bit game).
--- snip --- ... ----- Initializing Sound System ------ FATAL ERROR: Failed to create XAudio2 engine. Try installing the latest DirectX. Dumped console text to C:\users\focht\Saved Games\MachineGames\Wolfenstein The New Order\base\ErrorLog_05-22-2014__08-45-51pm.txt.
idRenderSystem::Shutdown() Shutting down OpenGL subsystem
*************************** FATAL ERROR: Failed to create XAudio2 engine. Try installing the latest DirectX.
*************************** --- snip ---
Terminal output:
--- snip --- err:ole:CoGetClassObject class {5a508685-a254-4fba-9b82-9a24b00306af} not registered err:ole:CoGetClassObject no class object {5a508685-a254-4fba-9b82-9a24b00306af} could be created for context 0x1 --- snip ---
You need the 64-bit 'XAudio2_7.dll' and 'XAPOFX1_5.dll' components from 'Jun2010_XAudio_x64.cab' in 64-bit WINEPREFIX
--- snip --- $ wine64 regsvr32 XAudio2_7.dll --- snip ---
$ wine --version wine-1.7.19-56-gee13e10
Regards
http://bugs.winehq.org/show_bug.cgi?id=26808
Didier M. d-bugzilla@moens.cc changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |d-bugzilla@moens.cc
https://bugs.winehq.org/show_bug.cgi?id=26808
--- Comment #9 from Anastasius Focht focht@gmx.net --- Hello folks,
adding 'Doom 3 BFG Edition' to the list.
It also suffers from bug 36844 ('X3DAudio1_7.dll')
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/DOOM 3 BFG Edition
$ wine ./Doom3BFG.exe ... err:ole:CoGetClassObject class {5a508685-a254-4fba-9b82-9a24b00306af} not registered err:ole:CoGetClassObject no class object {5a508685-a254-4fba-9b82-9a24b00306af} could be created for context 0x1 ... --- snip ---
$ wine --version wine-1.7.21-50-g10e6a66
Regards
https://bugs.winehq.org/show_bug.cgi?id=26808
--- Comment #10 from Anastasius Focht focht@gmx.net --- Hello folks,
this is also needed for 'Legend of Grimrock 2'.
(needs workaround for bug 36844 first though)
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Legend of Grimrock 2
$ WINEDEBUG=+msgbox wine ./grimrock2.exe ... err:ole:CoGetClassObject no class object {5a508685-a254-4fba-9b82-9a24b00306af} could be created for context 0x1 err:ole:CoGetClassObject class {5a508685-a254-4fba-9b82-9a24b00306af} not registered err:ole:CoGetClassObject no class object {5a508685-a254-4fba-9b82-9a24b00306af} could be created for context 0x1 trace:msgbox:MSGBOX_OnInit L"The following error occurred while starting up the game:\nXAudio2 error in XAudio2Create\n\nPlease check that your computer meets the minimum system requirements and that your graphics card and sound card drivers are up to date." ... --- snip ---
$ wine --version wine-1.7.30
Regards
https://bugs.winehq.org/show_bug.cgi?id=26808
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ignas2526@gmail.com
--- Comment #11 from Anastasius Focht focht@gmx.net --- *** Bug 36029 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=26808
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xvachon@gmail.com
--- Comment #12 from Anastasius Focht focht@gmx.net --- *** Bug 26041 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=26808
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |andrey.goosev@gmail.com
--- Comment #13 from Anastasius Focht focht@gmx.net --- *** Bug 34358 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=26808
Guillaume Charifi guillaume.charifi@sfr.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |guillaume.charifi@sfr.fr
--- Comment #14 from Guillaume Charifi guillaume.charifi@sfr.fr --- Created attachment 50662 --> https://bugs.winehq.org/attachment.cgi?id=50662 Stub XAudio2 (2_7)
Hello, does this patch help ? (It provides stub implementation for XAudio2 class)
https://bugs.winehq.org/show_bug.cgi?id=26808
pa5hgan@inbox.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |pa5hgan@inbox.ru
https://bugs.winehq.org/show_bug.cgi?id=26808
--- Comment #15 from pa5hgan@inbox.ru --- (In reply to Guillaume Charifi from comment #14)
Created attachment 50662 [details] Stub XAudio2 (2_7)
Hello, does this patch help ? (It provides stub implementation for XAudio2 class)
It helps for wine-1.7.36. There is no sound at all, as expected, but game runs ok.
https://bugs.winehq.org/show_bug.cgi?id=26808
Béla Gyebrószki gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |i30817@gmail.com
--- Comment #16 from Béla Gyebrószki gyebro69@gmail.com --- *** Bug 38175 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=26808
Andrew Eikum aeikum@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |aeikum@codeweavers.com
https://bugs.winehq.org/show_bug.cgi?id=26808
Adam Bolte abolte@systemsaviour.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |abolte@systemsaviour.com
--- Comment #17 from Adam Bolte abolte@systemsaviour.com --- (In reply to Guillaume Charifi from comment #14)
Created attachment 50662 [details] Stub XAudio2 (2_7)
Hello, does this patch help ? (It provides stub implementation for XAudio2 class)
Confirming the stub works nicely (and still compiles cleanly) against 1.7.44. Helped me get Wolfenstein: The Old Blood running without crashes (as per my comment in bug #38668).
https://bugs.winehq.org/show_bug.cgi?id=26808
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |pinturiano@gmail.com
--- Comment #18 from Austin English austinenglish@gmail.com --- *** Bug 38668 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=26808
--- Comment #19 from Guillaume Charifi guillaume.charifi@sfr.fr --- Should be fixed upstream, now (obviously, without sound, but this should be another bug).
https://bugs.winehq.org/show_bug.cgi?id=26808
Béla Gyebrószki gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |2cc599d13a7c37f318de2dbb6ea | |bce0d3830169c Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #20 from Béla Gyebrószki gyebro69@gmail.com --- Marking fixed, thanks Guillaume.
https://bugs.winehq.org/show_bug.cgi?id=26808
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #21 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.45.
https://bugs.winehq.org/show_bug.cgi?id=26808
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |xaudio2