https://bugs.winehq.org/show_bug.cgi?id=55722
Bug ID: 55722 Summary: dmime:dmime - test_band_track_play() fails on macOS Product: Wine Version: unspecified Hardware: x86-64 OS: Mac OS X Status: NEW Severity: normal Priority: P2 Component: dmusic Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
dmime:dmime - test_band_track_play() fails on macOS:
dmime.c:3771: Test failed: got 0x88781182
See https://test.winehq.org/data/patterns.html#dmime:dmime
Where 0x88781182 == DMUS_E_LOADER_FAILEDOPEN
This started failing on 2023-09-29 when the todo was removed in the commit below (whereas before it was just hidden by the todo):
commit b733a46adae2af03d364bac9a0ecfd83390d25d3 Author: Rémi Bernon rbernon@codeweavers.com AuthorDate: Thu Sep 21 09:11:55 2023 +0200
dmusic: Implement SoundFont2 collection parsing.
So this would mean that the SoundFont2 collection parsing does not work on macOS.