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

#1067 Possible bug with AS3 direct edit
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: ignored Help

> What steps will reproduce the problem? Open HuesReloadedRe.as (file attached), Edit Actionscript (experiemental), Save. At this point it should cause an error. > What is the expected output? What do you see instead? Expected output would be it saving with no changes. Actual output: Error reading: PARENT_CLOSE expected but DOT found on line 1931 > What version of the product are you using? Is it "nightly build"? Which operating system do you have? JPEXS FFDec 6.0.2, Major build. Windows 7 x64 > Please provide any additional information below. If the problem is related to a SWF file, attach it here, otherwise we can't help you.
admin
Version 6.1.0 says it cannot compile it because of §§goto instruction on line 1929. §§goto instruction is there because there was unrecognized jump somewhere - see label "addr287:". So the code is incorrectly decompiled. If you send us the SWF file you found this script in then we can take a look and maybe fix the decompilation.
admin
State: new→ignored