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#1832 Value is too large for SI16
Author: ObscurosX
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS1/2Value Too Large
State: closed
This happens when there are too many instructions in the if body so the branch jump would
be longer than maximum allowed jump length.
In the decompiler we cannot fix this automatically.
You need to manually edit such ifs to make them shorter.
I think that currently the program does not hilight long ifs in any way other than the
error message.
Is your swf file obfuscated, or just a big file?
Anyway, we can't help you with this problem.
We do not plan to upgrade ffdec to handle these anyway better.
In nightly 2124 we display error dialog during saving such script informing about the
situation.
(Instead of silently raising exception)
State: new→upgraded
State: upgraded→closed