Hello,
when rendering with AFX and VC Color Vibrance on Win10, AE crashes after completion of a task and Deadline doesnt recognize the crash because there is a Windows popup. As soon as you click away this popup Deadline will mark as error code -1073741811. And will rerender.
Error: After Effects returned non-zero error code: -1073741811. Check the render log.
at Deadline.Plugins.PluginWrapper.RenderTasks(String taskId, Int32 startFrame, Int32 endFrame, String& outMessage, AbortLevel& abortLevel)
I tried to use the following to ignore this error code, by simply adjusting the code:
https://docs.thinkboxsoftware.com/products/deadline/10.0/1_User%20Manual/manual/app-after-effects.html#error-messages-and-meanings
It will lead to this:
Error: Potential loop caught in CheckExitCodeCallback.
at Deadline.Plugins.PluginWrapper.RenderTasks(String taskId, Int32 startFrame, Int32 endFrame, String& outMessage, AbortLevel& abortLevel)
Should I try this to get rid of the Windows popup?
How do I get Deadline to ignore this error code?