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 issues#2577 problem with -translator
Author:
conor
conorDate created:
Type: bug
Visibility: Everybody
Assigned to:
State: new 

Something changed since 24.1.1. Now at 24.1.1_nightly3350, when trying -translator, now is
this:
SEVERE: Uncaught exception in thread: main
java.lang.NullPointerException
at
com.jpexs.decompiler.flash.gui.translator.Translator.updateCounts(Translator.java:773)
at
com.jpexs.decompiler.flash.gui.translator.Translator.itemStateChanged(Translator.java:883)
at com.jpexs.decompiler.flash.gui.translator.Translator.<init>(Translator.java:743)
at com.jpexs.decompiler.flash.gui.translator.Translator.main(Translator.java:1220)
at
com.jpexs.decompiler.flash.console.CommandLineArgumentParser.parseArgumentsInternal(Comman
dLineArgumentParser.java:640)
at
com.jpexs.decompiler.flash.console.CommandLineArgumentParser.parseArguments(CommandLineArg
umentParser.java:474)
at com.jpexs.decompiler.flash.gui.Main.main(Main.java:3276)
With accumulated or without ~/.config/FFDec is same.
If this will happen at next release, I think I have to see commit by commit where was the
problem.