https://bugs.winehq.org/show_bug.cgi?id=55688
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mstefani@winehq.org
--- Comment #1 from Michael Stefaniuc mstefani@winehq.org --- The fix is to add the path to the GM / default soundfont on MacOSX to dlls/dmloader/loader.c to the system_default_gm_paths[] array.
I don't have a Mac so no clue where that would be. This are the paths we have atm:
static const WCHAR *system_default_gm_paths[] = { L"/usr/share/sounds/sf2/default-GM.sf2", L"/usr/share/soundfonts/default.sf2", };