Package Details: ffdec 26.0.0-1

Git Clone URL: https://aur.archlinux.org/ffdec.git (read-only, click to copy)
Package Base: ffdec
Description: Open Source Flash SWF decompiler and editor
Upstream URL: https://github.com/jindrapetrik/jpexs-decompiler
Keywords: decompiler flash java jpexs
Licenses: GPL-3.0-or-later
Submitter: zopieux
Maintainer: yataro
Last Packager: yataro
Votes: 35
Popularity: 0.022561
First Submitted: 2014-12-26 21:03 (UTC)
Last Updated: 2026-04-09 12:58 (UTC)

Dependencies (3)

Required by (1)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

creyon commented on 2023-10-20 09:44 (UTC)

I'm currently looking into updating this. As it stands, this package installs a pre-built binary rather than compiling from source, making it functionally identical to its counterpart, ffdec-bin. I'll look into adapting the package to compile from source as would be expected from a user installing a package with this name, but before I do that, I'll bump the version number and update dependency info in order to allow an upgrade to the binary in the short term.

zopieux commented on 2023-10-18 19:54 (UTC)

creyon now has maintainership.

creyon commented on 2023-10-18 15:00 (UTC)

I've sent zopieux an email to ask if the package can be updated.

OdinVex commented on 2023-08-20 20:44 (UTC)

Indeed, 18.5.0 is out stable...

somebody commented on 2022-02-08 10:08 (UTC)

still no update? :(

liberodark commented on 2021-11-29 16:54 (UTC) (edited on 2021-11-29 16:55 (UTC) by liberodark)

Have make upgrade on my side to v15 : https://paste.yunohost.org/ocivexesim.bash

somebody commented on 2021-04-30 03:43 (UTC)

seems like this should be renamed to ffdec-bin

zopieux commented on 2020-08-15 18:22 (UTC)

I reinstalled it from the AUR to check, and it's running fine. Can you try playing with $ archlinux-java just in case? https://wiki.archlinux.org/index.php/Java#Switching_between_JVM

drymisty commented on 2020-08-15 14:47 (UTC)

I'm having the same problem.

erayerdin commented on 2020-06-27 19:59 (UTC) (edited on 2020-06-27 19:59 (UTC) by erayerdin)

installs successfully but failed in runtime saying:

Jun 27, 2020 10:56:41 PM com.jpexs.decompiler.flash.gui.Main main
SEVERE: Failed to load plugins
java.lang.Error: modifiers
        at com.jpexs.decompiler.flash.configuration.Configuration.setConfigurationFields(Configuration.java:893)
        at com.jpexs.decompiler.flash.configuration.Configuration.<clinit>(Configuration.java:849)
        at com.jpexs.decompiler.flash.helpers.SWFDecompilerPlugin.getPluginsDir(SWFDecompilerPlugin.java:61)
        at com.jpexs.decompiler.flash.helpers.SWFDecompilerPlugin.loadPlugins(SWFDecompilerPlugin.java:78)
        at com.jpexs.decompiler.flash.gui.Main.main(Main.java:1946)

Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class com.jpexs.decompiler.flash.configuration.Configuration
        at com.jpexs.decompiler.flash.gui.Main.main(Main.java:1952)