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.

#1503 Simple cli swf to fla export fails with java.lang.NullPointerException
Author:
inkl

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

> I have a bunch of swf to decompile to fla. I have a windows 10 pc.
if i use GUI all works fine.
if i use cli with simple " -export fla outputfolder inputfolder " some file run fine,
others fail with
exception:
com.jpexs.decompiler.flash.console.CommandLineArgumentParser exportFla
SCHWERWIEGEND: Error during XFL/FLA export
java.lang.NullPointerException
at com.jpexs.decompiler.flash.tags.base.FontTag.isFontFamilyInstalled(FontTag.java:309)
at com.jpexs.decompiler.flash.xfl.XFLConverter.convertFonts(XFLConverter.java:2366)
at com.jpexs.decompiler.flash.xfl.XFLConverter.convertSWF(XFLConverter.java:3363)
at com.jpexs.decompiler.flash.SWF.exportXfl(SWF.java:2506)
at
com.jpexs.decompiler.flash.console.CommandLineArgumentParser.exportFla(CommandLineArgument
Parser.java:2410)
at
com.jpexs.decompiler.flash.console.CommandLineArgumentParser.parseExport(CommandLineArgume
ntParser.java:2349)
at
com.jpexs.decompiler.flash.console.CommandLineArgumentParser.parseArguments(CommandLineArg
umentParser.java:891)
at com.jpexs.decompiler.flash.gui.Main.main(Main.java:1976)
> I noticed that those swf which fail have fonts embeded in the lib. ( But its allways
Arial, that i have installed on my mashine)
Hi,
this problem should be fixed in nightly 1715.
State: new→upgraded
State: upgraded→closed