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#1137 java.io.IOException: Cannot run program ""/usr/local/bin/flashplayer"": error=2, No such file or directory
Author: coolspeedy6
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed
> What steps will reproduce the problem?
1) Download and install ffdec_7.1.2.deb
2) Download and install projector files to /usr/local/bin/
3) Set projector path in ffdec to /usr/local/bin/flashplayer
3) Restart ffdec
4) Hit run button on ffdec with any swf
> What is the expected output? What do you see instead?
I get the follow error in the log instead of seeing the flash program run:
java.io.IOException: Cannot run program ""/usr/local/bin/flashplayer"": error=2, No such
file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
at java.lang.Runtime.exec(Runtime.java:620)
at java.lang.Runtime.exec(Runtime.java:450)
at java.lang.Runtime.exec(Runtime.java:347)
at com.jpexs.decompiler.flash.gui.Main$1.doInBackground(Main.java:223)
at com.jpexs.helpers.CancellableWorker$1.call(CancellableWorker.java:51)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at com.jpexs.helpers.CancellableWorker.run(CancellableWorker.java:68)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.<init>(UNIXProcess.java:248)
at java.lang.ProcessImpl.start(ProcessImpl.java:134)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
... 10 more
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
LinuxMint 17.3
Linux 4.2.0-19-generic
KDE 4.13.2
Java version "1.8.0_66"
Java(TM) SE Runtime Environment (build 1.8.0_66-b17)
Java HotSpot(TM) 64-Bit Server VM (build 25.66-b17, 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.
using the nightly build does not change outcome.
error.png (39 KiB)error1.png (27 KiB)
How about nightly build of ffdec, does it have the same problem?
no change at all.
tried the last 4 from tonight
Please try nightly 1239, it might be better.
State: new→upgraded
I close this issue due to inactivity. Please create new issue if problem still exists.
State: upgraded→closed