https://bugs.winehq.org/show_bug.cgi?id=31829
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mstefani@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@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().