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 issues#2617 Exporting of multiple files is broken
Author:
adroit
adroitDate created:
Type: question
Visibility: Everybody
Assigned to:
State: opened 

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.
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
Type: bug→question
1.swf