https://bugs.winehq.org/show_bug.cgi?id=55688 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mstefani(a)winehq.org --- Comment #1 from Michael Stefaniuc <mstefani(a)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", }; -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.