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.

#170 ArrayIndexOutOfBoundsException
Author:
pepka

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

> What steps will reproduce the problem?
Trying to decompile fl.video.UIManager in the examample leads to exception:
??? 01, 2013 5:58:51 PM com.jpexs.decompiler.flash.graph.Graph printGraph
SEVERE: error during printgraph
java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 2
at java.util.Vector.get(Unknown Source)
...
> What version of the product are you using? On what operating system?
1.6.4u1
Win 7 64 bit
> Please provide any additional information below. Attach the file you have problem with
if neccessary. If you do not want to publish files YOU CAN CHANGE VISIBILITY TO PRIVATE
Example was taken here: http://www.adobe.com/devnet/flash/articles/flvplayback_programming.html


Hi,
here is a simplified example and some ideas - looks like scopeStack is not properly
defined for "else" branch under "catch" block. The version 1.6.0 works decompiles fine by
the way.


State: new→opened
version 1.6.5 was released. This should be fixed, try it.
State: opened→upgraded
This one has gone. Thanks!
State: upgraded→closed