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.

#1484 -replace commanline arg gives NullPointer on script problem
Author:
mojtaba

Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed 

I imported a script using "-replace" and faced with error below. Is there a way to find
out what's this error about :
SEVERE: Uncaught exception in thread: main
java.lang.NullPointerException
at java.lang.String.replace(Unknown Source)
at
com.jpexs.decompiler.flash.console.CommandLineArgumentParser.replaceAS3(CommandLineArgumen
tParser.java:3654)
at
com.jpexs.decompiler.flash.console.CommandLineArgumentParser.parseReplace(CommandLineArgum
entParser.java:2999)
at
com.jpexs.decompiler.flash.console.CommandLineArgumentParser.parseArguments(CommandLineArg
umentParser.java:919)
at com.jpexs.decompiler.flash.gui.Main.main(Main.java:1976)


Try version 11.2.0,
the "NullPointer" was fixed, but the script still won't compile because of some problem in
our AS compiler. Our AS3 compiler has many problems (that's why it's EXPERIMENTAL).
State: new→upgraded
Title: Import script failed→-replace commanline arg gives NullPointer on script problem
Type: question→bug
Title: Import script failed→-replace commanline arg gives NullPointer on script problem
Type: question→bug
State: upgraded→closed