Xmesh And Deadline 6

I am getting this error while submitting Xmesh saving jobs to Deadline 6 from max 2012.

ERR: Submission Error: OnJobComplete was specified as “”, but Must specify valid information for parsing in the string. (System.ArgumentException)
ERR: ERROR Submitting XMesh Saver Job to Deadline for 1 Object

Thanks

So it sounds like the default (or sticky) value for the “On Job Complete” setting somehow got blanked out, which is invalid. Check the contents of the following two files:

C:\Users<User Name>\AppData\Local\Autodesk\3dsMax<Release Number> - 64bit\ENU\en-US\plugcfg\SubmitMaxToDeadline.ini
and
\submission\3dsmax\Main\SubmitMaxToDeadline_Defaults.ini

Look for the line that starts with “OnComplete=”. That line should read “OnComplete=Nothing”, not just “OnComplete=”. If the ‘Nothing’ bit is missing, add that in and save the file(s). That should hopefully do it, let me know if it doesn’t!

Cheers,

  • Jon

Thanks! it was missing from the following location.

C:\Users<User Name>\AppData\Local\Autodesk\3dsMax<Release Number> - 64bit\ENU\en-US\plugcfg\SubmitMaxToDeadline.ini
and