PlaneShift

Support => Technical Help: IN GAME bugs (after loading world) => Topic started by: Gilrond on June 10, 2011, 04:30:49 am

Title: Lopping sound bug is back
Post by: Gilrond on June 10, 2011, 04:30:49 am
After the update, this bug is back (with OpenAL):
http://bugs.hydlaaplaza.com/flyspray/index.php?do=details&task_id=5016
I get an error though when I try to request the reopening it.

Running Debian Testing (Wheezy) x86-64
Title: Re: Lopping sound bug is back
Post by: Gilrond on June 10, 2011, 04:31:56 am
Looks like the request for reopening finally made it through.
Title: Re: Lopping sound bug is back
Post by: weltall on June 10, 2011, 06:26:20 am
did someone try my build in the last 2 months?
Title: Re: Lopping sound bug is back
Post by: Sunda on June 10, 2011, 07:20:53 am
did someone try my build in the last 2 months?

I did, about 5 weeks ago. Problem still persisted..
Title: Re: Lopping sound bug is back
Post by: weltall on June 10, 2011, 09:04:28 am
but not telling me doesn't help considering on 0.5.6.1 it worked
Title: Re: Lopping sound bug is back
Post by: Sunda on June 10, 2011, 06:52:25 pm
This was on the old client.

WFM as of 0.5.7
Title: Re: Lopping sound bug is back
Post by: weltall on June 10, 2011, 07:19:46 pm
so 0.5.6.1 didn't fix it? be careful with the number as it's important.
if so do you have pulseaudio installed?
Title: Re: Lopping sound bug is back
Post by: weltall on June 10, 2011, 09:17:25 pm
ok try this http://www.megaupload.com/?d=15VHZBPR
Title: Re: Lopping sound bug is back
Post by: Gilrond on June 10, 2011, 10:35:02 pm
0.5.6.1 fixed it. It's back in 0.5.7
Title: Re: Lopping sound bug is back
Post by: Gilrond on June 10, 2011, 10:37:48 pm
And I'm not using pulseaudio as OpenAL backend (I don't like pulseaudio, it's laggy and buggy). I'm using ALSA (and sometimes OSS4 actually). Here is the config file for my OpenAL with ALSA backend (files in $HOME):

.openalrc
Code: [Select]
(define devices '(native alsa))
.alsoftrc
Code: [Select]
[general]
drivers = alsa
Title: Re: Lopping sound bug is back
Post by: weltall on June 10, 2011, 11:18:48 pm
try the binary linked above
Title: Re: Lopping sound bug is back
Post by: Gilrond on June 11, 2011, 12:17:44 am
Yes, this binary fixes the bug. How did it get back in? Svn merges messed up?
Title: Re: Lopping sound bug is back
Post by: weltall on June 11, 2011, 07:37:08 am
libopenal being linked dynamically even though it was buitin (aka a bug in your system openal + not being statically linked as wished)