TroubleInTerroristTown / Public

The game is about a group of "terrorists" who have traitors among them, out to kill everyone who's not a traitor.
https://forums.alliedmods.net/showthread.php?p=2357981
GNU General Public License v3.0
94 stars 39 forks source link

Exception reported: Client 'i' is not connected #246

Closed Extremelyd1 closed 6 years ago

Extremelyd1 commented 6 years ago

So when I start up the server with TTT it immediately throws this exception: L 12/02/2017 - 15:03:00: [SM] Exception reported: Client 2 is not connected L 12/02/2017 - 15:03:00: [SM] Blaming: ttt_talk_override.smx L 12/02/2017 - 15:03:00: [SM] Call stack trace: L 12/02/2017 - 15:03:00: [SM] [0] IsClientSourceTV L 12/02/2017 - 15:03:00: [SM] [1] Line 282, /home/travis/build/Bara/TroubleinTerroristTown/addons/sourcemod/scripting/include/ttt.inc::TTT_IsClientValid L 12/02/2017 - 15:03:00: [SM] [2] Line 121, addons/sourcemod/scripting/ttt/ttt_talk_override.sp::Event_PlayerSpawn

And when I join the server it throws the error as stated in the included pastebin.

Apparently the plugin wants to loop through all clients and finds a client that it cannot check with IsClientSourceTV(), because the client is not connected.

Things you might need:

Nachtfrische commented 6 years ago

Can confirm, it throws the error with every single TTT plugin, so my log file is 600MB big đŸ˜®

L 12/01/2017 - 23:39:24: [SM] Exception reported: Client 1 is not connected
L 12/01/2017 - 23:39:24: [SM] Blaming: ttt/ttt_playerhud.smx
L 12/01/2017 - 23:39:24: [SM] Call stack trace:
L 12/01/2017 - 23:39:24: [SM]   [0] IsClientSourceTV
L 12/01/2017 - 23:39:24: [SM]   [1] Line 282, /home/travis/build/Bara/TroubleinTerroristTown/addons/sourcemod/scripting/include/ttt.inc::TTT_IsClientValid
L 12/01/2017 - 23:39:24: [SM]   [2] Line 66, addons/sourcemod/scripting/ttt/ttt_playerhud.sp::Timer_UpdateText
L 12/01/2017 - 23:39:24: [SM] Exception reported: Client 1 is not connected
L 12/01/2017 - 23:39:24: [SM] Blaming: ttt/ttt.smx
L 12/01/2017 - 23:39:24: [SM] Call stack trace:
L 12/01/2017 - 23:39:24: [SM]   [0] IsClientSourceTV
L 12/01/2017 - 23:39:24: [SM]   [1] Line 282, /home/travis/build/Bara/TroubleinTerroristTown/addons/sourcemod/scripting/include/ttt.inc::TTT_IsClientValid
L 12/01/2017 - 23:39:24: [SM]   [2] Line 2334, addons/sourcemod/scripting/ttt/ttt.sp::Timer_1
lock[bot] commented 5 years ago

This thread has been automatically locked.