rehlds / ReHLDS

Enhanced version of the HLDS engine with bug fixes, security patches, and optimizations for stable servers.
https://rehlds.dev/docs/rehlds
GNU General Public License v3.0
671 stars 171 forks source link

SZ_GetSpace: overflow on #798

Open stambeto2006 opened 3 years ago

stambeto2006 commented 3 years ago

Constantly spam from the floods of these things as a message.

SZ_GetSpace: overflow on Player SZ_GetSpace: overflow on Player SZ_GetSpace: overflow on Player SZ_GetSpace: overflow on Player SZ_GetSpace: overflow on Player WARNING: datagram overflowed for Player

stambeto2006 commented 3 years ago

Is there any development on this issue?

SergeyShorokhov commented 3 years ago

Just try to disable metamod and this issue will fixed or try to disable one-by-one amxx plugins. This problem is often due to improper operation of the server addons, such as AMXModX plugins.

WPMGPRoSToTeMa commented 3 years ago

This usually appears when a player has temporarily lost the connection, not when the server sends a lot of data. Time elapsed from the last packet from the client can be added to this warning message to indicate this situation.

RauliTop commented 3 years ago

This usually appears when a player has temporarily lost the connection, not when the server sends a lot of data. Time elapsed from the last packet from the client can be added to this warning message to indicate this situation.

dproto already has it.

Will be nice to have on rehlds too.