-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugfix/houdini redshift fix default redshift version #26
Bugfix/houdini redshift fix default redshift version #26
Conversation
Co-authored-by: Roy Nieterau <[email protected]>
Co-authored-by: Roy Nieterau <[email protected]>
…fault_redshift_version' into bugfix/houdini_redshift_fix_default_redshift_version
…https://github.com/ynput/ayon-core into bugfix/houdini_redshift_fix_default_redshift_version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't render out with houdini in Redshift. Log is embedded below.
error_log_hou.txt
I'm not sure why this happens.
|
Pretty sure the issue here is that Houdini isn't recognizing the Redshift plug-in correctly. I assume this is likely due the Houdini application running in Deadline either has an incorrect environment set up or is the wrong version for that environment. For example: your job environment is for Hou 20.0.590 but it's actually launching Hou 20.0.547 on the farm (due to it reading that from Deadline's Houdini Plug-in). Anyway, from your logs:
It's launching Houdini 19.5.605 The submitted job came from That leaves me to assume that you didn't expect it to run Houdini 19.5.605 but submitted from a different version of Houdini. Could that be the case? By the way, can we tweak the AYON |
I will test it again, it can be because I switched from different houdini version from different renderers and it messes up. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changelog Description
Fixing the bug reported here https://community.ynput.io/t/houdini-redshift-deadline-executable-error/1210
Let me quote BigRoy's comment:
If we specify Version as
""
then indeed it tries to access the version asRedshift_Executable_
instead of the Deadline defaultRedshift_Executable_1
Testing notes:
REDSHIFT_VERSION
env doesn't exist