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