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 issuesAuthor:
Cuite_Piglin
Cuite_PiglinDate created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed 

> What steps will reproduce the problem?
run command:
java -jar .\ffdec.jar -config jnaTempDirectory="" (or any not exist path)
Config jnaTempDirectory set to 1 <-- this default value is not correct
Configuration saved
java -jar .\ffdec.jar
Uncaught exception in thread: main
java.lang.Error: JNA temporary directory 1 does not exist
at com.sun.jna.Native.getTempDir(Native.java:940)
at com.sun.jna.Native.removeTemporaryFiles(Native.java:950)
at com.sun.jna.Native.loadNativeLibrary(Native.java:648)
at com.sun.jna.Native.<clinit>(Native.java:127)
at com.jpexs.decompiler.flash.gui.Main.initJna(Main.java:3434)
at com.jpexs.decompiler.flash.gui.Main.main(Main.java:3595)
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
version 25.1.3 nightly 3459
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.
It is fixed in nightly 3460.
State: new→upgraded
It's still have problem, when the path not exist, there an error that can't run the soft
Then either set it to "" with
java -jar .\ffdec.jar -config jnaTempDirectory=
(you should be able to)
or set it to existing path.
It does not make sense to set it to non existing path.
If it does not run when set to "",
then you probably have some unicode characters in the App path or in your system user
name.
Then you need to set JNA temp directory to some directory which only uses basic english
alphabet.
I got it, thanks for your effort
State: upgraded→closed


