Batch render failing Maya

Hi

This errror keeps cropping up on two of our nodes. If anyone could shed some light would be grateful.

Error: FailRenderException : Error: file: C:/Users/Deadline/AppData/Local/Temp/tmp8A24.tmp line 51: Cannot load scene “C:/ProgramData/Thinkbox/Deadline10/workers/GPURENDER-03/jobsData/62010ef9ec01d76b40c8fc3d/104_050_010.145.ma”.

log

You have some missing plugins, for one:

2022-02-08 04:31:59:  0: STDOUT: 00:00:00   860MB WARNING | [mtoa] Error opening  C:/Program.
2022-02-08 04:31:59:  0: STDOUT: 00:00:00   861MB WARNING | [mtoa] Error loading extension library: The specified module could not be found.
2022-02-08 04:31:59:  0: STDOUT: 00:00:00   861MB ERROR   | [mtoa] Call to initializeExtension failed on extension library pgYetiMaya_redshift(C:/Program Files/Yeti/plug-ins/pgYetiMaya_redshift.dll).
2022-02-08 04:31:59:  0: STDOUT: 00:00:00   861MB WARNING | [mtoa] Error initializing extension library: The specified procedure could not be found.
2022-02-08 04:31:59:  0: STDOUT: 00:00:00   861MB ERROR   | [mtoa] Call to initializeExtension failed on extension library tbb(C:/Program Files/Yeti/plug-ins/tbb.dll).
2022-02-08 04:31:59:  0: STDOUT: 00:00:00   861MB WARNING | [mtoa] Error initializing extension library: The specified procedure could not be found.
2022-02-08 04:31:59:  0: STDOUT: 00:00:00   861MB ERROR   | [mtoa] Call to initializeExtension failed on extension library tbbmalloc(C:/Program Files/Yeti/plug-ins/tbbmalloc.dll).

Then there are missing objects and properties (possibly due to missing plugins):

2022-02-08 04:32:09:  0: WARNING: Strict error checking on, ignoring the following unrecognized error or warning. If it is fatal, please email support@thinkboxsoftware.com with the error message.
2022-02-08 04:32:09:  0: STDOUT: Error: file: C:/ProgramData/Thinkbox/Deadline10/workers/GPURENDER-03/jobsData/62010ef9ec01d76b40c8fc3d/104_050_010.145.ma line 6: RuntimeError: file <maya console> line 1: Plug-in, "redshift4maya", was not found on MAYA_PLUG_IN_PATH.
2022-02-08 04:32:09:  0: WARNING: Strict error checking on, ignoring the following unrecognized error or warning. If it is fatal, please email support@thinkboxsoftware.com with the error message.
2022-02-08 04:32:09:  0: STDOUT: Error: file: C:/ProgramData/Thinkbox/Deadline10/workers/GPURENDER-03/jobsData/62010ef9ec01d76b40c8fc3d/104_050_010.145.ma line 16: RuntimeError: file <maya console> line 1: Plug-in, "shaveNode", was not found on MAYA_PLUG_IN_PATH.
2022-02-08 04:32:09:  0: WARNING: Strict error checking on, ignoring the following unrecognized error or warning. If it is fatal, please email support@thinkboxsoftware.com with the error message.
2022-02-08 04:32:09:  0: STDOUT: Error: file: C:/ProgramData/Thinkbox/Deadline10/workers/GPURENDER-03/jobsData/62010ef9ec01d76b40c8fc3d/104_050_010.145.ma line 197: The camera 'Cam_050_010Shape' has no '.rsStereoSphericalSeparation' attribute.
2022-02-08 04:32:09:  0: WARNING: Strict error checking on, ignoring the following unrecognized error or warning. If it is fatal, please email support@thinkboxsoftware.com with the error message.
2022-02-08 04:32:09:  0: STDOUT: Error: file: C:/ProgramData/Thinkbox/Deadline10/workers/GPURENDER-03/jobsData/62010ef9ec01d76b40c8fc3d/104_050_010.145.ma line 197: setAttr: No object matches name: .rsStereoSphericalSeparation
2022-02-08 04:32:09:  0: WARNING: Strict error checking on, ignoring the following unrecognized error or warning. If it is fatal, please email support@thinkboxsoftware.com with the error message.
...

We aren’t using those plugins in the scene but I will check, its just some geo rendering with arnold.

The one thing I found is that turning of maya batch seems let the file render?

oh:
Error opening C:/Program.
that means that somewhere you have a program files path, which needs to be in quotes. Otherwise the shell thinks it is calling two different things.
Not sure why it’s trying to load these extensions.

Thanks

Would that be in the maya ENV file. or a deadline setting ?