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

#2617 Exporting of multiple files is broken
Author:
Date created:
Type: question
Visibility: Everybody
Assigned to:
State: opened Help

I downloaded multiple .swf files from an old magazine, loaded them into FFdec, shift+selected all of them, clicked "Export Selection" and selected only images I get the message "Error during export: java.io.IOException Cannot create directory C:\test\11.swf\images Exporting the files one at a time works, though. Clicking "Export all parts", while all are selected results in only 1 .swf file being generated in the images folder. Some of the magazines I am trying to archive are quite long, so this is very inconvenient. It seems all methods of batch exporting are broken? I have attached the 12 pages of the magazine with this issue. I tried both the latest stable release 24.1.1. as well as the latest nightly 3881.
Download1.swf (143 KiB)Download2.swf (53 KiB)Download3.swf (160 KiB)Download4.swf (201 KiB)Download5.swf (145 KiB)Download6.swf (229 KiB)Download7.swf (179 KiB)Download8.swf (197 KiB)Download9.swf (182 KiB)Download10.swf (244 KiB)Download11.swf (201 KiB)Download12.swf (62 KiB)
When you select images across multiple opened SWF files and then hit export, it tries to create a directory per each SWF file. It names each directory with name of the SWF file. If you set export directory to C:\test and select images in 1.swf, 2.swf, then it will create C:\test\1.swf\images and C:\test\2.swf\images directories. This might be a problem if you set export directory to the directory where your SWFs are placed. Because you cannot create a directory "C:\test\1.swf\" when there already exists file "C:\test\1.swf". The solution for you is to select another output directory. For example C:\test\out\ or C:\out\. I might implement some solution on my side, like using "1_swf" instead of "1.swf" for directory name.
State: new→opened
Type: bug→question