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.

#414 exportActionScript but get starkoverflow error or null
Author:
dingo

Date created:
Type: bug
Visibility: Everybody
Assigned to:
JPEXS

Labels: AS3
State: closed 

> What steps will reproduce the problem?
when i use swf.exportActionScript to export actionscript code in a flash.
code:
System.out.println(swf.exportActionScript(null, "tmp", false,true));
result:
Error during remove traps in /Uploader.uploadThese
java.lang.StackOverflowError
at java.util.Stack.pop(Stack.java:85)
at
com.jpexs.decompiler.flash.abc.avm2.instructions.other.NextValueIns.translate(NextValueIns
.java:40)
at
com.jpexs.decompiler.flash.abc.avm2.instructions.AVM2Instruction.translate(AVM2Instruction
.java:282)
at com.jpexs.decompiler.flash.abc.avm2.AVM2Code.removeTraps(AVM2Code.java:2486)
......
at com.jpexs.decompiler.flash.abc.avm2.AVM2Code.removeTraps(AVM2Code.java:2618)
> What is the expected output? What do you see instead?
output is "[null, null, null, null, null]"
> What version of the product are you using? On what operating system?
1.7.3u2 win8 x64
> 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


Please try newest nightly build. Disable "Automatic deobfuscation" if neccessary.
It should work.
State: opened→upgraded
Closed due to inactivity.
State: upgraded→closed