Bug#314786: libsdl-sound1.2: playsound tries to open /usr/local/lib/timidity/midia.cfg at startup

2005-06-18 Thread Ari Pollak
What is the output of "which playsound"? Also, could you attach the gzip'ed output of "strace playsound"? Jörgen Tegnér wrote: > Package: libsdl-sound1.2 > Version: 1.0.1-5 > Severity: normal > > starting playsound, a failure message as below is printed and then the > program exits. > > Couldn't

Bug#314786: libsdl-sound1.2: playsound tries to open /usr/local/lib/timidity/midia.cfg at startup

2005-06-18 Thread Ari Pollak
Apparently the real problem is here: open("/dev/dsp", O_WRONLY|O_NONBLOCK) = -1 EBUSY (Device or resource busy) It really can't open your sound device because it's busy, and the timidity error is just incorrect. Jörgen Tegnér wrote: > > Happy hunting! > > [EMAIL PROTECTED]:~$ which playsound