[2.78 testbuild2] AL lib: (EE) ALCplaybackAlsa_mixerNoMMapProc: available update failed: Broken pipe #49208

Closed
opened 2016-08-31 00:22:24 +02:00 by sn0w75-4 · 17 comments

System Information
Ubuntu 14.04, 64-bit.
Graphics card is NVIDIA GTX 670, NVIDIA driver version is 370.23 (beta).

Blender Version
Broken: http://download.blender.org/release/Blender2.78/blender-2.78-testbuild2-linux-glibc219-x86_64.tar.bz2
Worked: 2.77a

Short description of error
Startup Blender from a console, this error message gets printed to the console.

I haven't tried to playback any audio within Blender after getting this error, let me know if I should do some testing in this regard.

Does not occur in 2.77a.

**System Information** Ubuntu 14.04, 64-bit. Graphics card is NVIDIA GTX 670, NVIDIA driver version is 370.23 (beta). **Blender Version** Broken: http://download.blender.org/release/Blender2.78/blender-2.78-testbuild2-linux-glibc219-x86_64.tar.bz2 Worked: 2.77a **Short description of error** Startup Blender from a console, this error message gets printed to the console. I haven't tried to playback any audio within Blender after getting this error, let me know if I should do some testing in this regard. Does not occur in 2.77a.
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @sn0w75-4

Added subscriber: @sn0w75-4

Added subscriber: @Sergey

Added subscriber: @Sergey

This is an error message printed by OpenAL library, so we can't really control this output. Things to check:

  • Check if the audio actually works. If it does work, then just ignore the message from the console ;)
  • Check if this happens with glibc211 builds.
This is an error message printed by OpenAL library, so we can't really control this output. Things to check: - Check if the audio actually works. If it does work, then just ignore the message from the console ;) - Check if this happens with glibc211 builds.
Author

OK, I did some testing with the new Release Candidate 1 builds.

  • The issue (error printed to console) still occurs in rc1-glibc219.
  • The issue does not occur in rc1-glibc211.

testbuild2 download links went down when rc1 went up, so I haven't tested testbuild2-gilbc211, but I would presume the issue does not occur in that build either.

Testing audio playback by loading an OGG file and playing it back in the Video Sequence Editor:

  • In rc1-glibc211, the OGG file played back normally.
  • In rc1-glibc219, while playing back the OGG file resulted in audible sound, on one attempt the playback was choppy, and on another attempt I got noise that didn't resemble the OGG at all.

I have a HDMI recorder I can use to record the audio playback in rc1-glibc211 vs. rc1-glibc219 if you'd like me to.

OK, I did some testing with the new Release Candidate 1 builds. * The issue (error printed to console) still occurs in rc1-glibc219. * The issue does **not** occur in rc1-glibc211. testbuild2 download links went down when rc1 went up, so I haven't tested testbuild2-gilbc211, but I would presume the issue does not occur in that build either. Testing audio playback by loading an OGG file and playing it back in the Video Sequence Editor: * In rc1-glibc211, the OGG file played back normally. * In rc1-glibc219, while playing back the OGG file resulted in audible sound, on one attempt the playback was choppy, and on another attempt I got noise that didn't resemble the OGG at all. I have a HDMI recorder I can use to record the audio playback in rc1-glibc211 vs. rc1-glibc219 if you'd like me to.

Does the issue happen with any sound? Any chance you can share ogg file which caused issue for you?

Does the issue happen with any sound? Any chance you can share ogg file which caused issue for you?
Author

It seems to occur with any sound (I tested 3 different OGG files and 2 different MP3 files, all were either choppy or noisy when played back).

Here's one of the OGG files I tested.

prep.ogg

It seems to occur with any sound (I tested 3 different OGG files and 2 different MP3 files, all were either choppy or noisy when played back). Here's one of the OGG files I tested. [prep.ogg](https://archive.blender.org/developer/F352783/prep.ogg)

Thanks, will have a closer look tomorrow.

Thanks, will have a closer look tomorrow.

