Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error trying in docker run #6

Open
seansabe opened this issue Dec 29, 2017 · 3 comments
Open

Error trying in docker run #6

seansabe opened this issue Dec 29, 2017 · 3 comments

Comments

@seansabe
Copy link

ALCplaybackOOS_open: Could not open /dev/dsp: No such file or directory found bundled python: /usr/local/blender/2.79/python

Blender quit

@MartinHerren
Copy link

That's the standard behavior when not giving an input file to process

@ikester ikester closed this as completed Apr 23, 2020
@alexisrolland
Copy link

I had the same issue while I was providing a proper input file

$ /usr/local/blender/blender -b bouncing_ball.blend -o /media/frame_##### -F PNG -f 1

From my understanding this is a complete different problem and it is related to a missing audio dependency in Linux. I was able to avoid the error using the argument -noaudio as below.

$ /usr/local/blender/blender -b bouncing_ball.blend -noaudio -o /media/frame_##### -F PNG -f 1

@ikester
Copy link
Owner

ikester commented May 26, 2020

I see. It shouldn't be too hard to track down the dependency and include it in the Docker image. Do you happen to know what it is?

@ikester ikester reopened this May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants