Sylvain Lebeau
May 11, 2024 18:43:27
Hi guys!
I am wondering if anyone had this problem.
I try to render a usd_render_rop and it gives me a error: command exit code 127.
When I launch Houdini in terminal, I see that the error is: husk not found.
I think it happens since I installed the 20.5 beta.
Houdini 20.0.688, py3 on a mac studio m2 ultra.
Anyone can help?
thank you!
sly
Heileif
May 12, 2024 17:42:52
What kind of lowkey bragging is this? "I think it happens since I installed the 20.5 beta." :p
Sylvain Lebeau
May 12, 2024 17:57:33
hahahaha
sorry if you interpreted it that way.
it's not bragging at all.
but i felt like some environment variable could have change.
And yes, everything was working fine before I installed it. (20.5)
Dont you have any serious help to bring to the conversation bully?
sly
Heileif
May 12, 2024 18:26:27
Sylvain Lebeau
hahahaha
sorry if you interpreted it that way.
it's not bragging at all.
but i felt like some environment variable could have change.
And yes, everything was working fine before I installed it. (20.5)
Dont you have any serious help to bring to the conversation bully?
sly
Just kidding :P
Wish I could have done some helping, but don't have access to the Houdini 20.5 beta.
Sylvain Lebeau
May 13, 2024 13:47:58
haha I know!
Well my problem is with H20 in fact. Unsure it's H20.5's fault to be honest.
sly
Moritz Grund
Oct. 21, 2024 17:32:43
Manually specifying the render command fixed it for me - don't know why this is an issue on Macs...
/Applications/Houdini/Current/Frameworks/Houdini.framework/Versions/20.5/Resources/bin/husk
JuhaT
Nov. 20, 2024 16:08:37
Moritz Grund
Manually specifying the render command fixed it for me - don't know why this is an issue on Macs...
/Applications/Houdini/Current/Frameworks/Houdini.framework/Versions/20.5/Resources/bin/husk
Hi,
Can you tell me more about this? What do you mean with Manually specifying the render command?
Got this very same error on Mac mini M4.
Best
Moritz Grund
Nov. 20, 2024 16:35:15
In the usd render rop - check the output tab - "Render Command". There is only one string parameter set as a default: "husk".
Try replacing this with the full path above. I suspect the env variable isn't initialized properly... Best, Moritz
PS: this works for redshift as well, you have to right click on the redshift node and select "Allow Editing of Contents". Dive in and search for the use render rop as well and replace the husk variable with the full path.
JuhaT
Nov. 20, 2024 17:03:35
Moritz Grund
/Applications/Houdini/Current/Frameworks/Houdini.framework/Versions/20.5/Resources/bin/husk
Thank you so much! It is working now.