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.

#1550 Font Missing name.
Author:
nissansz

Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: Fonts
State: closed 

> What steps will reproduce the problem?
attached swf
> What is the expected output? What do you see instead?
ttf font. Errors.
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.
Mar 27, 2020 11:03:53 PM org.doubletype.ossa.Engine buildTrueType
SEVERE: null
java.lang.Exception: 0 is mapped already.
at org.doubletype.ossa.module.TypefaceFile.loadGlyph(TypefaceFile.java:491)
at org.doubletype.ossa.module.TypefaceFile.loadGlyphs(TypefaceFile.java:456)
at org.doubletype.ossa.module.TypefaceFile.buildTTF(TypefaceFile.java:403)
at org.doubletype.ossa.Engine.buildTrueType(Engine.java:133)
at fontastic.Fontastic.buildFont(Fontastic.java:170)
at com.jpexs.decompiler.flash.exporters.FontExporter.exportFont(FontExporter.java:282)
at com.jpexs.decompiler.flash.exporters.FontExporter.lambda$0(FontExporter.java:107)
at com.jpexs.decompiler.flash.RetryTask.run(RetryTask.java:41)
at com.jpexs.decompiler.flash.exporters.FontExporter.exportFonts(FontExporter.java:108)
at com.jpexs.decompiler.flash.gui.MainPanel.exportSelection(MainPanel.java:1273)
at com.jpexs.decompiler.flash.gui.MainPanel$20.doInBackground(MainPanel.java:2357)
at com.jpexs.decompiler.flash.gui.MainPanel$20.doInBackground(MainPanel.java:1)
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)

I editted ttf.jar, and it is solved now.
I am sorry for letting you wait so much without an answer and I don't think it is now
(after flash shutdown) even relevant, but
I think we fixed this in nightly build 1741.
State: new→upgraded
State: upgraded→closed