Redshift Crashing / Fatal error: Segmentation Fault Help

   Views 625   Replies 1   Subscribers 0
User Avatar
Member
1 posts
Joined: May 2021
Offline
Hey, I need some help getting my redshift working, currently every time I go to start up RS in Houdini it gives me a this in the console - '25136: Fatal error: Segmentation fault'

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.
User Avatar
Member
469 posts
Joined: Feb. 2012
Offline
Do not use both, either pick package way which is the recommend way to do it or .env.
Try that and see.

Also what nvidia drivers do you have?
  • Quick Links