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

#51 AS1/2 decompilation defect
Author: user pepka
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

<b>What steps will reproduce the problem?</b> Same example with Issue #39. For example DoInitAction 3. Class name is shown instead of its actual translation: com.jpexs.decompiler.flash.action.treemodel.operations.AddTreeItem Everything was ok in version 1.4.2. <b>What is the expected output? What do you see instead?</b> Lines 140-146: if(this.__emphasized) { if(this[register2+&quot;Emphasized&quot;].length&gt;0) { register2=register2+&quot;Emphasized&quot;; } } --- if(this.__emphasized) { if(this[com.jpexs.decompiler.flash.action.treemodel.operations.AddTreeItem].length&gt;0) { register2=register2+&quot;Emphasized&quot;; } } <b>What version of the product are you using? On what operating system?</b> 1.4.2u1 Windows 7 64-bit <b>Could you provide the SWF file you have problem with?</b> <b>If the answer is yes, then please attach it here or send me it via email.</b> <b>Could you at least attach PCode source?</b> <b>Do you have the original source code which produced the wrong</b> <b>decompilation? If yes, then please attach it.</b> <b>Please provide any additional information below.</b>
user
What steps will reproduce the problem? Same example with Issue #39 . For example DoInitAction 3. Class name is shown instead of its actual translation: com.jpexs.decompiler.flash.action.treemodel.operations.AddTreeItem Everything was ok in version 1.4.2. What is the expected output? What do you see instead? Lines 140-146: if(this.__emphasized) { if(this[register2+"Emphasized"].length>0) { register2=register2+"Emphasized"; } } --- if(this.__emphasized) { if(this[com.jpexs.decompiler.flash.action.treemodel.operations.AddTreeItem].length>0) { register2=register2+"Emphasized"; } } What version of the product are you using? On what operating system? 1.4.2u1 Windows 7 64-bit
State: →new
Title: AS1/2 decompilation defect→AS1/2 decompilation defect
Type: →bug
Visibility: →Everybody
admin
State: new→opened
admin
Hi, I have moved this issue to new Issue Tracker. You should have received email info about registering there(with specific link) and gaining access to this issue. If you have not received any email, please check your SPAM inbox or write to my email.
admin
Hi, try new version 1.4.3, it should work. Let me know.
State: opened→upgraded
user
Thanks! This is also ok.
admin
State: upgraded→closed