JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : We have got a new blog where we post some interesting SWF internals info.

List of issuesList of issues

#401 DComSoft SWF Protector 4: Error during tag reading
Author:
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

30/09/2013 13:52:52 SEVERE Error during tag reading com.jpexs.decompiler.flash.EndOfStreamException: Premature end of the stream reached at com.jpexs.decompiler.flash.SWFInputStream.readNoBitReset(SWFInputStream.java:214) at com.jpexs.decompiler.flash.SWFInputStream.readEx(SWFInputStream.java:185) at com.jpexs.decompiler.flash.SWFInputStream.readBytes(SWFInputStream.java:410) at com.jpexs.decompiler.flash.tags.gfx.FontTextureInfo.<init>(FontTextureInfo.java:102) at com.jpexs.decompiler.flash.SWFInputStream.resolveTag(SWFInputStream.java:973) at com.jpexs.decompiler.flash.SWFInputStream$TagResolutionTask.call(SWFInputStream.java:586) at com.jpexs.decompiler.flash.SWFInputStream$TagResolutionTask.call(SWFInputStream.java:565) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
Is there any probrem with this tag except the error log message?
I do not see any other issues with this file ATM. It decompiles and deobfuscates almost fine (some trash remains in the beginning of the decompiled as) and looks like structure is decomposed correctly.
Any news on it?
State: new→opened
Assigned:
It should be fixed in latest nightly build.
State: opened→upgraded
Thanks! I see same issue with not obfuscated file though (using latest night build). I get 3 SEVERE Error during tag reading errors while opening attached file.
Downloadkt_player.swf (90 KiB)
It should be fixed in the next nightly build.
Still not fixed for me (I see 3 SEVERE errors after opening kt_player.swf file).
new nighlty released yesterday, please try it
Looks fine now, thanks!
State: upgraded→closed