When submitting to Deadline through After Effects CS4 .jsx submission script, I am receiving this error.
Any suggestions?
Submitting through deadline submission does not give any errors.
Thanks.
When submitting to Deadline through After Effects CS4 .jsx submission script, I am receiving this error.
Any suggestions?
Submitting through deadline submission does not give any errors.
Thanks.
Wow! That’s quite the error. One thing with AE is that when you run external commands with it, it dumps both stderr and stdout into the results that are returned, so we’re going to have to try and filter out the bad stuff if possible. Can you open a terminal on the machine, run the following command, and send us everything that gets printed to the terminal?
deadlinecommand GetCurrentUserHomeDirectory
Thanks!
When running the command from /Applications/Deadline/Resources/bin/ I receive the following error.
** (/Applications/Deadline/Resources/bin/DeadlineCommand.exe:25617): WARNING **: process_set_current: error creating process handle
Gtk not found (missing LD_LIBRARY_PATH to libgtk-x11-2.0.so.0?), using built-in colorscheme
/Users/loyal/Deadline
**
ERROR:processes.c:116:process_set_termination_details: assertion failed: ((GPOINTER_TO_UINT (handle) & _WAPI_PROCESS_UNHANDLED) != _WAPI_PROCESS_UNHANDLED)
Abort trap
Running the command directly doesn’t work, suggesting I’m missing some aliases?
Thanks! I googled this error, and it appears to be a Mono error. Which version of Mono do you have installed on this machine? Also, have you tried restarting the machine to see if that helps?