LogicReinc / LogicReinc.BlendFarm

A stand-alone Blender Network Renderer
GNU General Public License v3.0
441 stars 38 forks source link

3.4 blender versions not working #51

Closed GDurrens closed 1 year ago

GDurrens commented 1 year ago

Hi Thank you so much for this work. I notice that any version above 3.4 triggers a message "missing files ?" and the render fails. Changing just the version to below 3.4 works so that's not a permission or file issue. I'm using linux. Any idea ?

GDurrens commented 1 year ago

Just noticed that the server throws in the console : error while loading shared libraries: libsycl.so.6: cannot open shared object file: No such file or directory

GDurrens commented 1 year ago

Ok, I just renamed the file "libsycl.so.6.1.**" found in Blender Data corresponding to the version 3.4+ folder by "libsycl.so.6" and it worked...

LogicReinc commented 1 year ago

@GDurrens I found that apparantly, starting Blender 3.4, it is using symlinks in their deployment packages. These are not properly handled by my extraction code. For now I've solved this in the new version by copying the symlinks instead. This may cost a few extra megabytes but atleast it works universally.

LogicReinc commented 1 year ago

Fixed in release 1.1.4