AWS Thinkbox Discussion Forums

Deadline 10 Fusion7 submission - Sending comp with job doesn't parse spaces in filename

Using DL 10.0.15.5, sending from Win7 Pro.

If I submit without sending the comp with the job, it works fine. If I send a job with a comp that has no spaces in the filename, it works fine. Add spaces and the string parsing cuts off the filename at the first word. Seems like it should be an easy script fix, but I couldn’t see it immediately looking through the submission scripts.

Sam

I took a quick stroll through the submitter. It looks like we’re quoting things properly in SubmitToDeadline.eyeonscript here…

	-- At line 469
	local scriptCommand = "-ExecuteScript \"" .. scriptPath .. "\" SUBMITTED_FROM_FUSION \"" .. ca.COMPS_FileName .. "\" \"" .. framerange .. "\" \"" .. fusionVersion .. "\""
	RunDeadlineCommand( scriptCommand )

and here:

	-- At line 1120
	options = "\"" .. submitInfoFile .. "\" \"" .. pluginInfoFile .. "\" \"" .. ca.COMPS_FileName .. "\""

The filename should be “ca.COMPS_FileName”…

I’ll see if I have Fusion handy here and test it out.

Privacy | Site terms | Cookie preferences