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.

Error: Please login first to download files from the Issue Tracker. You can register for free.
List of issuesList of issues

#2313 Robotlegs Inject bugs out on save in newer version
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

> What steps will reproduce the problem? Go to any file with injected variables, press Edit ActionScript, add a spacebar somewhere and press save. > What is the expected output? Expected is that nothing changes upon save. For example, in the attached swf, the file com.metanet.screens.account.VolumeSliderMediator has these injections [Inject] public var view:VolumeSlider; [Inject] public var options:Options; [Inject] public var so:SharedObject; > What do you see instead? This is the result after saving: [Inject]; [Inject]; [Inject]; public var view:VolumeSlider; public var options:Options; public var so:SharedObject; When attempting to open the swf with flash I get an error: ReferenceError: Error #1065: Variable Inject is not defined. > What version of the product are you using? Is it "nightly build"? Which operating system do you have? v.21.0.5 nightly build 2901 on Windows 10 This bug did not appear on v.20.1.0
DownloadNv2.swf (552 KiB)
admin
This is fixed in nightly 2906.
State: new→upgraded
user
Can confirm, thanks!
admin
You're welcome.
State: upgraded→closed