houdini/redshift render fails on RR

36 views
Skip to first unread message

Adrian Wyer

unread,
Jul 2, 2025, 5:20:32 AMJul 2
to Royal Render Knights Tavern
up-versioned houdini/RS and as always broke everything!
error from startup on each node seems to be this;

 'findstr' is not recognized as an internal or external command, operable program or batch file.


then the node quits...


houdini.env issue somewhere? i've copied the local .env stuff into 


S:\RR\render_apps\_setenv\all\houdini__inhouse.rrEnv


am i missing something obvious?


a

RR, Schoenberger

unread,
Jul 2, 2025, 5:37:52 AMJul 2
to rrKn...@googlegroups.com

Hi

 

By default, RR does not use the houdini.env.
All env vars are set in the setenv .rrEnv files in Royal Render.

 

findstr” looks like an issue with the syntax in one of the rrEnv files.

 

I need to take a look at complete log and your rrEnv files:
Please select the job in rrControl.

Then execute "Export debug info - selected job(s)" via the menu "Debug".

Please upload via www.RoyalRender.de/upload_r.php

 

 

 

Otherwise, If it would not be “findstr”, I would have assumed that Redshift is setup as network installation in RR, but was not copied into RR yet:
https://www.royalrender.de/help/3rdPartyRenderer3.html

 

 

 

regards,
Holger Schönberger

Craftsman and Keeper of the Royal Render Flame

Please use the rrKnights Tavern
or our support system for new questions.

Adrian Wyer

unread,
Jul 2, 2025, 5:50:59 AMJul 2
to Royal Render Knights Tavern
thanks Holger... uploaded the debug....

Adrian Wyer

unread,
Jul 3, 2025, 4:12:12 AMJul 3
to Royal Render Knights Tavern
any indication from the logs what the issue might be?
checked the inhouse houdini env file we were using with the previous version of houdini/rs and there's not really anything different

Adrian Wyer

unread,
Jul 3, 2025, 6:04:22 AMJul 3
to Royal Render Knights Tavern
of note;
if we do the rs file generation locally, then just put the render job on the farm, we get module errors, but the frames do render... excerpt of log;

3016| Preparing compute platforms
3017| Found cuda compute library in C:\RR_localdata\renderer_exe\redshift\win_x64\Redshift_2025.5.0\bin\redshift-core-cuda-vc140.dll
3018| Could not load the hip core library from C:\RR_localdata\renderer_exe\redshift\win_x64\Redshift_2025.5.0\bin\redshift-core-hip-vc140.dll
3019| error: The specified module could not be found.
3020|
3021| Found cpu compute library in C:\RR_localdata\renderer_exe\redshift\win_x64\Redshift_2025.5.0\bin\redshift-core-cpu-vc140.dll
3022| Done
3023| Creating CUDA contexts
3024| CUDA init ok
3025| Ordinals: { 0 }
3026| Initing NVAPI and querying info...
3027| Done

RR, Schoenberger

unread,
Jul 3, 2025, 6:49:16 AMJul 3
to rrKn...@googlegroups.com

Hi


The Windows env var PATH is broken.

Therefore it does not find any executable, including findstr.

 

The issue are the lines you have added to houdini__inhouse.rrEnv.

$PATH is the Linux way to write end vars.

The houdini.env uses the Linux format, but RRs rrEnv files do not.

 

 

Then you do not need to specify all env vars for Redshift, RR does that for you.

RR just needs to know where Redshift is located.



 

Steps to fix:

  1. Redshift
    Please remove  these 4 lines
    HOUDINI_DSO_ERROR = 2
    PATH = "C:/ProgramData/Redshift/bin;$PATH"
    HOUDINI_PATH = "C:/ProgramData/Redshift/Plugins/Houdini/20.5.613;&"
    PXR_PLUGINPATH_NAME = "C:/ProgramData/Redshift/Plugins/Solaris/20.5.613;&"

    Then remove the comment # from line
    #RR_REDSHIFT_BASE = C:\ProgramData\Redshift

    This is all that you need to do to load Redshift.

  2. OTLScan path
    Please replace
    HOUDINI_OTLSCAN_PATH = $HOUDINI_PATH;$MYHDA;$GR14HDA;& 
    with
    HOUDINI_OTLSCAN_PATH = <HOUDINI_PATH>;<MYHDA>;<GR14HDA> 
    This is the rrEnv format.
    And the & must not be added as RR adds it.
    And it must not exist twice in an env var for Houdini.

Adrian Wyer

unread,
Jul 3, 2025, 8:20:11 AMJul 3
to Royal Render Knights Tavern
fantastic... knew it had to be user error
all working now....

thanks again!

a

Reply all
Reply to author
Forward
0 new messages