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

#1818 Error importing previously exported SWL XML
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: GFXXML
State: closed Help

> What steps will reproduce the problem? Export SWL XML, modify with Notepad++, import. > What is the expected output? What do you see instead? Expect to see modified xml results appear in SWL. Instead get error: 28/05/2022 12:16:03 SEVERE Error while getting val from class class com.jpexs.decompiler.flash.SWF field: tags java.lang.NoSuchMethodException: com.jpexs.decompiler.flash.tags.gfx.ExporterInfo.<init>(com.jpexs.decompiler.flash.SWF) at java.lang.Class.getConstructor0(Unknown Source) at java.lang.Class.getConstructor(Unknown Source) at com.jpexs.decompiler.flash.importers.SwfXmlImporter.createObject(SwfXmlImporter.java:332) at com.jpexs.decompiler.flash.importers.SwfXmlImporter.processObject(SwfXmlImporter.java:294) at com.jpexs.decompiler.flash.importers.SwfXmlImporter.processElement(SwfXmlImporter.java:248 ) at com.jpexs.decompiler.flash.importers.SwfXmlImporter.importSwf(SwfXmlImporter.java:147) at com.jpexs.decompiler.flash.gui.MainPanel.importSwfXml(MainPanel.java:2711) at com.jpexs.decompiler.flash.gui.MainFrameMenu.importXmlActionPerformed(MainFrameMenu.java:3 07) 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? 15.1.0, Windows 10 21H1 > 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 am working with two versions of the same SWL but with slight differences. My goal was to export both as XML, merge the changes and reimport it but instead I get an error in the log and the changes don't apply. Attached is a RAR containing the XML that I am trying to import and the SWL I am trying to import into. Thanks in advance.
admin
This is fixed in nightly 2127.
State: new→upgraded
admin
State: upgraded→closed