https://bugs.winehq.org/show_bug.cgi?id=53941
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs@winehq.org |mstefani@winehq.org
--- Comment #4 from Michael Stefaniuc mstefani@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.