When rendering with After Effects CS 4 on Deadline 4.1.0.43205 all errors are showing an error type of “Corrupt Report” and a report message of "Corrupt Data In Report - See Slave Log.
I have done a little poking and found that the log files contain escape seqences such as those in “Unable to call �CopenFast� because of parameter 1.”
Removing the escaped characters fixes the corrupt report message. It would be nice if you enclosed the tag in a CDATA element to avoid this issue.
Thanks,
Peon
I did some quick reading on c#'s xml parser, and it should be possible to wrap the slave log in a cdata element. I’ve logged this as a feature request and we wil investigate further.
Cheers,
We are running Deadline v5.0.0.44528 and most of our After Effects errors still show this.
Error Type: “Corrupt Report”
Report Message: “Corrupt Data in Report - See Slave Log”
I did NOT have this issue in v4.0 and v4.1. I’ll post an error that I happen to have up.
[code]=======================================================
Error Message
Corrupt Data In Report - See Slave Log
=======================================================
Slave Log
<?xml version="1.0"?>
2011-08-15T13:40:24.7275391-07:00
Bluemax08
4
<_SlaveVersionString>v5.0.0.44528 R
ce200-ce209_cards_tk08_brad.aep - ce209_waltdisneystudios_color-hdr_mono
brad
Brad
2011-08-15T13:40:09
AfterEffects
20-24
8
RenderPluginException
1418903552
12
1417775104
12
0
0
0
=======================================================
Error Type
Corrupt Report
=======================================================
Error Stack Trace
[/code]
Hey there!
I just copied your log and tried parsing it with the .NET xml parser and it does indeed explode. Out of curiosity, does it fail for all AfterEffects errors, or just this particular one? I’m asking, because the parser fails on a hidden FileSeparator character located right before ‘openFast’ in the AE error message, and a GroupSeparator character right after it (in spite of it being in a CDATA tag); I would hope that that’s specific to this error message.
Either way, I’ll add it to our list of bugs to squash!
Cheers,
That seems to be the prevailing error like that. But I was able to find another.
[code]=======================================================
Error Message
Corrupt Data In Report - See Slave Log
=======================================================
Slave Log
<?xml version="1.0"?>
2011-08-12T09:31:46.5570386-07:00
Bluemax03
0
<_SlaveVersionString>v5.0.0.44528 R
test CS5 plugs
brad
Brad
2011-08-12T09:27:17
AfterEffects
0-19
10
RenderPluginException
2008010752
16
1869340672
15
12
12735
6
=======================================================
Error Type
Corrupt Report
=======================================================
Error Stack Trace
[/code]
(I don’t need help with that error, just point out the corrupt report)
While I’m here, I can give the fix to the above error since its was a pain to track down. Its related to Red Giant’s Magic Bullet Looks, when the plugin is called After Effects crashes/closes. The fix is to set environment variable KMP_DUPLICATE_LIB_OK=TRUE if you want your program to continue in this case. Its not related to Deadline one bit, After Effects in GUI mode acts the same way.
Another Corrupt Report here
[code]=======================================================
Error Message
Corrupt Data In Report - See Slave Log
=======================================================
Slave Log
<?xml version="1.0"?>
2011-08-11T22:22:28.9764791-07:00
Bluemax05
0
<_SlaveVersionString>v5.0.0.44528 R
ce200-ce208_cards_tk04.aep - ce203_magical_color-shine_mono
david
Pele
2011-08-11T22:21:54
AfterEffects
40-47
17
RenderPluginException
1967411200
16
1790880384
14
14
31836
10
=======================================================
Error Type
Corrupt Report
=======================================================
Error Stack Trace
[/code]
I think I’ll start a new topic on that error… but I’m still working on the issue trying to see if I can nail it first. But I’m concerned about “0: STDOUT: PROGRESS: Adding specified comp to Render Queue”. None of our other submissions add comps to the Render Queue because they should already be there. But I’ll work through this, do some tests, then come back for help!
Another, slightly different:
[code]=======================================================
Error Message
Corrupt Data In Report - See Slave Log
=======================================================
Slave Log
<?xml version="1.0"?>
2011-08-11T21:23:13.7480468-07:00
Bluemax01
5
<_SlaveVersionString>v5.0.0.44528 R
ce200-ce208_cards_tk05c.aep - ce204_bestentert_color-shine_mono
david
Pele
2011-08-11T20:58:56
AfterEffects
40-47
71
RenderPluginException
2144022528
17
2101758848
17
12
29714
2
=======================================================
Error Type
Corrupt Report
=======================================================
Error Stack Trace
[/code]
That seems to be it.
brad
Thanks for the extra logs, Brad!
These also have hidden garbage characters in them; it would seem they’re fairly common in AE output =/. Makes me wonder why AE spits those out to begin with…
And definitely don’t hesitate starting a new thread for that second error if you’re stuck much longer!
Cheers,