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

#1484 -replace commanline arg gives NullPointer on script problem
Author:
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

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)
DownloadCord.swf (1,039 KiB)DownloadVEngine.as (315 KiB)
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
State: upgraded→closed