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

#2101 JPEXS CLI is not working on Windows
Author: user rayyaw
Date created:
Type: question
Visibility: Everybody
Assigned to:
Labels: Commandline
State: closed Help

> What steps will reproduce the problem? Open the JPEXS CLI on Windows using `ffdec.exe --h` or any other command > What is the expected output? What do you see instead? The expected output is for the CLI command to be processed and display the help command list. Instead, the GUI opens. > What version of the product are you using? Is it "nightly build"? Which operating system do you have? OS = Windows JPEXS version = 18.5.0 > Please provide any additional information below. If the problem is related to a SWF file, attach it here, otherwise we can't help you. N/A
admin
Yes, ffdec.exe does not work for CLI. We use launch5j EXE for loading java app, it seems that it does not support console apps. Please use ffdec.bat instead, or java -jar ffdec.jar As stated in Commandline support documentation https://github.com/jindrapetrik/jpexs-decompiler/wiki/Commandline-arguments
State: new→opened
user
understood, thanks! (feel free to close this issue)
admin
State: opened→closed
Type: bug→question