18 Feb
2025
18 Feb
'25
3:50 p.m.
Fixes a bug where music on the radio in Fallout 3 is silent. Upon receiving EOS, the game resets the position of the stream and then calls `IMediaControl_Run()` without calling `IMediaControl_Stop()`. In wine, this results in the `got_ec_complete` variable being uncleared, and the stream position is stuck at end of stream. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7358