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.

Error: Please login first to download files from the Issue Tracker. You can register for free.
List of issuesList of issues

#2311 AS2 decompile on save freezes program in specific scenarios
Author: user WorstCC
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS1/2GUI
State: upgraded Help

> What steps will reproduce the problem? Disable "Show again code saved message" option and in P-code source view, select "View hex with instructions". The issue does not occur if the save message is enabled, or if P-code source view is using "View hex" or "View constants". In attached swf file, replace the script content of the first DoAction with the second DoAction, then save. > What is the expected output? What do you see instead? Program freezes and will not respond after selecting save button. Actionscript source is stuck on "Decompiling..." and P-code source on "Disassembling - Reading 100%..." > What version of the product are you using? Is it "nightly build"? Which operating system do you have? Latest nightly build (2892) on Linux Mint 22 Cinnamon. Issue occurs on stable builds, and on Windows. > Please provide any additional information below. If the problem is related to a SWF file, attach it here, otherwise we can't help you. The code example in the file isn't specific to the issue. Making small changes to a script (e.g. changing values) will not cause the issue. It seems that changes to the constant pool causes the issue.
Downloadfreeze.swf (215 B)
admin
Please try nightly 2896, let me know whether it works now. I fixed related bug regarding ConstantPool docs hilighting.
State: new→upgraded
user
Issue is fixed, thanks again.