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

#1832 Value is too large for SI16
Author: user ObscurosX
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

Downloaderror.png (45 KiB)Downloaddddd.png (54 KiB)
admin
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.
admin
In nightly 2124 we display error dialog during saving such script informing about the situation. (Instead of silently raising exception)
admin
State: new→upgraded
admin
State: upgraded→closed