JPEXS Free Flash Decompiler Issue Tracker

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 issuesList of issues

#2015 Globally rename identifier
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: GUIRename identifiers
State: closed Help

The feature "Globally rename identifier" works only if "Automatic deobfuscation" and "Auto rename identifiers" options are enabled. Is it OK or not? I checked it in two SWFs, so the problem is not in my files. Also, in #2013 I said that there is an error in log after each rename. It looks like nothing wrong with the lib but problem with GUI. Stacktrace: java.lang.reflect.InvocationTargetException at java.awt.EventQueue.invokeAndWait(Unknown Source) at java.awt.EventQueue.invokeAndWait(Unknown Source) at javax.swing.SwingUtilities.invokeAndWait(Unknown Source) at com.jpexs.decompiler.flash.gui.View.execInEventDispatch(View.java:462) at com.jpexs.decompiler.flash.gui.MainPanel.renameMultiname(MainPanel.java:1781) at com.jpexs.decompiler.flash.gui.MainPanel$17.doInBackground(MainPanel.java:2972) at com.jpexs.decompiler.flash.gui.MainPanel$17.doInBackground(MainPanel.java:2969) at com.jpexs.helpers.CancellableWorker$1.call(CancellableWorker.java:61) at java.util.concurrent.FutureTask.run(Unknown Source) at com.jpexs.helpers.CancellableWorker.run(CancellableWorker.java:78) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.NullPointerException at com.jpexs.decompiler.flash.gui.MainPanel.lambda$renameMultiname$1(MainPanel.java:1790) at com.jpexs.decompiler.flash.gui.MainPanel$$Lambda$288/942051551.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)
admin
I think this was also fixed in nightly 2663, like in #2013. Please create new issue if the problem persists.
State: new→closed