About 1024: Stack underflow error (1024. Stack underflow occurred)

Source: Internet
Author: User

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)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.