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

#725 AS3 direct editation fails with as3.swf test file
Author: developer honfika
Date created:
Type: bug
Visibility: Everybody
Assigned to: admin JPEXS
Labels: AS3Direct Editation
State: closed Help

> What steps will reproduce the problem? Open as3.swf test file from FFDec repository. Open scripts: classes.myInternal or classes.Test Press Edit then Save (AS direct editation) > What is the expected output? What do you see instead? Script should be saved without any error. Current: classes.myInternal: AVM2ParseException: ParseException:Parsing finisned before end of the file on line 3 classes.Test: AVM2ParseException: ParseException:CURLY_CLOSE expected but ASSIGN found on line 15 AS2 direct editation should work at least with the test swf:) > What version of the product are you using? On what operating system? Latest from sources > Please provide any additional information below. Attach the file you have problem with if neccessary. If you do not want to publish files YOU CAN CHANGE VISIBILITY TO PRIVATE
developer
Another direct editation problem with AS2: try to edit/save/edit/save... the following lines if(i !== 5) { trace("test"); } on every 2nd save it will generate double ActionNot actions, so the decompiled source will be diffrent on every save. This is not a real bug, but a strange behavior.
admin
Both is fixed in the repository.
State: new→upgraded
Assigned:admin JPEXS
admin
State: upgraded→returned
developer
Please remove the following line from RecompileTest.java after you fix this issuse: ret[1][0] = ret[0][0]; // todo: remove this line
admin
try it now (repository)
State: returned→upgraded
developer
Now please try to edit/save/edit/save as3.swf/classes/Test On the 2nd save i got a "Not a type on line 771" error: var name:§*§ = "ahoj"; Maybe it is the same issue as #698
State: upgraded→returned
admin
fixed in repository
State: returned→upgraded
developer
Thank you for the fix:)
State: upgraded→closed