Bypass/Ignore out of range frame error

So i made a simple batch (that i submitted with “Submit command script job script to deadline”) that starts up vray distributed spawner on a farm, and then goes to “pause” resulting in a job that is running as long as i want, and on suspending automatically closes Vray DR on the farm so it can go back to Suspend mode. I’ts basically a Vray DR Switch. Also i’m using deadline 5.2

The only problem that i can’t figure out is that it works perfectly on one farm, but as soon as i set it to multiple farms (By chainging the frame range to, example 0-2), only the first farm with the task #0 does what it’s supposed to, the rest of farms error out with “…did not have enough lines to get to frame 2” (probobly because of the “pause”)

So i just need help with some way to tell the job to ignore that error so all the farms can pick it up at the same time.

Thanks guys.

Hello,

I think the answer to this conundrum will be found in the command script docs, thinkboxsoftware.com/deadlin … andscript/, which should have the information needed for this. As I understand how the plugin works, commands should be submitted on different lines and will be made into individual tasks, one task per line. You may also find it interesting to note that Deadline 6.2 has awesome support for V-Ray DBR.

Works perfectly, much thanks <3