Raised This Month: $12 Target: $400
 3% 

[CS:S] NetChannel error (console spam, kick client) - Server crash without error logs


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Zack771
Senior Member
Join Date: Apr 2012
Location: 192.168.1.16
Old 05-19-2014 , 15:14   [CS:S] NetChannel error (console spam, kick client) - Server crash without error logs
Reply With Quote #1

Hi,

In my ba_jail (map is always ba_jail_electric_razor_v6) server i've got an error that spam the client console with this message :
Quote:
Netchannel: failed reading message svc_UserMessage from 87.98.136.162.
And client get kicked with the message :
Quote:
Buffer overflow in net message
So i've started to make hypotesis :
In one of my plugin i got StartMessageOne() to every client (can't make StartMessageAll because of client specific requirements) each second of game, so maybe it can come from that ?
PHP Code:
new Handle:hKHT;
kKHT StartMessageOne("KeyHintText",client);
if(
hKHT != INVALID_HANDLE) {
   
BfWriteByte(hKHT,1);
   
BfWriteString(hKHTscreenMessage); //screeMessage initialized just before this with a Format();
   
EndMessage();

I've watch that this error came specifically when player turn ON their mic, but i don't know how to solve this problem if it's that (maybe the sv_alltalk "1" ?)

In the screenlog.0 file i've watch a lot of this line :
Quote:
DataTable warning: player: Out-of-range value (5000.000000) in SendPropFloat 'm_vecBaseVelocity', clamping.
I know this is saying that a player going to fast, but i don't know how it can be cause (maybe with noclip ? Maybe with a func_physbox in the map ?)

If somebody got an idea of where the problem can be, and how can i solve it please ?

Thanks by advance.
__________________
"Embrace your dreams, and whatever happend protect your honor"
Zack Fair

Last edited by Zack771; 07-01-2014 at 11:23.
Zack771 is offline
rodrigo286
Veteran Member
Join Date: Sep 2010
Location: Brazil, São Paulo
Old 05-19-2014 , 15:31   Re: [CS:S] NetChannel error spam console and kick client
Reply With Quote #2

Same here, posted here also, but so far nothing.

Regards.
__________________
My Plugins | VIEW HERE | I accept private requests, send me a PM.
Buy respawn | Uber Recall | Grenade drop | Damage Supperssor
Meet the Medic | Disguise Expert | Crazy Jet

CZSBrasil TEAM
rodrigo286 is offline
Zack771
Senior Member
Join Date: Apr 2012
Location: 192.168.1.16
Old 05-20-2014 , 09:39   Re: [CS:S] NetChannel error spam console and kick client
Reply With Quote #3

At least i'm not the only one who got this problem...

But it's pretty annoying and i don't know why this append...
__________________
"Embrace your dreams, and whatever happend protect your honor"
Zack Fair
Zack771 is offline
rodrigo286
Veteran Member
Join Date: Sep 2010
Location: Brazil, São Paulo
Old 05-20-2014 , 14:07   Re: [CS:S] NetChannel error spam console and kick client
Reply With Quote #4

Yes, the problem that the folks at forum lately, is not willing to help a lot ...
__________________
My Plugins | VIEW HERE | I accept private requests, send me a PM.
Buy respawn | Uber Recall | Grenade drop | Damage Supperssor
Meet the Medic | Disguise Expert | Crazy Jet

CZSBrasil TEAM
rodrigo286 is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 05-21-2014 , 03:42   Re: [CS:S] NetChannel error spam console and kick client
Reply With Quote #5

Quote:
Originally Posted by Zack771 View Post
I've watch that this error came specifically when player turn ON their mic, but i don't know how to solve this problem if it's that (maybe the sv_alltalk "1" ?)
Have you set server to use older voice codec ? And does this any differences ?
Code:
"sv_use_steam_voice" = "0" ( def. "1" )
 replicated
 - Enable/disable using Steam Voice instead of the old voice codec (if enabled, voice_inputfromfile will no longer function).
Bacardi is offline
Zack771
Senior Member
Join Date: Apr 2012
Location: 192.168.1.16
Old 06-11-2014 , 05:05   Re: [CS:S] NetChannel error spam console and kick client
Reply With Quote #6

Quote:
Originally Posted by Bacardi View Post
Have you set server to use older voice codec ? And does this any differences ?
Code:
"sv_use_steam_voice" = "0" ( def. "1" )
 replicated
 - Enable/disable using Steam Voice instead of the old voice codec (if enabled, voice_inputfromfile will no longer function).
I just type "sv_use_steam_voice" in my console, it answer me this :
Quote:
"sv_use_steam_voice" = "1"
replicated
- Enable/disable using Steam Voice instead of the old voice codec (if enabled, voice_inputfromfile will no longer function).
I make a try with this ConVar to 0
__________________
"Embrace your dreams, and whatever happend protect your honor"
Zack Fair

Last edited by Zack771; 06-11-2014 at 05:09.
Zack771 is offline
Zack771
Senior Member
Join Date: Apr 2012
Location: 192.168.1.16
Old 05-21-2014 , 11:23   Re: [CS:S] NetChannel error spam console and kick client
Reply With Quote #7

I have not this var in my server.cfg.
Is it in another file ? Does i need to add it into a file ?
__________________
"Embrace your dreams, and whatever happend protect your honor"
Zack Fair
Zack771 is offline
Zack771
Senior Member
Join Date: Apr 2012
Location: 192.168.1.16
Old 05-21-2014 , 13:19   Re: [CS:S] NetChannel error spam console and kick client
Reply With Quote #8

(I've get out some plugins from my server to test)

Here is a list of plugin (with the plugins that i get out of my server) in my server (without plugin made by me) :
Quote:
01 "Nextmap" (1.5.2) by AlliedModders LLC
02 "ba_jail_score.smx"
03 "Spray Tracer" (5.8a) by Nican132, CptMoore, Lebson506th
04 "Admin Menu" (1.5.2) by AlliedModders LLC
06 "Basic Info Triggers" (1.5.2) by AlliedModders LLC
07 "Fun Votes" (1.5.2) by AlliedModders LLC
09 "Admin Help" (1.5.2) by AlliedModders LLC
11 "Basic Comm Control" (1.5.2) by AlliedModders LLC
12 "Player Commands" (1.5.2) by AlliedModders LLC
13 "Hide Attacker"
15 "Système de plainte" (1.0) by Steven
16 "Anti-Rejoin" (2.0.0) by exvel
18 "Fun Commands" (1.5.2) by AlliedModders LLC
19 "Basic Chat" (1.5.2) by AlliedModders LLC
20 "Admin File Reader" (1.5.2) by AlliedModders LLC
21 "Basic Commands" (1.5.2) by AlliedModders LLC
22 "Admin Smite" (2.1) by Hipster
23 "SimpleSkins" (2.4) by meng
24 "spawntools7" (0.9) by meng
25 "SourceBans" (1.4.10) by SourceBans Development Team
26 "Welcome Sound" (0.0.1) by R-Hehl
27 "Basic Votes" (1.5.2) by AlliedModders LLC
28 "Anti-Flood" (1.5.2) by AlliedModders LLC
29 "No Block" (1.0.0.0) by sslice
31 "TeamSwitch" (1.3) by MistaGee
32 "Sound Commands" (1.5.2) by AlliedModders LLC
34 "Ban disconnected players" (1.04) by mad_hamster
35 "Reserved Slots" (1.5.2) by AlliedModders LLC
36 "SM Jailed Reasons" (1.0) by Franc1sco steam: franug
__________________
"Embrace your dreams, and whatever happend protect your honor"
Zack Fair

Last edited by Zack771; 05-21-2014 at 13:55.
Zack771 is offline
Zack771
Senior Member
Join Date: Apr 2012
Location: 192.168.1.16
Old 05-23-2014 , 14:44   Re: [CS:S] NetChannel error spam console and kick client
Reply With Quote #9

I've get out the "Show Damage" from exvel and it run nicely now...

But the problem is that i need the Show Damage on my server... So if you got any idea, or another plugin please, i take it.
__________________
"Embrace your dreams, and whatever happend protect your honor"
Zack Fair

Last edited by Zack771; 05-23-2014 at 14:54.
Zack771 is offline
xf117
Senior Member
Join Date: Mar 2010
Location: Russia
Old 05-23-2014 , 16:19   Re: [CS:S] NetChannel error spam console and kick client
Reply With Quote #10

You can edit Show Damage plugin to interact with your plugin to set a global lock. When Show Damage is using his Hint text - set the lock and remove it once message is gone. When your plugin using Hint area - it will set up a global lock. Kinda like lock based multithreading.
xf117 is offline
Send a message via ICQ to xf117
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:35.


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