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

#266 decompiltion error: EmptyStackException
Author: developer honfika
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

Similar to issue #242, but diffrent. > What steps will reproduce the problem? Open attached swf. Find the following classes/methods: evilopedia\_-ab.as / _-ab Playtomic\Log.as / _-f5 Preloader.as / _-XN GlobalStatistics.as / _-Y8 > What version of the product are you using? On what operating system? 1.6.7, win7 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 There are other issues in this file: ArrayIndexOutOfBoundsException in the following classes: _-in\_-cE.as text\_-Ew.as _-W8\_-O1.as AllIcons.as _-iS\EvilopediaStateBuildings.as _-iS\EvilopediaStateEnemies.as
admin
State: new→opened
admin
version 1.7.0 was released this should be better, try it
State: opened→upgraded
developer
Yes, all the listed problems was fixed, but found new:) DouGame.swf\modules\friend\views\part\OneToManyPanel.as method: groupInfo Current: NullPointerException In 1.6.7 was: public function set groupInfo(param1:GroupVO) : void { this._groupInfo=param1; this.groupNameTF.text=this._groupInfo.name; var _loc2_:* = "1、官方不会发布中奖信息。\n"; var _loc3_:* = 1; if(this._groupInfo.type == GroupType.LEVEL_GROUP) { _loc2_=_loc2_ + (++_loc3_ + "、相同等级段在同一个群。\n"); } _loc2_=_loc2_ + (++_loc3_ + "、群消息可设置为屏蔽。\n\n\n"); _loc2_=_loc2_ + "请文明聊天,祝您游戏愉快!"; this.groupPlacard.htmlText=_loc2_; this.groupArray=GroupManager.getInstance().getMemebers(this.groupInfo.id); Dispatch.register(GroupManager.GROUP_MEMBER_ONLINE_CHANGED,this.onOnlineUpdate); Dispatch.register(this._groupInfo.id,this.onUpdate); return; }
DownloadDouGame.swf (1,793 KiB)
developer
fbclient7__E89774F0__.swf\com\hurlant\math\BigInteger.as toString and toArray methods Current: StackOverflowError In 1.6.7 it was decompiled fbclient7__E89774F0__.swf\fl\core\UIComponent.as callLaterDispatcher method Current: StackOverflowError Wrong since 1.6.6u2 (in 1.6.6u1 it was ok), sorry i just found it.
admin
State: upgraded→returned
developer
Problem with DouGame not exists in the latest version. Problems in fbclient are still wrong.
admin
the fbclient is obfuscated, This kind of obfuscation is not so strong, but I would rather fix clean files. If you find those two classes in other not obfuscated SWFs not working, let me know.
State: returned→postponed
developer
Fixed in latest nightly.
State: postponed→closed