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#730 Doesn't work if Flash ActiveX not installed
Author: usroboticz
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: External Viewer
State: closed
Windows 7 x64, FFDec 4.0.4 (2014-11-23) from the zip archive, JRE 1.7.0_51.
I don't have Flash ActiveX installed and the program doesn't work.
When started via ffdec.exe, it shows the splash screen for about a minute and then an
error message pops up: "An error occurred while starting the application." When I click
OK, javaw.exe and javactivex_1417132739010.exe processes don't terminate, i.e. they become
zombies.
When started via ffdec.bat, it shows this:
C:\Users\user\Downloads\ffdec_4.0.4>ffdec.bat
Nov 28, 2014 3:48:47 AM com.jpexs.decompiler.flash.gui.View execInEventDispatch
SEVERE: null
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:343)
at com.jpexs.decompiler.flash.gui.Main.showModeFrame(Main.java:797)
at com.jpexs.decompiler.flash.gui.Main.main(Main.java:1025)
Caused by: com.jpexs.javactivex.ActiveXException: The file specified for the ActiveX
control does not exist
at com.jpexs.javactivex.ActiveXControl.readResult(ActiveXControl.java:674)
at com.jpexs.javactivex.ActiveXControl.<init>(ActiveXControl.java:787)
at com.jpexs.javactivex.ActiveXControl.<init>(ActiveXControl.java:730)
at com.jpexs.javactivex.ActiveX$MyHandler.<init>(ActiveX.java:23)
at com.jpexs.javactivex.ActiveX.createObject(ActiveX.java:85)
at
com.jpexs.decompiler.flash.gui.player.FlashPlayerPanel.<init>(FlashPlayerPanel.java:121)
at
com.jpexs.decompiler.flash.gui.MainFrameClassic.<init>(MainFrameClassic.java:46)
at com.jpexs.decompiler.flash.gui.Main.ensureMainFrame(Main.java:162)
at com.jpexs.decompiler.flash.gui.Main$16.run(Main.java:800)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(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)
C:\Users\user\Downloads\ffdec_4.0.4>
Works in 4.0.5. Thanks!
State: new→closed