JPEXS Free Flash Decompiler Issue Tracker

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.

List of issuesList of issues

#170 ArrayIndexOutOfBoundsException
Author: user pepka
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3
State: closed Help

> 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
user
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.
Downloadrethrow.swf (1 KiB)DownloadMain.as (1 KiB)
user
This is the right example - the above one doesn't contain an issue.
Downloadrethrow.swf (1 KiB)
admin
State: new→opened
admin
version 1.6.5 was released. This should be fixed, try it.
State: opened→upgraded
user
This one has gone. Thanks!
admin
State: upgraded→closed