avm2 instruction is not serializable anymore, AS2 swf in AS3 binarydata fix

This commit is contained in:
honfika@gmail.com
2014-09-07 00:15:01 +02:00
parent 334e6be6db
commit 946018749e
8 changed files with 161 additions and 134 deletions

View File

@@ -983,7 +983,7 @@ public class SWFInputStream implements AutoCloseable {
dumpInfo.name = t.getName();
}
return t;
} catch (EndOfStreamException ex) {
} catch (Exception ex) {
tag.getDataStream().endDumpLevelUntil(di);
logger.log(Level.SEVERE, null, ex);
return tag;