RPGWO Forums

General => Bugs / Problems => Topic started by: TrulyYours on November 30, 2012, 10:39:59 am

Title: Error_Send_data:No Buffer Space Available
Post by: TrulyYours on November 30, 2012, 10:39:59 am
This error msg keeps popping up in my server.exe which causes people's clients to crash while their characters are still stuck in game. Does anyone know the possible solutions to this problem.
I'm guessing its a network problem but my vps won't allow me the permissions to increase network settings.
Title: Re: Error_Send_data:No Buffer Space Available
Post by: Mickey Kudlo on November 30, 2012, 11:28:18 am
Yeah sounds like a winsock/network issue.
Title: Re: Error_Send_data:No Buffer Space Available
Post by: TrulyYours on November 30, 2012, 11:34:12 am
I think i need to upgrade to a Xen vps since most OpenVZ vpses won't allow me to change network settings.
Problem seems to occur when people walk into quests and all the monsters spawn at once.
Title: Re: Error_Send_data:No Buffer Space Available
Post by: Mickey Kudlo on November 30, 2012, 11:38:41 am
Sounds like it floods the client with data and fills up any internal buffers on the OS. There is probably a way for me to deal with it better in the code, like catch the error and loop and try to send again until it succeeds but don't know really. Would rather avoid any code changes.
Title: Re: Error_Send_data:No Buffer Space Available
Post by: TrulyYours on November 30, 2012, 11:45:15 am
lol well atleast I know the problem now. Gonna stop bugging you so you can get out phantasy :D