blender-docker icon indicating copy to clipboard operation
blender-docker copied to clipboard

Error trying in docker run

Open seansabe opened this issue 8 years ago • 3 comments

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

Blender quit

seansabe avatar Dec 29 '17 20:12 seansabe

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

MartinHerren avatar Aug 28 '19 12:08 MartinHerren

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

alexisrolland avatar May 23 '20 15:05 alexisrolland

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 avatar May 26 '20 13:05 ikester