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#509 EmptyStackException at decompilation
Author: Requi
Date created:
Type: bug
Visibility: Everybody
Assigned to: JPEXS
Labels: AS3
State: closed
> What steps will reproduce the problem?
It's just at on swf at excactly one void. But I need this to modify the swf. Else I would
literally fuck the swf.
Link if somebody wants to try:
http://www.skyuniverse.ws/spacemap/main.swf
> What is the expected output? What do you see instead?
I expect a decompiled void, but get a error:
private function onData(param1:DataEvent) : void {
/*
* Decompilation error
* Code may be obfuscated
* Error type: EmptyStackException
*/
throw new IllegalOperationError("Not decompiled due to error");
}
> What version of the product are you using? On what operating system?
Newest version on Windows 8 Pro 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
Added file to attachments. I hope you can fix it.
main.swf (671 KiB)
I tried a newer main.swf version of the game and it's working perfeclty, even if it's
hardly obfuscated.
Please try newest nightly build. It should be ok now.
State: opened→upgraded
Closed due to inactivity.
State: upgraded→closed