JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : You can now close your own issues and reopen them later if needed. You can also comment closed issues.
List of issuesList of issues

#2688 AS3: Saving edited ActionScript does nothing (no error, no changes applied)
Author:
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: upgraded Help

> What steps will reproduce the problem? 1. Open a SWF file in JPEXS (tested with Stick War 2, ActionScript 3). 2. Navigate to these ActionScript 3 class in the scripts tree: - com/brockw/stickwar/GameScreen.as - com/brockw/stickwar/singleplayer/SingleplayerGameScreen.as - com/brockw/stickwar/campaign/CampaignGameScreen.as - com/brockw/stickwar/missions/MissionGameScreen.as - com/brockw/stickwar/engine/Team/Hud.as - com/brockw/stickwar/engine/units/Unit.as - com/brockw/stickwar/engine/TipBox.as - com/brockw/simulationSync/SimulationSyncronizer.as 3. Open any of these scripts in ActionScript editor. 4. Make a minimal change (for example: add a space at the end of the file). 5. Click "Save". > What is the expected output? What do you see instead? Expected: The modified ActionScript should be compiled and saved back into the SWF. Actual: Nothing happens after clicking "Save": - The editor remains open - No error message is shown - Changes are not applied - After clicking "Cancel", the original code is unchanged This happens even with no functional changes (e.g. adding whitespace). > What version of the product are you using? Is it "nightly build"? Which operating system do you have? Version: 25.1.3 (not nightly) OS: Windows 11 > Please provide any additional information below. If the problem is related to a SWF file, attach it here, otherwise we can't help you.
Here is the drive link for swf file, i can't upload it here due to capacity problem https://drive.google.com/drive/folders/1ygilS0dvAL7ZoqaxvClwEBzxzEy7ErUB?usp=sharing
This is fixed in nightly 3480.
State: new→upgraded