http://bugs.winehq.org/show_bug.cgi?id=10348
Jörg Höhle hoehle@users.sourceforge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hoehle@users.sourceforge.ne | |t
--- Comment #5 from Jörg Höhle hoehle@users.sourceforge.net 2010-09-15 17:37:31 CDT --- This is a bug in built-in quartz - please set that component It does not manage to parse the MP3 files bgm/*.mp3: MPEG ADTS, layer III, v1, 128 kbps, 44.1 kHz, JntStereo
This is likely related to every other Wine MP3 bug about fixme:quartz:parse_header Not a valid header: 12:3e
Try a work-around: WINEDLLOVERRIDES='d3dxof,quartz,devenum=n' wine sgx2.exe
With a native quartz, the MCI shell more or less plays these .mp3 files.
Probably bug #23821 is a dupe of this one, and bug #22720 too. Use WINEDLLOVERRIDES='quartz,devenum=n' wine there. Please check.