Hey guys,
I run Gaffer headless on our deadline render farm. I was recently working on a tool right as we started to test the new 1.0.0.0 build(linux) and found that when one of our plugins failed on the farm instead of giving a stacktrace, deadline would just return "Error during the execution of the process, return code 245".
I could find no info about that error and it didn't seem like the intended behavior. I didn't see any notes about error logging changes on the 1.0 release, is there changes to how errors are being reported or is this a bug with the new release?
The error causing it to fail was one of our internal libraries was updated to import GafferUI while headless if that is of any help, I had to roll back to 0.61.x.x to get the stacktrace to find that.