https://bugs.winehq.org/show_bug.cgi?id=12182
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Supreme Commander and other |Multiple games need |games need XAudio DLLs for |X3DAudio1_1.dll (Supreme |sound |Commander)
--- Comment #52 from Anastasius Focht focht@gmx.net --- Hello folks,
as already indicated in my last comment, having this meta-meta bug is not useful.
I'm going to split this up, targeting *one* component.
bug 24545 -> X3DAudio1_6.dll bug 36844 -> X3DAudio1_7.dll
bug 26808 -> XAudio2_7.dll bug 26833 -> XAudio2_4.dll bug 36847 -> XAudio2_3.dll
I'll probably also un-dupe bugs that need XAudio(2) component not yet covered in Bugzilla.
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/R.G. Mechanics/Supreme Commander/bin
$ wine ./SupremeCommander.exe err:module:import_dll Library X3DAudio1_1.dll (which is needed by L"C:\Program Files\R.G. Mechanics\Supreme Commander\bin\MohoEngine.dll") not found err:module:import_dll Library MohoEngine.dll (which is needed by L"C:\Program Files\R.G. Mechanics\Supreme Commander\bin\SupremeCommander.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\Program Files\R.G. Mechanics\Supreme Commander\bin\SupremeCommander.exe" failed, status c0000135 --- snip ---
Dump of relevant import descriptor from 'MohoEngine.dll':
--- snip --- ... 21. ImageImportDescriptor: OriginalFirstThunk: 0x007F4BC8 TimeDateStamp: 0x00000000 (GMT: Thu Jan 01 00:00:00 1970) ForwarderChain: 0x00000000 Name: 0x008091AE ("X3DAudio1_1.dll") FirstThunk: 0x005B8AC8
Ordinal/Hint API name ------------ --------------------------------------- 0x0000 "_X3DAudioCalculate@20" 0x0001 "_X3DAudioInitialize@12" --- snip ---
$ wine --version wine-1.7.34-159-g7b45103
Regards