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

#198 DefineFont2Tag
Author: user pepka
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: FontsTags
State: closed Help

> What steps will reproduce the problem? Lines 191-195 - it seems that there should be the same numGlyphs check as in DefineFont3Tag: if (numGlyphs > 0) { <== if (fontFlagsWideOffsets) { codeTableOffset = sis.readUI32(); } else { codeTableOffset = sis.readUI16(); } } <== Otherwise I get an exception in some cases: ??? 04, 2013 2:42:53 PM com.jpexs.decompiler.flash.SWFInputStream resolveTag 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:206) ... > What version of the product are you using? On what operating system? 1.6.4u1
admin
State: new→opened
admin
version 1.6.5 was released. This should be fixed, try it.
State: opened→upgraded
user
It's fixed. Thanks!
admin
State: upgraded→closed