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.

#401 DComSoft SWF Protector 4: Error during tag reading
Author:
focus

Date created:
Type: bug
Visibility: Everybody
Assigned to:
JPEXS

Labels: AS1/2Obfuscated
State: closed 

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?
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.

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