https://bugs.winehq.org/show_bug.cgi?id=33225
--- Comment #3 from Bruno Jesus 00cpxxx@gmail.com --- The game uses mci strings to open and play its musics, before playing it sets the sound volume to 0. As expected wine does not play anything... If we ignore the volume setting specific command the musics will play.
0009:trace:mci:mciSendStringW (L"open SOUN~VT1\Intro.mp3 type mpegvideo", (nil), 0, (nil)) ... 0009:trace:mci:mciSendStringW (L"setaudio SOUN~VT1\Intro.mp3 volume to 0", (nil), 0, (nil)) ... 0009:trace:mci:mciSendStringW (L"play SOUN~VT1\Intro.mp3 from 0 repeat", (nil), 0, (nil))
I'll do some do some tests in Windows to observe the behavior.