JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : You can now close your own issues and reopen them later if needed. You can also comment closed issues.
List of issuesList of issues

#2577 problem with -translator
Author:
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: Translator
State: closed Help

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.
This is fixed in nightly 3351.
State: new→upgraded
State: upgraded→closed
This is going random, not always, maybe is my java with problems. java.util.logging.LogManager$RootLogger log SEVERE: Uncaught exception in thread: main java.lang.NullPointerException at javax.swing.JLabel.setIcon(JLabel.java:406) at com.jpexs.decompiler.flash.gui.translator.Translator$3.getTableCellRendererComponent(Trans lator.java:380) at javax.swing.JTable.prepareRenderer(JTable.java:5729) at com.jpexs.decompiler.flash.gui.translator.Translator.updateRowHeights(Translator.java:830) at com.jpexs.decompiler.flash.gui.translator.Translator.main(Translator.java:1222) at com.jpexs.decompiler.flash.console.CommandLineArgumentParser.parseArgumentsInternal(Comman dLineArgumentParser.java:649) at com.jpexs.decompiler.flash.console.CommandLineArgumentParser.parseArguments(CommandLineArg umentParser.java:475) at com.jpexs.decompiler.flash.gui.Main.main(Main.java:3628)
How do you run the translator? Which executable / command? On that line is just loading icon "about16" for translation hints from the resource stream (the ffdec.jar file). It may be missing if you run it somehow separately without the jar file.
State: closed→returned
Was running normal './ffdec -translator'. Like I said at github, I was suspecting my interference with 'cp' command but now I am not using that anymore. I will close the issue if the problem is not persisting.
Was once more at 3500, at 3512 is fine.
State: returned→closed