mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 11:56:15 +00:00
avm2 instruction is not serializable anymore, AS2 swf in AS3 binarydata fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user