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

#2032 Uncaught exception in thread: AWT-EventQueue-0
Author: user kaiceo
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: new Help

> What steps will reproduce the problem? when i install ffdec on ubuntu 20 and start software, any menu text not show > What is the expected output? What do you see instead? log: ubuntu@ubuntu-virtual-machine:~/Downloads$ ffdec maj 30, 2023 12:51:15 EM java.util.logging.LogManager$RootLogger log ALLVARLIG: Uncaught exception in thread: AWT-EventQueue-0 java.lang.IllegalArgumentException: Width (3) and height (0) cannot be <= 0 at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:1016) at java.awt.GraphicsConfiguration.createCompatibleImage(GraphicsConfiguration.java:186) at org.pushingpixels.substance.internal.utils.SubstanceCoreUtilities.getBlankImage(SubstanceC oreUtilities.java:603) at org.pushingpixels.substance.internal.utils.SubstanceImageCreator.getArrow(SubstanceImageCr eator.java:369) at org.pushingpixels.substance.internal.utils.SubstanceImageCreator.getArrowIcon(SubstanceIma geCreator.java:343) at org.pushingpixels.substance.flamingo.common.ui.SubstanceCommandButtonUI$3.getColorSchemeIc on(SubstanceCommandButtonUI.java:485) at org.pushingpixels.substance.flamingo.common.TransitionAwareResizableIcon.getIconToPaint(Tr ansitionAwareResizableIcon.java:175) at org.pushingpixels.substance.flamingo.common.TransitionAwareResizableIcon.paintIcon(Transit ionAwareResizableIcon.java:259) at org.pushingpixels.substance.flamingo.common.ui.SubstanceCommandButtonUI.paintPopupActionIc on(SubstanceCommandButtonUI.java:645) at org.pushingpixels.substance.flamingo.common.ui.SubstanceCommandButtonUI.paint(SubstanceCom mandButtonUI.java:582) at javax.swing.plaf.ComponentUI.update(ComponentUI.java:161) at org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI.update(BasicCommandButt onUI.java:509) at org.pushingpixels.substance.flamingo.common.ui.SubstanceCommandButtonUI.__org__pushingpixe ls__substance__flamingo__common__ui__SubstanceCommandButtonUI__update(SubstanceCommandButt onUI.java) at org.pushingpixels.substance.flamingo.common.ui.SubstanceCommandButtonUI.update(SubstanceCo mmandButtonUI.java) at javax.swing.JComponent.paintComponent(JComponent.java:780) at javax.swing.JComponent.paint(JComponent.java:1056) at javax.swing.JComponent.paintChildren(JComponent.java:889) at javax.swing.JComponent.paint(JComponent.java:1065) at javax.swing.JComponent.paintChildren(JComponent.java:889) at javax.swing.JComponent.paint(JComponent.java:1065) at javax.swing.JComponent.paintChildren(JComponent.java:889) at javax.swing.JComponent.paint(JComponent.java:1065) at javax.swing.JComponent.paintChildren(JComponent.java:889) at javax.swing.JComponent.paint(JComponent.java:1065) at javax.swing.JComponent.paintChildren(JComponent.java:889) at javax.swing.JComponent.paint(JComponent.java:1065) at javax.swing.JComponent.paintChildren(JComponent.java:889) at javax.swing.JComponent.paint(JComponent.java:1065) at javax.swing.JComponent.paintChildren(JComponent.java:889) at javax.swing.JComponent.paint(JComponent.java:1065) at javax.swing.JComponent.paintChildren(JComponent.java:889) at javax.swing.JComponent.paint(JComponent.java:1065) > What version of the product are you using? Is it "nightly build"? Which operating system do you have? os:ubuntu 20 version: ffdec_18.4.1.deb, not nightly build java info : ubuntu@ubuntu-virtual-machine:~/Downloads$ java -version openjdk version "1.8.0_362" OpenJDK Runtime Environment (build 1.8.0_362-8u372-ga~us1-0ubuntu1~20.04-b09) OpenJDK 64-Bit Server VM (build 25.362-b09, mixed mode) > Please provide any additional information below. If the problem is related to a SWF file, attach it here, otherwise we can't help you.