I’m sending a job to deadline from 3ds Max. The job on the farm then proceeds to submit additional jobs to deadline for rendering. However I continually get this error right after calling this command…
mxs.logsystem.logEntry('>>> Submitting...', info=True, broadcast=True)
results = mxs.SMTDFunctions.SubmitJob()
renderMsg = mxs.SMTDFunctions.getRenderMessage()
mxs.SMTDFunctions.getJobIDFromMessage(renderMsg)
mxs.logsystem.logEntry('>>> Submission Results...', info=True, broadcast=True)
The error:
=======================================================
Error
=======================================================
Error: Process returned non-zero exit code '-130'
at Deadline.Plugins.PluginWrapper.RenderTasks(String taskId, Int32 startFrame, Int32 endFrame, String& outMessage, AbortLevel& abortLevel)
=========================================
2019-08-29 18:35:35: 0: STDOUT: 8/29 18:35:35; >>> Submitting...
2019-08-29 18:35:35: 0: STDOUT:
2019-08-29 18:35:36: 0: STDOUT: 8/29 18:35:36; ValueError
2019-08-29 18:35:36: 0: STDOUT:
2019-08-29 18:35:36: 0: STDOUT: 8/29 18:35:36; :
2019-08-29 18:35:36: 0: STDOUT:
2019-08-29 18:35:36: 0: STDOUT: 8/29 18:35:36; u'\\\\ws01\\DeadlineRepository10\\submission\\3dsmax\\Main\\' is not in list
2019-08-29 18:35:36: 0: STDOUT:
2019-08-29 18:35:36: 0: STDOUT: 8/29 18:35:36;
2019-08-29 18:35:36: 0: STDOUT:
2019-08-29 18:35:49: 0: STDOUT: 8/29 18:35:48; >>> Submission Results...