https://bugs.winehq.org/show_bug.cgi?id=42257
Bug ID: 42257 Summary: Warpath 21st Century does not have sound Product: Wine Version: 2.0-rc5 Hardware: x86-64 URL: http://www.synthetic-reality.com/warpath21.htm OS: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: 00cpxxx@gmail.com Distribution: Debian
Created attachment 56946 --> https://bugs.winehq.org/attachment.cgi?id=56946 wiki sound channels debug
To reproduce:
1) winetricks -q mfc42 2) install the game 3) run the game and wait for the intro screen to turn into a menu screen 4) hover the mouse over the menu options
Each time mouse hovers a menu item a sound should have played. Works in XP.
According to the wiki defined channels for sound debug this is the output when hovering:
16637.820:0049:trace:driver:CloseDriver (0x32f5d8, 00000000, 00020003); 16637.820:0049:trace:driver:DRIVER_FindFromHDrvr 0x32f5d8 -> NULL 16637.820:0049:warn:driver:CloseDriver Failed to close driver
There are no calls to OpenDriver, the game starts by calling CloseDriver and faking sucess does not fake it play the sound.
The first time the value 32f5d8 is seen is in the CloseDriver call according to relay (+ sound channels).
+file shows no wav files being loaded too.
Enabling FM Sound in the options does not change anything. Disabling Digital Sound in game options will make the sound stop in Windows (default is ON).
Last but not least, it does not seen to be a regression as Wine 1.4.1 behaves the same.