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

#2075 FF dec doesn't see any file
Author: user OlgaS
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: Mac
State: opened Help

> What steps will reproduce the problem? While editing a .gfx file and trying to replace a shape, the program can't see any file to import from my computer. > What is the expected output? What do you see instead? Normally, I must see a list of files I have to open and replace a shape with but the workspace is empty (only folders are shown). > What version of the product are you using? Is it "nightly build"? Which operating system do you have? I use the last version 11.2.0 on MacOS Monterey 12.5.1 > Please provide any additional information below. If the problem is related to a SWF file, attach it here, otherwise we can't help you. Also when I ran the program there is an error "Cannot load swf file". I have the JDK 8 installed.
admin
hmm, it seems to me that Mac does not allow to view list of files when the app is run as Mac os package. Maybe it has to do something with signing. We do not have our application signed - it consts money. Much money that I don't want to spend on Apple. You can try other way: - you can run Terminal and navigate to FFDec directory (its the place where ffdec.jar resides) then launch the app with following command: java -jar ffdec.jar I tried it and this way the filedialog was okay to me.
State: new→opened