Karma render delegate failed

   3465   7   2
User Avatar
Member
5 posts
Joined: Jan. 2010
Offline
Hey!

I have an issue here with Karma renderer, it's just not works here.. I've checked Apprentice restriction list and looks like all should be fine and work.

Maybe you could help me?

Here is some info:

Thanks!
Edited by mclawest - Jan. 27, 2022 17:14:01

Attachments:
Screenshot_20220128_002826.png (437.0 KB)

User Avatar
Member
7741 posts
Joined: Sept. 2011
Offline
Your linux installation is missing critical libraries. try installing libOpenGl and see if the problem persists.
User Avatar
Member
5 posts
Joined: Jan. 2010
Offline
jsmack
Your linux installation is missing critical libraries. try installing libOpenGl and see if the problem persists.

you're right! just installed it and all is works now!
thanks a lot!

$ sudo apt install libopengl0 -y
User Avatar
Member
4 posts
Joined: April 2017
Offline
Thanks man, same here)
User Avatar
Member
10 posts
Joined: May 2015
Offline
Hi ,I have exact same problem with fedora 36 I tried to install

sudo dnf install libopengl0 -y

but it says it is already installed and I get the same error .
I really appreciate some help.
User Avatar
Member
5 posts
Joined: Jan. 2010
Offline
any info from your console log would be helpful
User Avatar
Member
10 posts
Joined: May 2015
Offline
mclawest
any info from your console log would be helpful

Hi thanks for quick answer. I installed 589 version first but I got

munmap_chunk(): invalid pointer
Aborted (core dumped)

error then I used export LD_PRELOAD="/usr/lib64/libc_malloc_debug.so.0"
code for that and it worked but karma gave render delegate error. Now I dont have any idea where to
look.



[mustafa@fedora ~]$ houdini
Houdini DSO error on '/opt/hfs19.0.619/houdini/dso/SOP_Substance.so'
	libGLU.so.1: cannot open shared object file: No such file or directory
[mustafa@fedora ~]$ Unable to create Usd Render Plugin: HD_HoudiniRendererPlugin
HD_HoudiniRendererPlugin not supported - removing from renderer list
Houdini DSO error on '/opt/hfs19.0.619/houdini/dso/usdui/USD_UI.so'
	libGLU.so.1: cannot open shared object file: No such file or directory
Unable to load DSO /opt/hfs19.0.619/houdini/dso/usdui/USD_UI.so
System configuration error.  Try running with HOUDINI_DSO_ERROR=1
Edited by duveil - May 16, 2022 15:40:30

Attachments:
Screenshot from 2022-05-16 08-36-15.png (680.9 KB)

User Avatar
Member
10 posts
Joined: May 2015
Offline
Hi I dont know exactly which one is worked but I installed these libraries again with "*" at the end and everything works now .

** dnf -y install libXss*
** dnf -y install libGLU*
** dnf -y install libnsl*
Edited by duveil - May 16, 2022 17:20:10
  • Quick Links