Hello. I have a bit of a problem with the sound. When I first extracted paintball, I didn't get any sound. I looked at the terminal and saw this:
bassmannate@bassmannate-laptop:~/paintball2$ ./paintball2
Paintball 2 -- Version 3.21+r0.16
execing configs/config.cfg
Console initialized.
------- sound initialization -------
Initializing Linux sound.
/dev/dsp: Device or resource busy
SNDDMA_Init: Could not open /dev/dsp.
Obviously /dev/dsp is being used by something else, right? I read somewhere to kill esd so I did. When I run it, I get this:
Console initialized.
------- sound initialization -------
Initializing Linux sound.
sound sampling rate: 11025
------------------------------------
And I get sound but it's EXREMELY choppy. I get about 1/3 sec. every second. If I try to restart the sound when esd isn't running, then it just crashes paintball.
Edit: I should also say that when paintball crashes, it crashes with a seg. fault.