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.

#572 Unsupported by decompiler:Empty stack;
Author:
Player

Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS1/2Obfuscated
State: closed 

> What steps will reproduce the problem?
open attached swf, open any script
> What is the expected output? What do you see instead?
except some really simple scripts, JPEXS produces nonsense code like this:
function ()
{
return 2457;
}
var = -2199 + ();
while(true)
{
if( == 258)
{
= + 431;
continue;
}
if( == 689)
{
= - 316;
if(function ()
{
return 2457;
})
{
= + 433;
}
continue;
}
if( == 373)
{
= + 433;
break;
}
if( == 806)
{
= - 452;
continue;
}
if( == 970)
{
= - 180;
continue;
}
if( == 204)
{
= + 150;
continue;
}
if( == 259)
{
= + 275;
if(function ()
{
return 2457;
})
{
= + 0;
}
continue;
}
if( == 354)
{
= - 193;
continue;
}
if( == 161)
{
= - 107;
//Unsupported by decompiler:Empty stack;
continue;
}
if( == 54)
{
= + 916;
continue;
}
if( == 790)
{
= - 531;
continue;
}
if( == 534)
{
= - 236;
Object.registerClass("Wheel.Bungee",Wheel.CWheel_Bungee);
break;
}
if( == 298)
{
= - 298;
break;
}
break;
}
> What version of the product are you using? On what operating system?
v2.1.0 on windows 7 32bit
> 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
this game is quite old(Flash 8)

This file is obfuscated.
We won't help you decompile obfuscated files.
You can enable "Automatic debofuscation" in settings.
If it does not help, we can't do anything for you, sorry.
State: new→postponed
please try the latest nightly build. it shoud work now
(there are 2 unused variables in each script, eg:
var = 347.0;
var = 1.0;
I'll remove them later)
successfully deobfuscated most scripts, thanks.
one failed though, /scripts/__Packages/Wheel/CWheel_Bungee
CWheel_Bungee fixed, but there are still some decompilation issues (not deobfuscation)
For example in this CWheel_Bungee file and in __Packages\Compiler\Shape\CShape_Contour
State: upgraded→returned
Assigned: →
Assigned: →
I don't know whether it's still related as flash is gone,
but this seems to be working in the current version (enable automatic deobfuscation).
I am closing this issue.
State: returned→closed