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 issues#94 AS2 ActionTry - register cast problem
Author: pepka
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS1/2Decompilation
State: closed
> What steps will reproduce the problem?
Decompilation of swf file from the attached example (bezierMaker.swf) fails in
DoInitAction tag 16 due to improper cast operation in ActionTry.java line 122 -
catchRegister = (Integer) symb.value; For a type ASMParsedSymbol.TYPE_REGISTER it has a
value type RegisterNumber.
> What is the expected output? What do you see instead?
The stack trace is quite big - I suppose due to "chain effect".
> What version of the product are you using? On what operating system?
1.5.2
> 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
Zip file is an example taken from http://code.google.com/p/tweener/.
bezierMaker_as2_flash8.zip (51 KiB)
State: new→opened
version 1.6.0 was released,
try it, it should be fixed.
State: opened→upgraded
Fixed. Thanks!
State: upgraded→closed