https://bugs.winehq.org/show_bug.cgi?id=53941 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs(a)winehq.org |mstefani(a)winehq.org --- Comment #4 from Michael Stefaniuc <mstefani(a)winehq.org> --- Proper fix for the first crash is in the first two patches of https://gitlab.winehq.org/wine/wine/-/merge_requests/1601 0024:trace:dmloader:IDirectMusicLoaderImpl_GetObject : loading from file (L"Style.sty") 0024:warn:dmloader:IDirectMusicLoaderFileStream_Attach : failed That still fails to load but at least no invalid DMStyle interface is added to the list. The Style.sty file / resource seems to be in Resources.dll drive_c/ChickenTournament$ strings Resources.dll | grep Style.sty Style.sty But that's a problem for the future to solve. The game doesn't cares and continues to load until it hits the unrelated second crash from comment #2. -- 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.