Page 6 of 23

Re: LuxCoreRender daily/automatic builds

Posted: Mon Dec 30, 2019 10:47 am
by Dade
Magog wrote: Mon Dec 30, 2019 10:00 am I tried to install the latest build, but I always get this error..
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 ?

Re: LuxCoreRender daily/automatic builds

Posted: Mon Dec 30, 2019 12:30 pm
by Magog
I only downloaded the latest build and installed it.

Re: LuxCoreRender daily/automatic builds

Posted: Mon Dec 30, 2019 3:50 pm
by u3dreal
Win Linux or OSX ??

Re: LuxCoreRender daily/automatic builds

Posted: Mon Dec 30, 2019 9:37 pm
by Magog
Win

Re: LuxCoreRender daily/automatic builds

Posted: Wed Jan 01, 2020 11:10 am
by Dade
Magog wrote: Mon Dec 30, 2019 9:37 pmWin
You should delete the installation, re-download the plugin and re-install. It should fix your problem.

Re: LuxCoreRender daily/automatic builds

Posted: Thu Jan 02, 2020 8:37 am
by Magog
Now work!
Tnx a lot!!!

Re: LuxCoreRender daily/automatic builds

Posted: Fri Jan 03, 2020 4:40 pm
by u3dreal
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. !

Re: LuxCoreRender daily/automatic builds

Posted: Sat Jan 04, 2020 1:54 pm
by Enty
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:

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
Similarly, when enabling the blender-addon I get this error:

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
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.

Re: LuxCoreRender daily/automatic builds

Posted: Sat Jan 04, 2020 5:01 pm
by u3dreal
Win Linux or OSX ??

Re: LuxCoreRender daily/automatic builds

Posted: Sat Jan 04, 2020 5:52 pm
by Enty
I'm running Linux.