[NOSOUND] Exult 1.4.05-svn

NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Forum rules
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Locked
wade

[NOSOUND] Exult 1.4.05-svn

Post by wade »

Hi.

When using the latest snapshot, I am unable to get any sound from exult. I can get sound with other applications (flash/mp3/etc..) but for some reason I am having a bit of a problem.

OGG Vorbis Digital Music: Enabled
Trying config specified Midi driver: `Timidity'
timidity.cfg: No such file or directory
Failed to initialize midi player (code: 1)
Failed!
Trying: `Timidity'
timidity.cfg: No such file or directory
Failed to initialize midi player (code: 1)
Failed!
Trying: `alsa'
ALSAMidiDriver: Can't subscribe to MIDI port (65:0)
Failed to initialize midi player (code: -1)
Failed!
Trying: `UnixSeqDevice'
UnixSeqDevice: opening device: /dev/sequencer
Success!
Midi Output: Enabled


Is there something I can try that I haven't already. I have tried different combinations wish the audio options within the game and I have also tried to remove pulseaudio to see if that was the cause.

I am running this on Fedora 10.

Thanks.
wade

Re: [NOSOUND] Exult 1.4.05-svn

Post by wade »

Got it to work.

$ cd .exult
$ cp /etc/timidity.cfg .

I edited the timidity.cfg file and removed the # options from the end on certain lines.

The following provides the timidity.cfg
I also have timidity++ installed just in case.

$ rpm -qf /etc/timidity.cfg
PersonalCopy-Lite-patches-4.1-3.fc9.noarch

I would like to use alsa because the timidity cracks a bit. Over all, works great.
Chris Graves

Re: [NOSOUND] Exult 1.4.05-svn

Post by Chris Graves »

Simple as moving /etc/timidity.cfg to ~/.exult. Thanks man!

Chris
Locked