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

#1560 Error on compiling - $$goto is not available
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

You can reproduce this issue if you go on Scripts->main.as I get this error: https://i.imgur.com/A0qZZZB.png when I try to make any difference in the actionscript file. Even a single space in the middle of nowhere gives me this error when I try to save it. I use JPEXS Free Flash Decompiler v.11.2.0 and have windows 7 64bit. Any ideas?
Downloaddb.swf (4,609 KiB)
developer
Check the warning on the top. The decompiled code contains §§ instructions, which means that FFDec was unable to decompile it property. And you are trying to compile this code.
developer
*properly
user
And how can I make my JPEXS compile it properly?
admin
As the message says, you can try Settings/Automatic deobfuscation, if it does not help, then you can fix it yourself by editing code. Editing ActionScript code directly is experimental in FFDec, you can't rely on it and we won't fix any issues regarding it.
user
But I can't edit the .as file since I cannot press the save button.
developer
You can edit it. Try to fix the syntax errors and then you can save it. Or if you want to change only a small thing, i suggest you to use PCode editing.
admin
The decompilation of this file is fixed in current version (13.x) - there's no §§goto. But I would not recommend editing the actionscript with "Edit Actionscript" button, it has many bugs. Use "Edit P-code", it is safer.
State: new→opened
admin
State: opened→closed