diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABC.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABC.java index 4e3ac39a9..27862d198 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABC.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABC.java @@ -571,7 +571,9 @@ public class ABC { bodies.add(mb); ais.endDumpLevel(); } catch (EndOfStreamException ex) { + logger.log(Level.SEVERE, "MethodBody reading: End of stream", ex); ais.endDumpLevelUntil(di); + break; } SWFDecompilerPlugin.fireMethodBodyParsed(mb, swf);