You have a mismatch between Blender plugin version and LuxCore binaries version (i.e. with/without multiple UVs support). Are you sure to have updated both ?Magog wrote: Mon Dec 30, 2019 10:00 am I tried to install the latest build, but I always get this error..
LuxCoreRender daily/automatic builds
Re: LuxCoreRender daily/automatic builds
Re: LuxCoreRender daily/automatic builds
I only downloaded the latest build and installed it.
Re: LuxCoreRender daily/automatic builds
Win Linux or OSX ??
check out my newest stuff http://q3de.com/research/
portfolio http://q3de.com/
Xeon X5650@4Ghz, RX 5700 - Monterey , Windows 10, Ubuntu 24.04,archlinux
portfolio http://q3de.com/
Xeon X5650@4Ghz, RX 5700 - Monterey , Windows 10, Ubuntu 24.04,archlinux
Re: LuxCoreRender daily/automatic builds
You should delete the installation, re-download the plugin and re-install. It should fix your problem.
Re: LuxCoreRender daily/automatic builds
Now work!
Tnx a lot!!!
Tnx a lot!!!
Re: LuxCoreRender daily/automatic builds
There will be a problem if BlendLuxCore is already installed or better was activated during the same blender session.
If the lib is loaded blender will not load it again thus you get a missmatch of the python plugin and the pyluxcore.so library.
You need to restart Blender to make it use the newly installed library. This is the fact even if you deinstall the older addon. !
If the lib is loaded blender will not load it again thus you get a missmatch of the python plugin and the pyluxcore.so library.
You need to restart Blender to make it use the newly installed library. This is the fact even if you deinstall the older addon. !
check out my newest stuff http://q3de.com/research/
portfolio http://q3de.com/
Xeon X5650@4Ghz, RX 5700 - Monterey , Windows 10, Ubuntu 24.04,archlinux
portfolio http://q3de.com/
Xeon X5650@4Ghz, RX 5700 - Monterey , Windows 10, Ubuntu 24.04,archlinux
Re: LuxCoreRender daily/automatic builds
Hi there,
I wanted to test the latest version of luxcore to see the changes to the light-tracing, but neither the blender addon works, nor the stand-alone version.
I downloaded the standalone version, unpacked it and run the following command from within the directory but get this:
Similarly, when enabling the blender-addon I get this error:
It seems there is some missing library, but I can't find this required libblosc.so.1 in neither the standalone package nor the blender-addon.
I wanted to test the latest version of luxcore to see the changes to the light-tracing, but neither the blender addon works, nor the stand-alone version.
I downloaded the standalone version, unpacked it and run the following command from within the directory but get this:
Code: Select all
./luxcoreui scenes/cornell/cornell.cfg
./luxcoreui: error while loading shared libraries: libblosc.so.1: cannot open shared object file: No such file or directory
Code: Select all
Traceback (most recent call last):
File "/opt/blender/2.81a/2.81/scripts/modules/addon_utils.py", line 351, in enable
mod = __import__(module_name)
File "/home/jero/.config/blender/2.81/scripts/addons/BlendLuxCore/__init__.py", line 23, in <module>
raise Exception(msg + "\n\nImportError: %s" % error) from None
Exception:
Could not import pyluxcore.
ImportError: libblosc.so.1: cannot open shared object file: No such file or directory
Re: LuxCoreRender daily/automatic builds
Win Linux or OSX ??
check out my newest stuff http://q3de.com/research/
portfolio http://q3de.com/
Xeon X5650@4Ghz, RX 5700 - Monterey , Windows 10, Ubuntu 24.04,archlinux
portfolio http://q3de.com/
Xeon X5650@4Ghz, RX 5700 - Monterey , Windows 10, Ubuntu 24.04,archlinux
Re: LuxCoreRender daily/automatic builds
I'm running Linux.