Unfortunately, didn't manage to reproduce the issue with any glibc219 builds on neither own system (Debian stable) nor on Ubunto 15.04 system we've got around and nor on the LiveCD of Ubuntu 14.04.

Things to try:

  • Start blender with factory settings (blender --factory-startup)
  • Try latest builds from builder.blender.org (i did re-compile OpenAL making sure all proper environment flags are set)
  • See if the sound exists if you boot Ubuntu 16.04 LiveCD on your machine.
  • See if you can reproduce the error on another machine.
Unfortunately, didn't manage to reproduce the issue with any glibc219 builds on neither own system (Debian stable) nor on Ubunto 15.04 system we've got around and nor on the LiveCD of Ubuntu 14.04. Things to try: - Start blender with factory settings (`blender --factory-startup`) - Try latest builds from builder.blender.org (i did re-compile OpenAL making sure all proper environment flags are set) - See if the sound exists if you boot Ubuntu 16.04 LiveCD on your machine. - See if you can reproduce the error on another machine.
Author

The error message and choppy/glitched sound persists when starting blender 2.78-rc1 with factory settings (--factory-startup).

On the latest glibc219 build from builder.blender.org, the error message and choppy/glitched sound still occurs, although there was one instance where it randomly played back a sound normally despite the error message still being printed to console.

Fortunately this issue isn't critical since it seems to only occur on glibc19 builds.
I'll try to get around to some 16.04 LiveCD tests on my machine as well as another machine soon.

The error message and choppy/glitched sound persists when starting blender 2.78-rc1 with factory settings (--factory-startup). On the latest glibc219 build from builder.blender.org, the error message and choppy/glitched sound still occurs, although there was one instance where it randomly played back a sound normally despite the error message still being printed to console. Fortunately this issue isn't critical since it seems to only occur on glibc19 builds. I'll try to get around to some 16.04 LiveCD tests on my machine as well as another machine soon.

The thing is hat glibc211 environment is really tricky for maintenance now, and really difficult to add new dependencies we need (for example, HMD support thingies). So eventually we'll be retiring glibc211 sooner than later. So from this point of view we have to figure out what causes the problem.

I did another trick: just used OpenAL libraries from glibc211 environment now. Mind downloading fresh buildbot version again and give it a try? :)

The thing is hat glibc211 environment is really tricky for maintenance now, and really difficult to add new dependencies we need (for example, HMD support thingies). So eventually we'll be retiring glibc211 sooner than later. So from this point of view we have to figure out what causes the problem. I did another trick: just used OpenAL libraries from glibc211 environment now. Mind downloading fresh buildbot version again and give it a try? :)
Author

Ahhh, I see, I wasn't aware of those circumstances.

Glad to help :) I tried out 922aefb-glibc219, issue does not occur in this latest build (no error msg in console, sound seems to play normally)

Ahhh, I see, I wasn't aware of those circumstances. Glad to help :) I tried out 922aefb-glibc219, **issue does not occur in this latest build** (no error msg in console, sound seems to play normally)

That is interesting. Would be really curios to know why. Could be some compiler bug, or issue in OpenAL code which is visible when new compilers are used..

Would you mind doing some more tests in the coming days so we'll figure out the root of the issue? (just afraid at some point we'll have to update OpenAL and if we can't compile proper lib in a new environment it'll be a real bummer :S).

That is interesting. Would be really curios to know why. Could be some compiler bug, or issue in OpenAL code which is visible when new compilers are used.. Would you mind doing some more tests in the coming days so we'll figure out the root of the issue? (just afraid at some point we'll have to update OpenAL and if we can't compile proper lib in a new environment it'll be a real bummer :S).
Author

Yeah, I don't mind. Just make a comment on the ticket and I'll get on it as soon as I can.

Yeah, I don't mind. Just make a comment on the ticket and I'll get on it as soon as I can.
Member

Added subscriber: @Blendify

Added subscriber: @Blendify
Member

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Aaron Carlisle self-assigned this 2017-08-20 07:11:25 +02:00
Member

Closing due to no reply.

Closing due to no reply.
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#49208
No description provided.