Recently I've got a new desktop machine and installed Houdini Indie (Python2) and am having trouble to get Renderman. The nodes can drop but this error is thrown when any operation, Preview Render, is attempted:
I've seen some people mentioning non-ascii characters in the username but the file is saved under
/home/user_01/untitled.hiplc
and I even tried to run it under a user without "_01". I'm witnessing this same problem in both Fedora and Pop!_OS, so I'm starting to wonder if it's an hardware issue... Dunno.I even tried to copy the /opt/pixar/ folders from my laptop and 24.0 errors the same on desktop.
Anyone been through this and found a solution?
Thanks
PS: Here's both houdini.env or json package I'm using on the laptop fine and adapted to desktop to use 24.1 instead of 24.0
RMANTREE=/opt/pixar/RenderManProServer-24.1 RFHTREE=/opt/pixar/RenderManForHoudini-24.1 RMAN_PROCEDURALPATH=$RFHTREE/18.5.596/openvdb:& HOUDINI_PATH=$RFHTREE/18.5.596:&
{ "load_package_once": true, "enable": true, "version": "MANUAL", "env": [ {"RFHTREE": [ {"houdini_version == '18.5.351'": "/opt/pixar/RenderManForHoudini-23.5"}, {"houdini_version == '18.5.596'": "/opt/pixar/RenderManForHoudini-24.1"} ]}, {"RMANTREE": [ {"houdini_version == '18.5.351'": "/opt/pixar/RenderManProServer-23.5"}, {"houdini_version == '18.5.596'": "/opt/pixar/RenderManProServer-24.1"} ]}, {"PATH": { "method": "append", "value": "$RMANTREE/bin" }} ], "path": [ {"houdini_version == '18.5.351'": "$RFHTREE/18.5.351"}, {"houdini_version == '18.5.596'": "$RFHTREE/18.5.596"} ] }