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

#2329 ReferenceError with Proxy type after save
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: upgraded Help

> What steps will reproduce the problem? Download the attached swf, go to package org.swiftsuspenders.getConstructor, edit, add space bar, save, open with flash > What is the expected output? What do you see instead? An error pops up and says this: ReferenceError: Error #1065: Variable Proxy is not defined. at global/getConstructor() This is the line with proxy in it: if(param1 is Proxy || param1 is Number || param1 is XML || param1 is XMLList) > What version of the product are you using? Is it "nightly build"? Which operating system do you have? v.21.1.0 nb 2928 on windows 10
DownloadNv2.swf (552 KiB)
admin
This is fixed in nightly 2929
State: new→upgraded
user
I see the imports now, nice! There is a new issue though and I'm not sure if this fix caused it or not When trying to edit com.metanet.App_MulitPurpose, add space, save, open with flash, it freezes for some time and then throws an error: Error: Error #1502: A script has executed for longer than the default timeout period of 15 seconds. I am using v.21.1.0 nightly 2933
admin
It is caused by changes in #2324. It is fixed in nightly 2934.
user
It works now, thanks!
admin
You're welcome!