Ns3b3 + Amx + Mmx + Linux = Overflow
mcrwvd
Join Date: 2003-10-18 Member: 21756Members, Constellation
Im running NS with Metamod X and NS2AMX from modns.org.
It's a Debian Linux Server.
Problem: If the Server gets fuller it starts to lag and then crashes, the Error is like:
SZ_GETSPACE: Datagram for 'Random Player' overflowed
Msg overflow for 'Random Player'
If I run this server without MMX and AMX there are no errors, what should i do? Is there a bugfix? Should I use MetaMod 1.17a? Admin Mod?
I already tried to -zone 4092/-zone 8192 but its not fixing anything.
<!--emo&::nerdy::--><img src='http://www.unknownworlds.com/forums/html//emoticons/nerd.gif' border='0' style='vertical-align:middle' alt='nerd.gif' /><!--endemo-->
It's a Debian Linux Server.
Problem: If the Server gets fuller it starts to lag and then crashes, the Error is like:
SZ_GETSPACE: Datagram for 'Random Player' overflowed
Msg overflow for 'Random Player'
If I run this server without MMX and AMX there are no errors, what should i do? Is there a bugfix? Should I use MetaMod 1.17a? Admin Mod?
I already tried to -zone 4092/-zone 8192 but its not fixing anything.
<!--emo&::nerdy::--><img src='http://www.unknownworlds.com/forums/html//emoticons/nerd.gif' border='0' style='vertical-align:middle' alt='nerd.gif' /><!--endemo-->
Comments
; You can specify both linux & win32 modules here
; More functions for modifications in HL
addons/amx/dlls/fun_mm.dll
addons/amx/dlls/fun_mm_i686.so
; MySQL access
;addons/amx/dlls/mysql.dll
;addons/amx/dlls/mysql_i686.so
; NS2AMX adds Natural-Selection specific functions to AMX
addons/amx/dlls/mm_ns2amx.dll
addons/amx/dlls/mm_ns2amx_i386.so<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
^modules.ini, Fun Plugin and NS2AMX
Metamod only has the AMX Mod, no more Plugins.
You know, the plugins that are stationed inside the file "plugins.ini" inside the folder "plugins" under amxmod.
admin.amx ; admin base (required for any admin-related)
;admin_mysql.amx ; admin base - MySQL version (comment admin.amx)
admincmd.amx ; basic admin console commands
adminhelp.amx ; help command for admin console commands
adminslots.amx ; slot reservation
menufront.amx ; front-end for admin menus
cmdmenu.amx ; command menu (speech, settings)
plmenu.amx ; players menu (kick, ban, client cmds.)
mapsmenu.amx ; maps menu (vote, changelevel)
antiflood.amx ; prevent clients from chat-flooding the server
adminchat.amx ; console chat commands
adminvote.amx ; vote commands
nextmap.amx ; displays next map in mapcycle
timeleft.amx ; displays time left on map
mapchooser.amx ; allows to vote for next map
scrollmsg.amx ; displays a scrolling message
imessage.amx ; displays information messages
telemenu.amx ; teleport menu (Fun Module required!)
pausecfg.amx ; allows to pause and unpause some plugins
<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
Sorry, im a Servernub <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html//emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /><!--endemo-->
//Edit:
Strange Behaviour I saw on my Server, with only Metamod installed, I get the Error too, but nothing happens, it said:
SZ_Getspace: Overflow on "Player"
Data Anagram for "Player" overflowed
But nothing happened, that player was still on my Server. Crazeh
<!--emo&::nerdy::--><img src='http://www.unknownworlds.com/forums/html//emoticons/nerd.gif' border='0' style='vertical-align:middle' alt='nerd.gif' /><!--endemo-->
I have 1.17A metamod, the newest AMX, and Im only running the basic nextmap ect functions on the server.
It crashes after a while of like 4+ people being on it.
Remove MetaMod/AMX and it works fine no issues whatsoever.
I can't think of whats causing it, I don't see any error messages when server crashes, it just simply stops responding.
(try amx version in rcon)
<a href='http://www.modns.org/forums/index.php?showtopic=117' target='_blank'>http://www.modns.org/forums/index.php?showtopic=117</a>
or look on the modns.org forums under AMX, ns2amx module.
There is an updated version posted on that site that fixes the leak.
If this fixes your issue please reply, I just started using this newer module so I'm not 100% sure it'll fix your issue, but the thread seems to indicate errors just like what you were seeing.
Also, If you don't really really need the fun module, comment it out. I have a friend who's server crashes much more than mine and that's the major difference between his and mine. Comment that out and see if that fixes things.