Ns3b3 + Amx + Mmx + Linux = Overflow

mcrwvdmcrwvd 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-->

Comments

  • sawcesawce Join Date: 2002-12-14 Member: 10787Members
    Which AMX plugins do you have loaded? ...
  • mcrwvdmcrwvd Join Date: 2003-10-18 Member: 21756Members, Constellation
    <!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->; AMX Modules
    ; 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.
  • KamahlKamahl Join Date: 2003-02-15 Member: 13569Members
    He robally ment the pluigins you load withing amx.
    You know, the plugins that are stationed inside the file "plugins.ini" inside the folder "plugins" under amxmod.
  • mcrwvdmcrwvd Join Date: 2003-10-18 Member: 21756Members, Constellation
    edited April 2004
    <!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->; AMX Mod plugins

    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-->
  • AreteArete Join Date: 2002-11-03 Member: 5921Members
    I have an issue similar.

    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.
  • mcrwvdmcrwvd Join Date: 2003-10-18 Member: 21756Members, Constellation
    <span style='color:red'><span style='font-size:21pt;line-height:100%'>bumpology</span></span>
  • biomassbiomass Join Date: 2003-03-15 Member: 14535Members, Constellation
    Could you state *exactly* which version (not just "latest") of AMX you are using ?
    (try amx version in rcon)
  • billcatbillcat Join Date: 2002-11-02 Member: 4903Members, Constellation
    actually there is a memory leak in ns2amx which it looks like you are loading:


    <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.
Sign In or Register to comment.