Author Topic: Lopping sound bug is back  (Read 1622 times)

Gilrond

  • Hydlaa Notable
  • *
  • Posts: 764
    • View Profile
Lopping sound bug is back
« 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

Gilrond

  • Hydlaa Notable
  • *
  • Posts: 764
    • View Profile
Re: Lopping sound bug is back
« Reply #1 on: June 10, 2011, 04:31:56 am »
Looks like the request for reopening finally made it through.

weltall

  • Moderator
  • Veteran
  • *
  • Posts: 1671
    • View Profile
    • http://weltall.heliohost.org
Re: Lopping sound bug is back
« Reply #2 on: June 10, 2011, 06:26:20 am »
did someone try my build in the last 2 months?

Sunda

  • Traveller
  • *
  • Posts: 10
    • View Profile
Re: Lopping sound bug is back
« Reply #3 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..

weltall

  • Moderator
  • Veteran
  • *
  • Posts: 1671
    • View Profile
    • http://weltall.heliohost.org
Re: Lopping sound bug is back
« Reply #4 on: June 10, 2011, 09:04:28 am »
but not telling me doesn't help considering on 0.5.6.1 it worked

Sunda

  • Traveller
  • *
  • Posts: 10
    • View Profile
Re: Lopping sound bug is back
« Reply #5 on: June 10, 2011, 06:52:25 pm »
This was on the old client.

WFM as of 0.5.7

weltall

  • Moderator
  • Veteran
  • *
  • Posts: 1671
    • View Profile
    • http://weltall.heliohost.org
Re: Lopping sound bug is back
« Reply #6 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?

weltall

  • Moderator
  • Veteran
  • *
  • Posts: 1671
    • View Profile
    • http://weltall.heliohost.org
Re: Lopping sound bug is back
« Reply #7 on: June 10, 2011, 09:17:25 pm »

Gilrond

  • Hydlaa Notable
  • *
  • Posts: 764
    • View Profile
Re: Lopping sound bug is back
« Reply #8 on: June 10, 2011, 10:35:02 pm »
0.5.6.1 fixed it. It's back in 0.5.7

Gilrond

  • Hydlaa Notable
  • *
  • Posts: 764
    • View Profile
Re: Lopping sound bug is back
« Reply #9 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

weltall

  • Moderator
  • Veteran
  • *
  • Posts: 1671
    • View Profile
    • http://weltall.heliohost.org
Re: Lopping sound bug is back
« Reply #10 on: June 10, 2011, 11:18:48 pm »
try the binary linked above

Gilrond

  • Hydlaa Notable
  • *
  • Posts: 764
    • View Profile
Re: Lopping sound bug is back
« Reply #11 on: June 11, 2011, 12:17:44 am »
Yes, this binary fixes the bug. How did it get back in? Svn merges messed up?

weltall

  • Moderator
  • Veteran
  • *
  • Posts: 1671
    • View Profile
    • http://weltall.heliohost.org
Re: Lopping sound bug is back
« Reply #12 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)