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

#1264 Search SWFs in memory menu function is visible and enabled on non Windows system
Author: user cnbeining
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

> What steps will reproduce the problem? 1. Open FFdec 2. Click Search SWFs in memory > What is the expected output? What do you see instead? Expected: An window pops out Actual: Nothing happened, in shell: $ sh ffdec.sh Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at java.util.Collections.sort(Collections.java:141) at com.jpexs.decompiler.flash.gui.LoadFromMemoryFrame.refreshList(LoadFromMemoryFrame.java:17 8) at com.jpexs.decompiler.flash.gui.LoadFromMemoryFrame.<init>(LoadFromMemoryFrame.java:343) at com.jpexs.decompiler.flash.gui.Main.loadFromMemory(Main.java:577) at com.jpexs.decompiler.flash.gui.MainFrameMenu.searchMemoryActionPerformed(MainFrameMenu.jav a:533) at org.pushingpixels.flamingo.api.common.AbstractCommandButton.fireActionPerformed(AbstractCo mmandButton.java:616) at org.pushingpixels.flamingo.api.common.AbstractCommandButton$ActionHandler.actionPerformed( AbstractCommandButton.java:568) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402) at org.pushingpixels.flamingo.api.common.model.ActionRepeatableButtonModel.setPressed(ActionR epeatableButtonModel.java:123) at org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonListener.mouseReleased(Bas icCommandButtonListener.java:147) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289) at java.awt.Component.processMouseEvent(Component.java:6535) at javax.swing.JComponent.processMouseEvent(JComponent.java:3324) at java.awt.Component.processEvent(Component.java:6300) at java.awt.Container.processEvent(Container.java:2236) at java.awt.Component.dispatchEventImpl(Component.java:4891) at java.awt.Container.dispatchEventImpl(Container.java:2294) at java.awt.Component.dispatchEvent(Component.java:4713) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4525) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466) at java.awt.Container.dispatchEventImpl(Container.java:2280) at java.awt.Window.dispatchEventImpl(Window.java:2750) at java.awt.Component.dispatchEvent(Component.java:4713) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758) at java.awt.EventQueue.access$500(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.awt.EventQueue$3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDo main.java:76) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDo main.java:86) at java.awt.EventQueue$4.run(EventQueue.java:731) at java.awt.EventQueue$4.run(EventQueue.java:729) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDo main.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:728) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) > What version of the product are you using? Is it "nightly build"? Which operating system do you have? V8.0.1 stable Mac OS X 10.11.6 (15G31) > Please provide any additional information below. If the problem is related to a SWF file, attach it here, otherwise we can't help you. Older version (7.1.2) and nightly build(ffdec_8.0.1_nightly1486) are not working either.
developer
Memory search is not supported on non-Windows systems, see the features page: /www.free-decompiler.com/flash/features/ This feature should not be accessible on OS X, I'll check why is it visible.
Title: Search SWFs in memory not working, nothing poped up, NullPointerException→Search SWFs in memory menu function is visible and enabled on non Windows system
admin
It's currently Windows only feature, sorry. I guess we should at least hide the button on nonwindows platforms...
Title: Search SWFs in memory menu function is visible and enabled on non Windows system→Search SWFs in memory on Mac
user
OK got it. BTW I just realized that in the nightly build this function is NOT VISIBLE. But before the nightly it IS visible. Thanks for your effort.
admin
Oh, sorry, we answered simultaneously :-)
Title: Search SWFs in memory on Mac→Search SWFs in memory menu function is visible and enabled on non Windows system
admin
State: new→closed