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

#119 What the file ffdec.bat is needed for?
Author: user focus
Date created:
Type: question
Visibility: Everybody
Assigned to:
Labels: Installation
State: closed Help

I see this error while running it: ffdec>java -jar ffdec.jar ш■э 12, 2013 6:24:55 PM com.jpexs.decompiler.flash.Configuration loadReplacement s SEVERE: Error during load replacements java.io.FileNotFoundException: C:\Users\focus\AppData\Roaming\JPEXS\FFDec\replac ements.cfg (file not found) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(Unknown Source) at java.io.FileInputStream.<init>(Unknown Source) at java.io.FileReader.<init>(Unknown Source) at com.jpexs.decompiler.flash.Configuration.loadReplacements(Configurati on.java:94) at com.jpexs.decompiler.flash.Configuration.loadFromFile(Configuration.j ava:135) at com.jpexs.decompiler.flash.gui.Main.main(Main.java:420) And there is really no such file C:\Users\focus\AppData\Roaming\JPEXS\FFDec\replac ements.cfg what is it for?
admin
The BAT file runs the application and can be generally be used to pass commandline arguments to FFDec, because Main EXE application (Java launcher) does not produce any standard output you can se. The Exception you see (cannot found replacements.cfg) is a bug and it will be removed in next release. Please ignore the error. The application works with it. The file is used to store Proxy replacements.
State: new→opened
user
thanks!
admin
version 1.6.3 released this exception was fixed, I am closing this.
State: opened→closed