http://bugs.winehq.org/show_bug.cgi?id=25888
Summary: assert failure playing mp3 file in Super Mario Bros. X Product: Wine Version: 1.3.12 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: quartz AssignedTo: wine-bugs@winehq.org ReportedBy: madewokherd@gmail.com
Created an attachment (id=32994) --> (http://bugs.winehq.org/attachment.cgi?id=32994) test program that plays a file with RenderFile
The windows game Super Mario Bros X spends a long time trying to start playing an mp3 file when it starts up. The particular file varies, but in one case it was c:\smbx\music\nsmb-overworld.mp3.
I tried using a test program to play this file with RenderFile. The program churns for a bit, printing a lot of fixmes that look like this:
fixme:quartz:parse_header Not a valid header: 00:ff
Eventually, the file seems to start playing for an instant, then the program crashes on a failed assertion.