https://bugs.winehq.org/show_bug.cgi?id=42705
--- Comment #3 from legluondunet@free.fr legluondunet@free.fr --- Finally it is not a Wine bug. On Wine you need a software synthesizer installed and running on Linux to hear MIDI from a Windows application. Do you have a software synthesizer already installed? test: find a .mid file on your hard drive: locate .mid or on the internet. Then launch: aplaymidi -p128:0 midi_file.mid Do you hear the music? Good, Wine should play midi in Windows applications too. If you hear nothing, you need to install a software synthesizer. On Ubuntu: sudo apt-get install fluid-soundfont-gm fluidsynth then launch it as a server, in a terminal: fluidsynth -a pulseaudio -m alsa_seq -r 4800 -l /usr/share/sounds/sf2/FluidR3_GM.sf2 If you don not use pulseaudio on your Linux distribution, replace "-a pulseaudio" by "-a alsa" aplaymidi -p128:0 midi_file.mid --> you should now hear music, so you can now launch Hardwood Solitaire III and hear music. If you still can not hear music in HSIII, go to options, more options, sound and music, verify in the music tab that "Enable" box is checked.