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 issues#198 DefineFont2Tag
Author: pepka
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed
> 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
State: new→opened
version 1.6.5 was released. This should be fixed, try it.
State: opened→upgraded
It's fixed. Thanks!
State: upgraded→closed