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.

#1986 (ActionScript2) "Not decompiled due to error" - message in decompilation
Author:
jd1337

Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS1/2Decompilation
State: closed 

> What steps will reproduce the problem?
1. Open attached file
2. Go to scripts-> __Packages-> <default package> ->Game
(Make sure you don't go to scripts-> <default package> ->Game, that's not the right
location.)
> What is the expected output? What do you see instead?
ActionScript should be correctly displayed, however it shows:
/ * ... Error type: NullPointerException (null) */
throw new flash.errors.IllegalOperationError("Not decompiled due to error");
instead. The p-code looks normal, and doesn't appear obfuscated at all.
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
v18.3.6, not nightly, windows 10
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.
I'm guessing that there's an error somewhere that's preventing decompilation of everything
that comes after it, however I wasn't able to figure out where in FFDec.
I would really like to know how to troubleshoot this error myself for future use. I'm a
long way from being able to doing that, but if you could point me to some log files that
might give more information on the error, or how I can debug this myself, it would be
appreciated.
(However I am a total noob in this area, and won't be of much help for a while until I
learn more)

This is fixed in nightly 2494.
State: new→upgraded
State: upgraded→closed