LuxCoreRender daily/automatic builds

News & Announcements regarding releases, features, exporters and project coordination.
Post Reply
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: LuxCoreRender daily/automatic builds

Post 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 ?
Support LuxCoreRender project with salts and bounties
User avatar
Magog
Posts: 69
Joined: Fri Apr 20, 2018 3:18 pm
Location: Italy
Contact:

Re: LuxCoreRender daily/automatic builds

Post by Magog »

I only downloaded the latest build and installed it.
User avatar
u3dreal
Developer
Developer
Posts: 560
Joined: Tue Dec 03, 2019 3:23 pm
Location: Ulm
Contact:

Re: LuxCoreRender daily/automatic builds

Post by u3dreal »

Win Linux or OSX ??
check out my newest stuff http://q3de.com/research/
portfolio http://q3de.com/


MB Pro i7 2.3Ghz, IrisPro 1.5GB, GTX750m 2GB - BigSur
Xeon X5650@4Ghz, RX 5700 - BigSur , Windows 10, Ubuntu 20.04
User avatar
Magog
Posts: 69
Joined: Fri Apr 20, 2018 3:18 pm
Location: Italy
Contact:

Re: LuxCoreRender daily/automatic builds

Post by Magog »

Win
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: LuxCoreRender daily/automatic builds

Post 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.
Support LuxCoreRender project with salts and bounties
User avatar
Magog
Posts: 69
Joined: Fri Apr 20, 2018 3:18 pm
Location: Italy
Contact:

Re: LuxCoreRender daily/automatic builds

Post by Magog »

Now work!
Tnx a lot!!!
User avatar
u3dreal
Developer
Developer
Posts: 560
Joined: Tue Dec 03, 2019 3:23 pm
Location: Ulm
Contact:

Re: LuxCoreRender daily/automatic builds

Post 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. !
check out my newest stuff http://q3de.com/research/
portfolio http://q3de.com/


MB Pro i7 2.3Ghz, IrisPro 1.5GB, GTX750m 2GB - BigSur
Xeon X5650@4Ghz, RX 5700 - BigSur , Windows 10, Ubuntu 20.04
User avatar
Enty
Posts: 11
Joined: Mon Mar 26, 2018 1:59 pm
Location: Germany

Re: LuxCoreRender daily/automatic builds

Post 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.
User avatar
u3dreal
Developer
Developer
Posts: 560
Joined: Tue Dec 03, 2019 3:23 pm
Location: Ulm
Contact:

Re: LuxCoreRender daily/automatic builds

Post by u3dreal »

Win Linux or OSX ??
check out my newest stuff http://q3de.com/research/
portfolio http://q3de.com/


MB Pro i7 2.3Ghz, IrisPro 1.5GB, GTX750m 2GB - BigSur
Xeon X5650@4Ghz, RX 5700 - BigSur , Windows 10, Ubuntu 20.04
User avatar
Enty
Posts: 11
Joined: Mon Mar 26, 2018 1:59 pm
Location: Germany

Re: LuxCoreRender daily/automatic builds

Post by Enty »

I'm running Linux.
Post Reply