https://bugs.winehq.org/show_bug.cgi?id=52221
Bug ID: 52221 Summary: GameMaker 8: Missing sound effects Product: Wine Version: 6.23 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-dmusic Assignee: wine-bugs@winehq.org Reporter: sterophonick@gmail.com Distribution: ---
Created attachment 71305 --> https://bugs.winehq.org/attachment.cgi?id=71305 The log of the funny game
Certain games that run on GameMaker 8 will rely on the DMIME functions IDirectMusicPerformance8Impl_PlaySegmentEx and IDirectMusicPerformance8Impl_StopEx. As these functions are stubbed, the audio is completely absent when these functions are called. Usually, the solution would be to use Winetricks to fetch DirectPlay and the related components, but the latency this causes is around half a second long.
Attached is a log from the parody game Sunky.MPEG, which when run in Wine, has audio completely missing as a result of these stubbed functions.