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
xf117
Senior Member
Join Date: Mar 2010
Location: Russia
Old 05-24-2014 , 05:09   Re: [CS:S] NetChannel error spam console and kick client
Reply With Quote #11

It's not really Show Damage that does it. It's when you trying to use both things simultaneously.
I think StartMessage function has this note somewhere about only using 1 at a time.
xf117 is offline
Send a message via ICQ to xf117
Zack771
Senior Member
Join Date: Apr 2012
Location: 192.168.1.16
Old 05-25-2014 , 16:38   Re: [CS:S] NetChannel error spam console and kick client
Reply With Quote #12

So the StartMessage and PrintCenterTextToAll used both simultaneously can make those problem ?

But i've got a plugin that make a StartMessage on all client connected every second u_u
__________________
"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 06-10-2014 , 14:58   Re: [CS:S] NetChannel error spam console and kick client
Reply With Quote #13

Somebody got any idea ? Still the same problem.

Plugins in my server are now :
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
05 "MenuRégles" (1.1) by HaKuNa, Iron-Avenger //Made by me - private plugin
06 "Basic Info Triggers" (1.5.2) by AlliedModders LLC
07 "Fun Votes" (1.5.2) by AlliedModders LLC
08 "Why" (1.0) by Iron-Avenger //Made by me - private plugin
09 "Admin Help" (1.5.2) by AlliedModders LLC
10 "Menu Admin NightCore" (1.0) by Iron-Avenger //Made by me - private plugin
11 "Basic Comm Control" (1.5.2) by AlliedModders LLC
12 "Player Commands" (1.5.2) by AlliedModders LLC
13 "Hide Attacker" (b1.5) by HaKuNa
14 "Système de plainte" (1.0) by Steven
15 "Anti-Rejoin" (2.0.0) by exvel
16 "NC CS:S INFOS" (1.3.1) by Iron-Avenger //Made by me - private plugin
17 "Fun Commands" (1.5.2) by AlliedModders LLC
18 "Basic Chat" (1.5.2) by AlliedModders LLC
19 "Admin File Reader" (1.5.2) by AlliedModders LLC
20 "Basic Commands" (1.5.2) by AlliedModders LLC
21 "SimpleSkins" (2.4) by meng
22 "SourceBans" (1.4.10) by SourceBans Development Team
23 "ShowDamage - Light" (1.0) by Iron-Avenger //Made by me - private plugin
24 "Welcome Sound" (0.0.1) by R-Hehl
25 "Basic Votes" (1.5.2) by AlliedModders LLC
26 "Anti-Flood" (1.5.2) by AlliedModders LLC
27 "No Block" (1.0.0.0) by sslice
28 "TeamSwitch" (1.3) by MistaGee
29 "Sound Commands" (1.5.2) by AlliedModders LLC
30 "DVs Razor V6" (1.2.2) by Iron-Avenger //Made by me - private plugin
31 "Color Admin" (1.0) by Iron-Avenger //Made by me - private plugin
32 "Ban disconnected players" (1.04) by mad_hamster
33 "Reserved Slots" (1.5.2) by AlliedModders LLC
34 "SM Jailed Reasons" (1.0) by Franc1sco steam: franug
__________________
"Embrace your dreams, and whatever happend protect your honor"
Zack Fair

Last edited by Zack771; 06-10-2014 at 14:58.
Zack771 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 #14

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 06-20-2014 , 15:20   Re: [CS:S] NetChannel error spam console and kick client
Reply With Quote #15

The server always crash and kick client.

In the screenlog.0 i've got always this error :
Quote:
DataTable warning: player: Out-of-range value (5000.000000) in SendPropFloat 'm_vecBaseVelocity', clamping.
It spam the log really quick, something about 100 lines per seconds.

The map is always ba_jail_electric_razor_v6. But i don't know which what this error is related to.

And i don't know if the crashs and client who get kicked have a relation with this error.

And in the sourcemod logs i don't get errors. Just some
Quote:
Native "CloseHandle" reported: Handle 41cf022a is invalid (error 3)
that i'm gonna fix but i got only 36 lignes in 1h30min. So i don't think the problem is related to that.

Somebody got an idea, please ?
__________________
"Embrace your dreams, and whatever happend protect your honor"
Zack Fair
Zack771 is offline
xf117
Senior Member
Join Date: Mar 2010
Location: Russia
Old 06-20-2014 , 15:34   Re: [CS:S] NetChannel error spam console and kick client
Reply With Quote #16

Ignore the warning. Probably there is a trigger push with a really high strength. It's not an error, just a warning. It cannot crash the server.
Handle errors, on the other hand, may crash the server with a high possibility.

Last edited by xf117; 06-20-2014 at 15:34.
xf117 is offline
Send a message via ICQ to xf117
Zack771
Senior Member
Join Date: Apr 2012
Location: 192.168.1.16
Old 06-20-2014 , 17:16   Re: [CS:S] NetChannel error spam console and kick client
Reply With Quote #17

Ok for the trigger_push, got one with a 5000 force. Which correspond to the value ^^

The handle errors all come from different menu in MenuAction_End :
PHP Code:
case MenuAction_End:
        {
            
CloseHandle(menu); // <-- this line
        

And all of my menu contain this :
PHP Code:
switch(action) {
        case 
MenuAction_Cancel:
        {
            if(
param2 == MenuCancel_ExitBack) {
                
CloseHandle(menu);
                
BuildMenuCommandes(param1);
            }
        }
        case 
MenuAction_End:
        {
            
CloseHandle(menu);
        }
        case 
MenuAction_Select:
        {
            
//stuff;
        
}

Don't have any idea. Got other plugins where i do the exactly same thing (except the MenuAction_Cancel) and doesn't got problem with them.
__________________
"Embrace your dreams, and whatever happend protect your honor"
Zack Fair
Zack771 is offline
xf117
Senior Member
Join Date: Mar 2010
Location: Russia
Old 06-21-2014 , 04:49   Re: [CS:S] NetChannel error spam console and kick client
Reply With Quote #18

Never close menu handle anywhere but in MenuAction_End. If menu was canceled, it will call MenuAction_End and only then you can CloseHandle(menu).
xf117 is offline
Send a message via ICQ to xf117
Zack771
Senior Member
Join Date: Apr 2012
Location: 192.168.1.16
Old 06-21-2014 , 09:31   Re: [CS:S] NetChannel error spam console and kick client
Reply With Quote #19

Ok thanks. I make the modification.
__________________
"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 07-04-2014 , 02:37   Re: [CS:S] NetChannel error (console spam, kick client) - Server crash without error
Reply With Quote #20

Problem of spam console and kick client seems to be solved.

But my server keep crashing. When the server crash it's always when a player is kick or ban.

Does the problem can come from SourceBans ?

Does somebody have an idea on how to fix this problem please ?
__________________
"Embrace your dreams, and whatever happend protect your honor"
Zack Fair
Zack771 is offline
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 07:49.


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