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

#1583 Not a type
Author:
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: ignored Help

> What steps will reproduce the problem? Just modified an Habbo.swf to add one function > What is the expected output? What do you see instead? Actionscript modified success but i see error "not a type" > What version of the product are you using? Is it "nightly build"? Which operating system do you have? Last : 11.3.0 | Windows 8.1 > Please provide any additional information below. If the problem is related to a SWF file, attach it here, otherwise we can't help you. Try to replace §_-47m->§_-2CA§ content to : https://pastebin.com/180dr4bG File download : https://www57.zippyshare.com/v/Y3xD2JIg/file.html
Your error its cause by editing AS3 code directly instead editing p-code Correct way to add function in your code is: 1) Add function with "Add trait" button on the left corner of AS3 window (central window) 2) Click to function in AS3 and on the right window click to button "Edit in P-code" 3) Add code that you want and click "Save" in p-code window and then save file
The file was removed from the filestorage. You should have added it here in the tracker.
State: new→opened
State: opened→ignored