Deadline6 - Problem with "deadlinecommand -executescript .."

Hello,

With previous ‘Deadline 5.2’:
deadlinecommand -executescript “submission_script_path”
command line was very helpful to debug submission scripts.

With ‘Deadline 6.0’ it fails.
For instance if I launch the AfterEffects submission script (original py untouched) that way,
the popup appears in the blink of an eye, then disapears.

If I run the script from the DeadlineLauncher in the system tray, it succeeds.

Did I miss something ?

Thanks

I had the same problem. I fixed it by changing scriptDialog.ShowDialog( False ) to scriptDialog.ShowDialog( True ).

Good quick fixes, I love 'em!

Hello,

Yes scriptDialog.ShowDialog( True ) I found it also, forgot to mention.
Thanks all