AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   HL1 Servers (HLDS) (https://forums.alliedmods.net/forumdisplay.php?f=131)
-   -   'Info string length exceeded' message (https://forums.alliedmods.net/showthread.php?t=179682)

brian201049 03-04-2012 08:58

'Info string length exceeded' message
 
Hey guys,
My server console get the 'Info string length exceeded' message and this message always spam my server console (SERVER CONSOLE NOT CLIENT)
My server get lag and kick players randomly with reason 'Reliable channel overflowed' when this message spamming my server. Also, my server is a Zombie Plague 4.3 server.
If someone turn to zombie and the model didn't change to zombie when the message spamming my server....

I spent a lot of time to find out what the hell is going on. I just disabled all plugins included metamod plugins and the message didn't stop appear.

This message isn't spam my server console all the time. It happened randomly.
I can reload the map to solve this problem temporary only.
What is this message mean? And, how can I solve this problem?

Thank you.

P.S. I tried Windows and Linux, didn't change. And I using Linux now.

Sorry for my bad English:oops:

Shooting King 03-04-2012 10:16

Re: 'Info string length exceeded' message
 
post the folling outputs...rcon meta list,amxx plugins,amxx version. and any error reported on server console before thde spam.

brian201049 03-04-2012 11:32

Re: 'Info string length exceeded' message
 
meta list
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX Mod X RUN - amxmodx_mm.dll v1.8.1.3 ini Start ANY
[ 2] MySQL RUN - mysql_amxx.dll v1.8.1.3 pl1 ANY ANY
[ 3] Fun RUN - fun_amxx.dll v1.8.1.3 pl1 ANY ANY
[ 4] CStrike RUN - cstrike_amxx.dll v1.8.1.3 pl1 ANY ANY
[ 5] CSX RUN - csx_amxx.dll v1.8.1.3 pl1 ANY ANY
[ 6] CS Team Changer RUN - cs_team_changer_ v1.0b pl1 ANY ANY
[ 7] FakeMeta RUN - fakemeta_amxx.dl v1.8.1.3 pl1 ANY ANY
[ 8] Ham Sandwich RUN - hamsandwich_amxx v1.8.1.3 pl1 ANY ANY
8 plugins, 8 running


amxx version
AMX Mod X 1.8.1.3746 (http://www.amxmodx.org)
Authors:
David "BAILOPAN" Anderson, Pavol "PM OnoTo" Marko
Felix "SniperBeamer" Geyer, Jonny "Got His Gun" Bergstrom
Lukasz "SidLuke" Wlasinski, Christian "Basic-Master" Hammacher
Borja "faluco" Ferrer, Scott "Damaged Soul" Ehlert
Compiled: Aug 16 2008, 21:04:37
Core mode: JIT+ASM32


amxx plugins
Currently loaded plugins:
name version author file status
[ 1] Admin Base 1.8.1.3746 AMXX Dev Team admin.amxx running
[ 2] Admin Commands 1.8.1.3746 AMXX Dev Team admincmd.amxx running
[ 3] Slots Reservation 1.8.1.3746 AMXX Dev Team adminslots.amxx running
[ 4] Multi-Lingual System 1.8.1.3746 AMXX Dev Team multilingual.am running
[ 5] Menus Front-End 1.8.1.3746 AMXX Dev Team menufront.amxx running
[ 6] Commands Menu 1.8.1.3746 AMXX Dev Team cmdmenu.amxx running
[ 7] Players Menu 1.8.1.3746 AMXX Dev Team plmenu.amxx running
[ 8] Maps Menu 1.8.1.3746 AMXX Dev Team mapsmenu.amxx running
[ 9] Plugin Menu 1.8.1.3746 AMXX Dev Team pluginmenu.amxx running
[ 10] Admin Chat 1.8.1.3746 AMXX Dev Team adminchat.amxx running
[ 11] Admin Votes 1.8.1.3746 AMXX Dev Team adminvote.amxx running
[ 12] NextMap 1.8.1.3746 AMXX Dev Team nextmap.amxx running
[ 13] Nextmap Chooser 1.8.1.3746 AMXX Dev Team mapchooser.amxx running
[ 14] TimeLeft 1.8.1.3746 AMXX Dev Team timeleft.amxx running
[ 15] Pause Plugins 1.8.1.3746 AMXX Dev Team pausecfg.amxx running
[ 16] Stats Configuration 1.8.1.3746 AMXX Dev Team statscfg.amxx running
[ 17] Round Terminator 1.0.1 Arkshine round_terminato running
[ 18] Zombie Plague 4.3 Fix5a MeRcyLeZZ zombie_plague40 running
[ 19] [ZP] Default Zombie Cl 4.3 MeRcyLeZZ zp_zclasses40.a running
19 plugins, 19 running

I got no error before that idiot spam.
I don't know why I have that error. My server is clean and simple.

Shooting King 03-04-2012 13:02

Re: 'Info string length exceeded' message
 
Pause zp plugins and try once.

Baghi 03-04-2012 13:14

Re: 'Info string length exceeded' message
 
Quote:

Originally Posted by Shooting King (Post 1662512)
Pause zp plugins and try once.

Are you insane?
"I spent a lot of time to find out what the hell is going on. I just disabled all plugins included metamod plugins and the message didn't stop appear."

Shooting King 03-04-2012 13:41

Re: 'Info string length exceeded' message
 
Quote:

Originally Posted by Baghi (Post 1662524)
Are you insane?
"I spent a lot of time to find out what the hell is going on. I just disabled all plugins included metamod plugins and the message didn't stop appear."

it wont appear without plugins . That spam is about a function which is being hooked every on server frame. It is saying that the taken string length length is greater than the one which is hooked from thd game data.

Shooting King 03-04-2012 13:42

Re: 'Info string length exceeded' message
 
Try it urself by a making a test plugin

brian201049 03-04-2012 14:36

Re: 'Info string length exceeded' message
 
Quote:

Originally Posted by Shooting King (Post 1662552)
Try it urself by a making a test plugin

Please make a plugin which will spam the server console with 'Info string length exceeded'.

Let me know what problem will cause this problem.

My zombie plague plugin is modified.

Thanks

Baghi 03-04-2012 15:30

Re: 'Info string length exceeded' message
 
Quote:

Originally Posted by Shooting King (Post 1662552)
Try it urself by a making a test plugin

"Half-life has a limited amount of space for the client to send all "setinfo" lines to the server. "setinfo" lines hold things like your name, player model. Other plugins such as statsme also store settings in there. The limit is on the overall length of all of your setinfo lines put together, not the number of lines or the length of any individual line. If you get this error you will have to remove some unnecessary strings, or simply use a shorter player name."

Shooting King 03-05-2012 02:53

Re: 'Info string length exceeded' message
 
Quote:

Originally Posted by Baghi (Post 1662625)
"Half-life has a limited amount of space for the client to send all "setinfo" lines to the server. "setinfo" lines hold things like your name, player model. Other plugins such as statsme also store settings in there. The limit is on the overall length of all of your setinfo lines put together, not the number of lines or the length of any individual line. If you get this error you will have to remove some unnecessary strings, or simply use a shorter player name."

LOL!!!!


All times are GMT -4. The time now is 09:40.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.