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.

#797 [Bug] Can't export files
Author:
capasha

Date created:
Type: bug
Visibility: Everybody
Assigned to:
honfika

Labels: Fonts
State: closed 

> What steps will reproduce the problem?
Export all files will end in error message: http://pastebin.com/AFcq9sYb
> What is the expected output? What do you see instead?
> What version of the product are you using? On what operating system?
4.0.5 nightly build 381 on windows 8.1 64bit
> Please provide any additional information below. Attach the file you have problem with
if neccessary. If you do not want to publish files YOU CAN CHANGE VISIBILITY TO PRIVATE

This problem seem to be already fixed in the latest nightly version (382)
It was fixed 2 days ago, see #794
I saw it now. Thanks. Works.
State: upgraded→closed
Adding the exception from pastebin here so the issue tracker does not depend on external
site.
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at org.doubletype.ossa.truetype.CmapWriter.prepare(CmapWriter.java:74)
at org.doubletype.ossa.truetype.CmapWriter.write(CmapWriter.java:106)
at org.doubletype.ossa.truetype.FontFileWriter.write(FontFileWriter.java:118)
at org.doubletype.ossa.module.TypefaceFile.buildTTF(TypefaceFile.java:481)
at org.doubletype.ossa.Engine.buildTrueType(Engine.java:502)
at fontastic.Fontastic.buildFont(Fontastic.java:205)
at
com.jpexs.decompiler.flash.exporters.FontExporter.exportFont(FontExporter.java:197)
at com.jpexs.decompiler.flash.exporters.FontExporter$1.run(FontExporter.java:80)
at com.jpexs.decompiler.flash.RetryTask.run(RetryTask.java:43)
at
com.jpexs.decompiler.flash.exporters.FontExporter.exportFonts(FontExporter.java:82)
at com.jpexs.decompiler.flash.gui.MainPanel.exportAll(MainPanel.java:1092)
at
com.jpexs.decompiler.flash.gui.MainPanel$20.doInBackground(MainPanel.java:1650)
at
com.jpexs.decompiler.flash.gui.MainPanel$20.doInBackground(MainPanel.java:1643)
at com.jpexs.helpers.CancellableWorker$1.call(CancellableWorker.java:49)
at java.util.concurrent.FutureTask.run(Unknown Source)
at com.jpexs.helpers.CancellableWorker.run(CancellableWorker.java:66)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)