WTH Is This Error?!

SpiffyJrSpiffyJr Join Date: 2002-12-06 Member: 10518Members
23:59:52: FATAL ERROR (shutting down): SZ_GetSpace: Tried to write to an uninitialized sizebuf_t: <!--emo&???--><img src='http://www.unknownworlds.com/forums/html/emoticons/confused.gif' border='0' style='vertical-align:middle' alt='confused.gif'><!--endemo-->
FATAL ERROR (shutting down): SZ_GetSpace: Tried to write to an uninitialized sizebuf_t: <!--emo&???--><img src='http://www.unknownworlds.com/forums/html/emoticons/confused.gif' border='0' style='vertical-align:middle' alt='confused.gif'><!--endemo-->
Add "-debug" to the ./hlds_run command line to generate a debug.log to

What in the hell? I'm used to the segmentation faults but I have no clue what to do about this one. Someone help!

Comments

  • VadakillVadakill The Almighty BSO Join Date: 2002-04-02 Member: 373Members, NS1 Playtester
    I used to see that error when I ran a CS server with bots. Basically it's trying to send info/msgs to a player that isn't there.
  • SpiffyJrSpiffyJr Join Date: 2002-12-06 Member: 10518Members
    Okay, so how do I fix it? Must be some plugin or somethin I have installed, right?
  • Grimm_SpectorGrimm_Spector Join Date: 2002-11-01 Member: 3309Members, Constellation
    <!--QuoteBegin--SpiffyJr+Feb 26 2003, 02:36 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (SpiffyJr @ Feb 26 2003, 02:36 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Okay, so how do I fix it? Must be some plugin or somethin I have installed, right? <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
    Run admin mod and make sure botprotection in your adminmod.cfg is on, that'll make sure metamod filters out any commands that would crash a shell player (ie. bot). that will solve your problem, I've also noticed this happens to hltv viewers ocassionally on non NS servers, so keep your eyes out for this one on v1.1.
  • voogruvoogru Naturally Modified (ex. NS programmer) Join Date: 2002-10-31 Member: 1827Members, Retired Developer, NS1 Playtester, Contributor, Constellation
    <!--QuoteBegin--Grimm Spector+Feb 26 2003, 01:31 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Grimm Spector @ Feb 26 2003, 01:31 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Run admin mod and make sure botprotection in your adminmod.cfg is on, that'll make sure metamod filters out any commands that would crash a shell player (ie. bot). that will solve your problem, I've also noticed this happens to hltv viewers ocassionally on non NS servers, so keep your eyes out for this one on v1.1. <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
    bot protection will only affect the admin mod stuff, It will not interfere with other plugins.


    Spiffy, What plugins ae you running?
  • SpiffyJrSpiffyJr Join Date: 2002-12-06 Member: 10518Members
    Straight from my AMX plugins.ini and my metamod.ini

    /* BEGIN AMX PLUGINS.INI */
    ; AMX Mod plugins
    ; plugins work on linux and win32

    ; admin base (required for any admin-related)
    admin.amx

    ; admins loaded from a mysql database
    ; (do NOT comment admin.amx out)
    admin_mysql.amx

    ; natural-selection ready room
    ;amx_ns.amx

    ; voting made better
    ;amx_vote.amx

    ; bury clients
    ;amx_bury.amx

    ; client exec commands
    amx_exec.amx

    ; contact information
    contact.amx

    ; highping kicker
    highping.amx

    ; mysql banner
    mysql_ban.amx

    ; connect messages
    ;onconnect.amx

    ; spectator dead fix
    ;showdead.amx

    ; /skill addon for hlstats
    skill.amx

    ; easy speak system
    ;speak.amx

    ; basic admin console commands
    admincmd.amx

    ; help command for admin console commands
    adminhelp.amx

    ; basic admin menus
    adminmenu.amx

    ; slot reservation
    adminslots.amx

    ; console chat commands
    adminchat.amx

    ; vote commands
    adminvote.amx

    ; prevent clients from chat-flooding the server
    antiflood.amx

    ; displays next map in mapcycle
    nextmap.amx
    ; displays time left on map
    timeleft.amx

    ; allows to vote for next map
    ;mapchooser.amx

    ; displays a scrolling message
    ;scrollmsg.amx

    ; displays information messages
    ;imessage.amx

    ; console motd @ client connection
    welcomemsg.amx

    ; displays attackers, victims and weapon stats on death or round end
    ; to use with CS Stats module
    ;stats.amx

    ; weapons stats logging
    ; to use with CS Stats module
    ;stats_logging.amx

    ; allows to pause and unpause some plugins via admin commands
    ppause.amx

    ; anti-afk (not sure if it works as intended)
    afk.amx

    ; natural-selection says
    ns_say.amx

    ; force someone to join a team
    ns_team.amx

    ; ns tsays, welcome msg, and motds
    ns_tsay.amx

    ; ns voting
    ns_vote.amx
    /* END AMX PLUGINS.INI */

    /* BEGIN METAMOD.INI */
    ; Voogru's eject gorge plugin
    ;linux addons/metamod/dlls/ejectgorg_mm.so

    ; Voogru's maxclass plugin
    linux addons/metamod/dlls/maxclass_mm.so

    ; Olo's NS fakefull
    ;linux addons/metamod/dlls/ns-fakefull_mm_i386.so

    ; Voogru's strip entities
    linux addons/metamod/dlls/stripent_mm.so

    ; Voogru's playerinfo
    ; linux addons/metamod/dlls/playerinfo_mm.so

    ; Voogru's noscore plugin
    ;linux addons/metamod/dlls/noscore_mm_i586.so

    ; Olo's unstuck pro
    linux addons/metamod/dlls/unstuck_mm.so

    ; AMX Mod
    linux addons/amx/dlls/amx_mm_i386.so

    ; More script functions for AMX Mod
    linux addons/amx/dlls/fun_ms_i386.so

    ; AMX LogD
    linux addons/amx/dlls/logd_ms_i386.so
    /* END METAMOD.INI */

    There ya have it.
  • SuicideDogSuicideDog Join Date: 2002-11-10 Member: 8104Members
    what version of amx are you using?
  • SpiffyJrSpiffyJr Join Date: 2002-12-06 Member: 10518Members
Sign In or Register to comment.