Hi,
Up until now my game has been compiling and working fine without any problems, however suddenly its coming up with:
VerifyError: Error #1024: Stack underflow occurred.
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at com.smartfoxserver.v2.controllers::ExtensionController/handleMessage()
at com.smartfoxserver.v2.core::SFSProtocolCodec/dispatchRequest()
at com.smartfoxserver.v2.core::SFSProtocolCodec/onPacketRead()
at com.smartfoxserver.v2.core::SFSIOHandler/handlePacketData()
at com.smartfoxserver.v2.core::SFSIOHandler/onDataRead()
at com.smartfoxserver.v2.bitswarm::BitSwarmClient/onSocketData()
Stack Underflow Error AS3
-
smooch1502
- Posts: 87
- Joined: 07 Aug 2009, 11:01
-
smooch1502
- Posts: 87
- Joined: 07 Aug 2009, 11:01
Hi. Can you please check this link, to see if this helps you?
Skills: SFS Pro, SFS2X, AS2.0/AS3.0, Java, HTML5/CSS3/JS, C#
Portfolio: https://rjgtav.wordpress.com/
SFS Tutorials: http://sfs-tutor.blogspot.com/ - Discontinued. Some examples may be bugged.
Portfolio: https://rjgtav.wordpress.com/
SFS Tutorials: http://sfs-tutor.blogspot.com/ - Discontinued. Some examples may be bugged.
-
smooch1502
- Posts: 87
- Joined: 07 Aug 2009, 11:01
Hi,
I'm not sure if that will help as it seams to be a problem within the SFS2X API.
I only seemed to start getting this error when upgrading to SFS2X RC3, i also seamed to start getting this once i updated the java extension to send another extension response with new data straight after another extension response. I was originally thinking of sending this data in the same extension response, however due to the way the client needs to receive things. i couldnt.
I'm not sure if that will help as it seams to be a problem within the SFS2X API.
I only seemed to start getting this error when upgrading to SFS2X RC3, i also seamed to start getting this once i updated the java extension to send another extension response with new data straight after another extension response. I was originally thinking of sending this data in the same extension response, however due to the way the client needs to receive things. i couldnt.