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

#980 Export to Fla Problems
Author: user dbk
Date created:
Type: bug
Visibility: Everybody read only
Assigned to:
State: closed Help

> What steps will reproduce the problem? Export swf to fla. > What is the expected output? What do you see instead? > What version of the product are you using? Is it "nighlty build"? Which operating system do you have? nighlty build on Windows Xp SP3 > Please provide any additional information below. If the problem is related to a SWF file, attach it here, otherwise we can't help you. 17/07/2015 16:25:17 SEVERE Pretty print error javax.xml.transform.TransformerException: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 919; An invalid XML character (Unicode: 0x{2}) was found in the value of attribute "{1}" and element is "0". at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(Unknown Source) at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(Unknown Source) at com.jpexs.decompiler.flash.xfl.XFLConverter.prettyFormatXML(XFLConverter.java:1630) at com.jpexs.decompiler.flash.xfl.XFLConverter.convertSWF(XFLConverter.java:2714) at com.jpexs.decompiler.flash.SWF.exportFla(SWF.java:2141) at com.jpexs.decompiler.flash.gui.MainPanel$16.doInBackground(MainPanel.java:1935) at com.jpexs.decompiler.flash.gui.MainPanel$16.doInBackground(MainPanel.java:1928) at com.jpexs.helpers.CancellableWorker$1.call(CancellableWorker.java:51) at java.util.concurrent.FutureTask.run(Unknown Source) at com.jpexs.helpers.CancellableWorker.run(CancellableWorker.java:68) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 919; An invalid XML character (Unicode: 0x{2}) was found in the value of attribute "{1}" and element is "0". at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source) at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transformIdentity(Unknown Source) ... 13 more --------- org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 919; An invalid XML character (Unicode: 0x{2}) was found in the value of attribute "{1}" and element is "0". at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source) at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transformIdentity(Unknown Source) at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(Unknown Source) at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(Unknown Source) at com.jpexs.decompiler.flash.xfl.XFLConverter.prettyFormatXML(XFLConverter.java:1630) at com.jpexs.decompiler.flash.xfl.XFLConverter.convertSWF(XFLConverter.java:2714) at com.jpexs.decompiler.flash.SWF.exportFla(SWF.java:2141) at com.jpexs.decompiler.flash.gui.MainPanel$16.doInBackground(MainPanel.java:1935) at com.jpexs.decompiler.flash.gui.MainPanel$16.doInBackground(MainPanel.java:1928) at com.jpexs.helpers.CancellableWorker$1.call(CancellableWorker.java:51) at java.util.concurrent.FutureTask.run(Unknown Source) at com.jpexs.helpers.CancellableWorker.run(CancellableWorker.java:68) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) 17/07/2015 16:26:43 SEVERE Decompilation timeout in: com.fi.simulator/RoomDisplay.getAuxElementsPrice java.util.concurrent.TimeoutException at java.util.concurrent.FutureTask.get(Unknown Source) at com.jpexs.helpers.CancellableWorker.get(CancellableWorker.java:105) at com.jpexs.helpers.CancellableWorker.call(CancellableWorker.java:123) at com.jpexs.decompiler.flash.abc.types.MethodBody.convert(MethodBody.java:299) at com.jpexs.decompiler.flash.abc.types.traits.TraitMethodGetterSetter.convert(TraitMethodGet terSetter.java:84) at com.jpexs.decompiler.flash.abc.types.traits.Traits$TraitConvertTask.call(Traits.java:139) at com.jpexs.decompiler.flash.abc.types.traits.Traits$TraitConvertTask.call(Traits.java:90) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Many thanks in advance !
Downloadeb8_4a10001.swf (4,616 KiB)
developer
fixed in the latest nightly build, please try it.
State: new→upgraded
developer
I close this issue due to inactivity. Please create new issue if problem still exists.
State: upgraded→closed