Author Topic: sound bug pball 35 ubuntu  (Read 2561 times)

unowos

  • PGP
  • Posts: 14
sound bug pball 35 ubuntu
« on: May 14, 2012, 09:05:33 AM »
running on ubuntu 12.04 the sound does not work.
In previous versions it worked.

Code: [Select]
~/Descargas/paintball2$ [b]./paintball2 [/b]

Paintball 2 -- Version 2.0
Execing configs/config.cfg.
Console initialized.

------- Sound initialization -------
LoadLibrary("./snd_oss.so")
/dev/dsp: No such file or directory
SNDDMA_Init: Could not open /dev/dsp.
------- Loading ref_pbgl.so -------
changing driver...
Code: [Select]
------- Sound initialization -------
LoadLibrary("./snd_oss.so")
dlopen("q2a3d.so") failed: q2a3d.so: cannot open shared object file: No such file or directory
Error loading up q2a3d module.
------------------------------------

------- Sound initialization -------
LoadLibrary("./snd_oss.so")
/dev/dsp: No such file or directory
SNDDMA_Init: Could not open /dev/dsp.
Recursive shutdown.

What can we do?
I think it is problem from old libraries on the part of dp. What do you think?

ViciouZ

  • Map Committee
  • Autococker
  • Posts: 2227
Re: sound bug pball 35 ubuntu
« Reply #1 on: May 14, 2012, 11:20:07 AM »
Try "+snd_driver alsa" argument

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: sound bug pball 35 ubuntu
« Reply #2 on: May 15, 2012, 07:43:03 PM »
Looks like you've enabled the 3D sound option.  That doesn't work in Linux.

unowos

  • PGP
  • Posts: 14
Re: sound bug pball 35 ubuntu
« Reply #3 on: May 16, 2012, 01:45:25 PM »
no.
I try with "3d" and without it (obviously, in normal conditions, without it...)
i try
Code: [Select]
./paintball2 +snd_driver alsa does not work.
Any other solution?

NJIN

  • VM-68
  • Posts: 226
Re: sound bug pball 35 ubuntu
« Reply #4 on: May 16, 2012, 02:31:06 PM »
i had the same problem with build 32 i had to reinstall linux to fix it

unowos

  • PGP
  • Posts: 14
Re: sound bug pball 35 ubuntu
« Reply #5 on: May 17, 2012, 08:01:48 AM »
reinstall linux is not a solution. That's only luck...

ViciouZ

  • Map Committee
  • Autococker
  • Posts: 2227
Re: sound bug pball 35 ubuntu
« Reply #6 on: May 17, 2012, 01:14:20 PM »
Try "+snd_driver sdl" and make sure you have libsdl installed.

unowos

  • PGP
  • Posts: 14
Re: sound bug pball 35 ubuntu
« Reply #7 on: May 18, 2012, 01:34:52 PM »
That works!!!!!
Code: [Select]
./paintball2 +snd_driver sdlthanks all!