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

#1971 Cannot run FFdec 18.3.4: An error occurred while starting the application."
Author: user nosamu
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: Startup
State: closed Help

> What steps will reproduce the problem? > What is the expected output? What do you see instead? > What version of the product are you using? Is it "nightly build"? Which operating system do you have? > Please provide any additional information below. If the problem is related to a SWF file, attach it here, otherwise we can't help you.
user
Sorry, I accidentally hit Enter before I was able to type in the issue details. When I run FFdec version 18.3.4, it hangs on the splash screen for a while, and then a message box with this text pops up: "An error occurred while starting the application." I am using FFdec version 18.3.4 on Windows 10 64-bit. I was able to get the application working again by downgrading to FFdec 18.3.3. I tried uninstalling and reinstalling version 18.3.4 several times, and tried restarting my PC several times as well, but nothing helped. When running ffdec.bat from the terminal, I get the following output: Feb 11, 2023 9:55:28 PM 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:462) at com.jpexs.decompiler.flash.gui.Main.main(Main.java:2624) Caused by: java.lang.OutOfMemoryError: unable to create new native thread at java.lang.Thread.start0(Native Method) at java.lang.Thread.start(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.addWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source) at javax.swing.SwingWorker.execute(Unknown Source) at org.pushingpixels.flamingo.api.common.icon.ImageWrapperIcon.renderImage(ImageWrapperIcon.j ava:283) at org.pushingpixels.flamingo.api.common.icon.ImageWrapperIcon.<init>(ImageWrapperIcon.java:1 10) at org.pushingpixels.flamingo.api.common.icon.ImageWrapperResizableIcon.<init>(ImageWrapperRe sizableIcon.java:115) at org.pushingpixels.flamingo.api.common.icon.ImageWrapperResizableIcon.getIcon(ImageWrapperR esizableIcon.java:71) at com.jpexs.decompiler.flash.gui.View.getResizableIcon(View.java:439) at com.jpexs.decompiler.flash.gui.View.getResizableIcon(View.java:435) at com.jpexs.decompiler.flash.gui.MainFrameRibbonMenu.finishMenu(MainFrameRibbonMenu.java:340 ) at com.jpexs.decompiler.flash.gui.MainFrameMenu.createMenuBar(MainFrameMenu.java:1112) at com.jpexs.decompiler.flash.gui.MainFrameRibbon.<init>(MainFrameRibbon.java:72) at com.jpexs.decompiler.flash.gui.Main.ensureMainFrame(Main.java:723) at com.jpexs.decompiler.flash.gui.Main.showModeFrame(Main.java:2396) at com.jpexs.decompiler.flash.gui.Main.lambda$main$3(Main.java:2628) 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$JavaSecurityAccessImpl.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
Thank you for proper reporting. Please try nightly 2470, I think it should be fixed. Let me know.
State: new→upgraded
user
I can confirm that this is fixed now, thank you!
admin
You're welcome.
State: upgraded→closed