I am currently have installed 20.5.487 and the latest Redshift build of 2025.3.0 as I saw those were compatible on the documentation for RS release.
I have updated my Redshift.json script in my package to:
{
"env":[
{"RS_PLUGIN_VERSION" : "${HOUDINI_VERSION}"},
{"REDSHIFT_COREDATAPATH": "C:/ProgramData/Redshift"},
{"HOUDINI_PATH": "${REDSHIFT_COREDATAPATH}/Plugins/Houdini/${HOUDINI_VERSION}"},
{"PATH": "C:/ProgramData/Redshift/bin"},
{"PXR_PLUGINPATH_NAME" : "${REDSHIFT_COREDATAPATH}/Plugins/Solaris/${RS_PLUGIN_VERSION}"}
]
}
And updated my houdini.env to include:
HOUDINI_DSO_ERROR = 2
PATH = "C:/ProgramData/Redshift/bin;$PATH"
HOUDINI_PATH = "C:/ProgramData/redshift/Plugins/Houdini/20.5.487;&"
PXR_PLUGINPATH_NAME=""C:/ProgramData/redshift/Plugins/Solaris/20.5.487"
Yet I am still crashing when I try to open the renderview in houdini. I even tried the New Pane Tab and added RS Render Viewer it takes sec then opens the viewer but moment I press the play button it gives me the '25136: Fatal error: Segmentation fault' message. Can someone please help, these are both after fresh installs of Houdini and Redshift.
