Page 2 of 2

Re: LINUX Cuda (Optix) Error with BlendLuxCore 2.5beta

Posted: Sat Jan 16, 2021 8:15 am
by johannes.wilde
Update:

At least BlendLuxCore 2.4 works fine. OpenCl of course.

If i choose OpenCl in BlendLuxCore 2.5 however, it shows me the same error message as posted before using Cuda and Optix

Re: LINUX Cuda (Optix) Error with BlendLuxCore 2.5beta

Posted: Sat Jan 16, 2021 11:00 am
by Dade
johannes.wilde wrote: Sat Jan 16, 2021 8:15 am Update:

At least BlendLuxCore 2.4 works fine. OpenCl of course.

If i choose OpenCl in BlendLuxCore 2.5 however, it shows me the same error message as posted before using Cuda and Optix
Try to disable GPU usage for film image pipeline (i.e. use only the CPU), your error is triggered there and BlendLuxCore my force the use OpenCL for the rendering but not for the image pipeline (where it may still use CUDA).
So OpenCL should work with 2.5 too.

Re: LINUX Cuda (Optix) Error with BlendLuxCore 2.5beta

Posted: Sat Jan 16, 2021 12:20 pm
by johannes.wilde
That works for now with OpenCl. Thanks a lot!
There seems to be someone using Manjaro with the same GPU having the same problems:

https://www.bountysource.com/issues/922 ... uiltins-so

Re: LINUX Cuda (Optix) Error with BlendLuxCore 2.5beta

Posted: Sat Jan 16, 2021 10:16 pm
by Dade
johannes.wilde wrote: Sat Jan 16, 2021 12:20 pm There seems to be someone using Manjaro with the same GPU having the same problems:

https://www.bountysource.com/issues/922 ... uiltins-so
v440 drivers are very old, his problem may be there.

Re: LINUX Cuda (Optix) Error with BlendLuxCore 2.5beta

Posted: Tue Feb 09, 2021 10:05 am
by johannes.wilde
ChandraVFX postet the solution on GitHub:
Copy from Home ./config/blender/2.90/scripts/addons/BlendLuxCore/bin (place where BlenderLuxCore addon installed) all libnvrtc to /usr/lib.
example:
sudo cp libnvrtc*.* /usr/lib

Now it works!