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.

#1342 /usr/bin/ffdec: line 30: [: too many arguments
Author:
JOELwindows7

Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed 

> What steps will reproduce the problem?
Run FFDEC like usual on my PC
$ ffdec
> What is the expected output? What do you see instead?
/usr/bin/ffdec: baris 30: [: terlalu banyak argumen
/usr/bin/ffdec: baris 32: [: terlalu banyak argumen
/usr/bin/ffdec: baris 36: [: terlalu banyak argumen
/usr/bin/ffdec: baris 38: [: terlalu banyak argumen
/usr/bin/ffdec: baris 42: [: terlalu banyak argumen
/usr/bin/ffdec: baris 44: [: terlalu banyak argumen
/usr/bin/ffdec: baris 48: [: terlalu banyak argumen
Jan 24, 2017 10:41:45 PM com.jpexs.decompiler.flash.gui.Main main
SEVERE: Failed to load plugins
java.lang.ExceptionInInitializerError
at
com.jpexs.decompiler.flash.helpers.SWFDecompilerPlugin.getPluginsDir(SWFDecompilerPlugin.j
ava:61)
at
com.jpexs.decompiler.flash.helpers.SWFDecompilerPlugin.loadPlugins(SWFDecompilerPlugin.jav
a:78)
at com.jpexs.decompiler.flash.gui.Main.main(Main.java:1915)
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make field private int
java.lang.reflect.Field.modifiers accessible: module java.base does not "opens
java.lang.reflect" to unnamed module @33c7e1bb
at
java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:2
07)
at java.base/java.lang.reflect.Field.checkCanSetAccessible(Field.java:171)
at java.base/java.lang.reflect.Field.setAccessible(Field.java:165)
at
com.jpexs.decompiler.flash.configuration.Configuration.setConfigurationFields(Configuratio
n.java:860)
at
com.jpexs.decompiler.flash.configuration.Configuration.<clinit>(Configuration.java:839)
... 3 more
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:1921)
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
Ubuntu 16.10, FFDEC 10.0.0 (Stable)
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.
I just want to run ffdec when suddenly this mysterious error appears and fail to start.

Oops, lack info!:
Java Runtime 9
-------------------
java 9-ea
Java(TM) SE Runtime Environment (build 9-ea+152)
Java HotSpot(TM) 64-Bit Server VM (build 9-ea+152, mixed mode)
-------------------------------------
cannot reproduce
State: new→closed