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

#2521 AS1/2 edit: getURL compilation error on nightly
Author:
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

> What steps will reproduce the problem? In latest nightly, edit and save frame 1 of attached SWF. > What is the expected output? What do you see instead? 24.0.1 compiles without error, however nightly produces an error on lines 4674 and 4680: getURL(§§pop(),"_blank"); Should be getURL(_loc2_,"_blank"); > What version of the product are you using? Is it "nightly build"? Which operating system do you have? Nightly 3284. > Please provide any additional information below. If the problem is related to a SWF file, attach it here, otherwise we can't help you. Looking at the P-code, a single "Push register" operation is missing in each case.
Downloadinterface.swf (1,611 KiB)
Fixed in nightly 3287.
State: new→upgraded
State: upgraded→closed