LuxCoreRender daily/automatic builds

News & Announcements regarding releases, features, exporters and project coordination.
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 »

Again this stupid Mono Framework ....

I'll update later.
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
u3dreal
Developer
Developer
Posts: 560
Joined: Tue Dec 03, 2019 3:23 pm
Location: Ulm
Contact:

Re: LuxCoreRender daily/automatic builds

Post by u3dreal »

OK now all should be ....
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
MCurto
Posts: 56
Joined: Sun May 09, 2021 5:28 pm

Re: LuxCoreRender daily/automatic builds

Post by MCurto »

I really hate to be the person that keeps nagging and saying it isn't.

Last build of 17h ago, in 3.41 installs, but when you switch to rendered view gives unspecified error:
Screenshot 2023-01-26 at 11.05.47.jpg
I don't know to what error log it refers to, couldn't find any in my temp folder (open $TMPDIR), or any other relevant locations like Home or Blender App support in Library.
I ran Blender trought terminal with debug (don't know if there's a specific flag for Lux)

Debug file:
https://drive.google.com/file/d/1jyei1G ... share_link

Then the same release runs just fine after it compiles kernels in 3.3. But going back to 3.4 has the same behaviour
:shock:

EDIT: Also found this, presumably written by you (?) , is it still relevant to new Mac versions?:
https://wiki.luxcorerender.org/Compilin ... _10.13_.2B

BTW: I keep working in 3.3.3 and all is fine, have no issues with the Lux reselase not working in 3.4x , maybe just better to keep a warning somewhere there are compatibility issues with 3.4.x?
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 »

You can find it here ... i had something similar but after rendering the viewport works ...

The jpeg error is gone though.

what is you error ?
Attachments
Bildschirmfoto 2023-01-26 um 13.08.50.png
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
MCurto
Posts: 56
Joined: Sun May 09, 2021 5:28 pm

Re: LuxCoreRender daily/automatic builds

Post by MCurto »

Same as yours? CUDA? :roll:
Screenshot 2023-01-26 at 12.18.57.jpg
Screenshot 2023-01-26 at 12.24.10.jpg
And yes, its viewport only, it renders fine, even the Oranje Juice scene that was throwing errors.
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 »

It seems to be acociated with viewport denoising beeing enabled ... all works when disabled
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
MCurto
Posts: 56
Joined: Sun May 09, 2021 5:28 pm

Re: LuxCoreRender daily/automatic builds

Post by MCurto »

Right....

also, there's no option in 3.4 to change Denoiser for Viewport:
Screenshot 2023-01-26 at 13.13.52.jpg
3.3:
Screenshot 2023-01-26 at 13.16.14.jpg
Surely that's the problem
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 »

RuntimeError: module compiled against API version 0x10 but this version of numpy is 0xf
ImportError: numpy.core._multiarray_umath failed to import

it seems numpy is wrong version ..... will test
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
u3dreal
Developer
Developer
Posts: 560
Joined: Tue Dec 03, 2019 3:23 pm
Location: Ulm
Contact:

Re: LuxCoreRender daily/automatic builds

Post by u3dreal »

No that was not the problem ..
Traceback (most recent call last):
File "/Volumes/TOSHIBA_EXT/GitHub/Blender_Addons_2020/addons/BlendLuxCore/ui/render/viewport.py", line 68, in draw
can_use_optix = viewport.can_use_optix_denoiser(context)
File "/Volumes/TOSHIBA_EXT/GitHub/Blender_Addons_2020/addons/BlendLuxCore/properties/viewport.py", line 71, in can_use_optix_denoiser
if data.Get(prefix + ".cuda.compute.major").GetInt() >= 5:
RuntimeError: Undefined property in Properties::Get(): opencl.device.1.cuda.compute.major
seems to be a missing property ... now it is time to ask if this is only macOS ... does anyone have this problem on win etc ?
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
neo2068
Developer
Developer
Posts: 260
Joined: Tue Dec 05, 2017 6:06 pm
Location: Germany

Re: LuxCoreRender daily/automatic builds

Post by neo2068 »

Traceback (most recent call last):
File "/Volumes/TOSHIBA_EXT/GitHub/Blender_Addons_2020/addons/BlendLuxCore/ui/render/viewport.py", line 68, in draw
can_use_optix = viewport.can_use_optix_denoiser(context)
File "/Volumes/TOSHIBA_EXT/GitHub/Blender_Addons_2020/addons/BlendLuxCore/properties/viewport.py", line 71, in can_use_optix_denoiser
if data.Get(prefix + ".cuda.compute.major").GetInt() >= 5:
RuntimeError: Undefined property in Properties::Get(): opencl.device.1.cuda.compute.major
I recently added this check to only run OPTIX denoiser on newer Nvidia cards but this seems to give an error for non NVIDIA cards. I will push a fix soon.
i7 5820K, 32 GB RAM, NVIDIA Geforce RTX 2080 SUPER + GTX 1080, Windows 10 64bit, Blender 2.83.5
Support LuxCoreRender project with salts and bounties
Post Reply