[Bug 33225] Metacell demo can't play music in mp3 format

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Sep 3 23:52:39 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=33225

--- Comment #3 from Bruno Jesus <00cpxxx at 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.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list