[Bug 31829] Ad Astra fails to start when music enabled ( MThd chunk support missing)

wine-bugs at winehq.org wine-bugs at winehq.org
Wed May 3 05:57:33 CDT 2017


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

Michael Stefaniuc <mstefani at winehq.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mstefani at winehq.org
            Summary|Ad Astra fails to start     |Ad Astra fails to start
                   |when music enabled          |when music enabled (MThd
                   |                            |chunk support missing)

--- Comment #8 from Michael Stefaniuc <mstefani at winehq.org> ---
The gm.dls FIXME is harmless and not the cause of the crash.

The game crashes because the MThd chunk is not supported:
0009:trace:dmfileraw:IDirectMusicLoaderFileStream_IStream_Read : data (size =
0x00000008): "MThd\x00\x00\x00\x06"
0009:trace:dmfile:IPersistStreamImpl_Load : 'MThd' chunk (size = 100663296):
unexpected chunk; loading failed)
0009:warn:dmloader:IDirectMusicLoaderImpl_GetObject : failed to (completely)
load object (DMUS_E_UNSUPPORTED_STREAM)
0009:trace:seh:raise_exception code=c0000005 flags=0 addr=0x56f6f8 ip=0056f6f8
tid=0009

I'll implement that once I clean up IPersistStream_Load().

-- 
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