LudvigJonsson
Hey I have the same problem, houdini cant find my prman “CreateProcess failed for ‘prman’”
My houdini env folder has the two lines you describe
RMANTREE = “D
renderman/Pixar/RenderManProServer-20.9”
PATH = “$PATH;$RMANTREE/bin”
And my windows env system path is also canged to point to /RenderManProServer-20.9
I also changed RMSTREE to point to /RenderManStudio-20.9-maya2016
Also added renderman in the render preffs of houdini
What am I missing?
Your environment paths are not setup correctly!!! You need two paths in your windows environment. Both needs to have BACKWARDS lines instead of FORWARD like in the Houdini environment file. They should be like this:
RMANTREE should be C:\Program Files\Pixar\RenderManProServer-20.9\
RMSTREE should be C:\Program Files\Pixar\RenderManStudio-20.9-maya2016\
Note that both have end lines, without them won't work. I wonder if anyone reads what they need to do before posting. Adding few text lines it's like 5 minutes guys! Anyway, i hope i helped anyone to have their renderman working.