fmod "Starting MIDI playback failed" problem
Moderator: GZDoom Developers
Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
fmod "Starting MIDI playback failed" problem
I followed the instructions from http://zdoom.org/wiki/Compile_ZDoom_on_Linux on fedora 14 and I played the game with my wads but I can't hear the music and I saw this in the console: Starting MIDI playback failed
How do I fix this?
How do I fix this?
-
Edward-san
- Posts: 1774
- Joined: Sat Oct 17, 2009 9:40 am
Re: fmod "Starting MIDI playback failed" problem
Try changing the 'output system' and the 'midi device' options in: "menu->options->sound options" as you like. See what happens.
Re: fmod "Starting MIDI playback failed" problem
Timidity++ and opl synth devices work.
But fmod doesn't work. I tried all output systems but I saw the same error.
But fmod doesn't work. I tried all output systems but I saw the same error.
- Graf Zahl
- Lead GZDoom+Raze Developer

- Posts: 49252
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: fmod "Starting MIDI playback failed" problem
FMod requires a DLS file as sound font which does not come normally with Linux. This sounds to me that it simply was not configured.
Re: fmod "Starting MIDI playback failed" problem
Where do I get fmod sound fonts for linux?
How do I have to configure fmod?
How do I have to configure fmod?
Re: fmod "Starting MIDI playback failed" problem
Wiki: [wiki]FMOD[/wiki].
Re: fmod "Starting MIDI playback failed" problem
I found information about fmod but I didn't find a download link about the fmod sound fonts for linux.
Can you give me a link?
Can you give me a link?
-
Edward-san
- Posts: 1774
- Joined: Sat Oct 17, 2009 9:40 am
Re: fmod "Starting MIDI playback failed" problem
I've done this search:
"dls file fmod linux"
on google, but nothing interesting appeared, actually (check out the first link, lol).
"dls file fmod linux"
on google, but nothing interesting appeared, actually (check out the first link, lol).
- Bio Hazard
- Posts: 4019
- Joined: Fri Aug 15, 2003 8:15 pm
- Location: ferret ~/C/ZDL $
- Contact:
Re: fmod "Starting MIDI playback failed" problem
If you want midi support, just use FluidSynth and one of the bajillion sf2 soundfonts out there. (Some distributions have a "fluid-soundfont" package that works without even configuring anything.) Easy.
Re: fmod "Starting MIDI playback failed" problem
Try this one.Edward-san wrote:I've done this search:
"dls file fmod linux"
-
Edward-san
- Posts: 1774
- Joined: Sat Oct 17, 2009 9:40 am
Re: fmod "Starting MIDI playback failed" problem
Oh, good indeed.
I wish I could find a download link which isn't in a file sharing site (in order to copy-paste the link to wiki page). :/
I wish I could find a download link which isn't in a file sharing site (in order to copy-paste the link to wiki page). :/
Re: fmod "Starting MIDI playback failed" problem
Thanks for the gm.dls fileGez wrote:Try this one.Edward-san wrote:I've done this search:
"dls file fmod linux"
I can use fmod sound now.