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 issues#1782 Export to FLA not working
Author:
amusedpenguin
amusedpenguinDate created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: BundlesFLA export
State: closed 

> What steps will reproduce the problem?
I am simply opening the flash files from .bin files, and clicking Export to FLA on the top
menu and nothing seems to happen.
> What is the expected output? What do you see instead?
I have previously been able to Save and Export these objects as Flash files. At the
momement, nothing seems to happen and I get the small Error "!" mark in the bottom right.
Clicking on this and I get -
07/01/2022 11:05:06 SEVERE Uncaught exception in thread: AWT-EventQueue-0
java.lang.NullPointerException
at java.io.File.<init>(Unknown Source)
at com.jpexs.decompiler.flash.gui.MainPanel.exportFla(MainPanel.java:2310)
at
com.jpexs.decompiler.flash.gui.MainFrameMenu.exportFlaActionPerformed(MainFrameMenu.java:2
99)
at
org.pushingpixels.flamingo.api.common.AbstractCommandButton.fireActionPerformed(AbstractCo
mmandButton.java:616)
at
org.pushingpixels.flamingo.api.common.AbstractCommandButton$ActionHandler.actionPerformed(
AbstractCommandButton.java:568)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at
org.pushingpixels.flamingo.api.common.model.ActionRepeatableButtonModel.setPressed(ActionR
epeatableButtonModel.java:123)
at
org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonListener.mouseReleased(Bas
icCommandButtonListener.java:147)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown
Source)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown
Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown
Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
I was using 15.0.0. I then uninstalled that and went back to 14.4.0. I then tried the
15.0.0 nightly 2006 most recent update. All resulted in the same outcome.
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.
I have tried it with a number of files I was able to export previously and now cannot do
so. I am a teacher trying to restore these flash objects so we can continue to use them?
Can you help?
FFdec 1.png (85 KiB)
ffdec2.png (79 KiB)I can't reproduce this without sample SWF file.
Luckily I read the issue again and tried it on sample bin file with SWF inside,
and I could reproduce it.
So I fixed it.
Try nightly version 2117.
State: new→upgraded
State: upgraded→closed
