All WUs fail on Ubuntu 10.04 x64
Exception caught: Worker application apparently died prematurely Status: -9
Hey there!
Your error is actually a few lines up:./blender: error while loading shared libraries: libpython3.1.so.1.0: cannot open shared object file: No such file or directory |[-->] Info: |child <2905> to stdout |0 - ./blender |1 - -noaudio |2 - -y |3 - -b
--------------------------- Exception caught: Worker application apparently died prematurely Status: -9 ---------------------------
You need to install python3.1. On Ubuntu, type to terminal:
sudo apt-get install libpython3.1
This issue was noted earlier here: http://www.renderfarm.fi/forum/post/1111
- Jesse Kaukonen, www.jessekaukonen.net
Thanx Gekko
Hey there!
Your error is actually a few lines up:./blender: error while loading shared libraries: libpython3.1.so.1.0: cannot open shared object file: No such file or directory
|[-->] Info:
|child <2905> to stdout
|0 - ./blender
|1 - -noaudio
|2 - -y
|3 - -b
---------------------------
Exception caught: Worker application apparently died prematurely
Status: -9
---------------------------
You need to install python3.1. On Ubuntu, type to terminal:
sudo apt-get install libpython3.1
This issue was noted earlier here: http://www.renderfarm.fi/forum/post/1111
- Jesse Kaukonen, www.jessekaukonen.net