JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : You can now close your own issues and reopen them later if needed. You can also comment closed issues.
List of issuesList of issues

#2758 Exporting Shapes via CLI returning no files or even errors.
Author:
Date created:
Type: question
Visibility: Everybody
Assigned to:
Labels: Commandline
State: opened Help

Entering the command: ffdec -export shape ./WorkingDirectory/menu3/004A314BA75429D7.GFXF.GFX ./WorkingDirectory/menu3/shapes Returns: JPEXS Free Flash Decompiler v.26.2.1 ------------------------------------ Export finished. Total export time: 00:00.004 OK Despite the OK, no files are exported into the specified directory. I am on Arch Linux and using JPEXS Free Flash Decompiler v.26.2.1 I am attaching the folder with the SWF with this post.
Downloadmenu3.zip (2,838 KiB)
You have swapped the output directory and the SWF/GFX name. It must be the other way around. ffdec -export shape ./WorkingDirectory/menu3/shapes ./WorkingDirectory/menu3/004A314BA75429D7.GFXF.GFX
State: new→opened
Type: bug→question