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

#1870 extends class return Error #1014: Class xxxx could not be found
Author: user irajab
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

> What steps will reproduce the problem? I am using Edit AS (Experimental) to extends a class. Example: I add a new class Shared.IMenu I extend an existing class on Root scripts package { import Shared.*; public class Console extends IMenu { } } > What is the expected output? What do you see instead? the extend is returning this error as not founded "VerifyError: Error #1014: Class Shared::IMenu could not be found." > What version of the product are you using? Is it "nightly build"? Which operating system do you have? latest version 16.3.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. it is just simple extends from another class even if it is in the same package will result the same error "Could not be found" any help would be appreciated, thanks,
admin
Please try nightly 2207, there is new option in New Class dialog - target DoABC tag. You can either select existing DoABC tag or add new to desired position. If there is only single DoABC tag in your SWF, then selecting "existing doABC tag" is good option to go. If there are multiple, then you should place new bytecode to correct position so no previous DoABC tags depend on it. If you know, what I mean. In previous version, the new DoABC tag was always added, but in the position which can be after current one, which could lead to missed dependencies. I think this should really solve your problem.
State: new→upgraded
user
yes it work! thank you
admin
You're welcome.
State: upgraded→closed