http://blog.163.com/sylar_lin/blog/static/192332093201111242412487/
Today, there is a very strange problem, comment out the trace,realse version below to not error.
Private Function Onsuccess (rspobj:object): void{//unloading () isbusying = false;if (Rspobj.code = = 1) {//if code is 1 result normal// Trace ("<==req success");//trace ("<== request" +rspobj.controller+ "success"); if (dict[rspobj.controller]!=null) {var Param:object = Dict[rspobj.controller].param;dict[rspobj.controller].callback (Rspobj.msg,param);} Delete Dict[rspobj.controller];} else if (Rspobj.code = =-1) {//code is-1 is re-landed Gamemanager.getinstance (). Uimanager.openupdatepagepanel ()}else{//0 represents a problem MSG is the description of the problem GameTips.instance.textFlow (rspobj.msg);//throw new Error ("Request" +rspobj.controller+ "failed");}}
About 1024: Stack underflow error (1024. Stack underflow occurred)