TheVilleOrg / sourcemod-vacbans

Plugin for SourceMod that checks for VAC, game, Steam Community, and trade bans on the accounts of connecting clients
http://forums.alliedmods.net/showthread.php?t=80942
GNU General Public License v3.0
18 stars 5 forks source link

errors logs 2.4.0 #5

Closed kleuser75 closed 5 years ago

kleuser75 commented 5 years ago
L 04/26/2019 - 14:52:50: [SM] Exception reported: Client index 4 is invalid (arg 3)
L 04/26/2019 - 14:52:50: [SM] Blaming: vacbans.smx
L 04/26/2019 - 14:52:50: [SM] Call stack trace:
L 04/26/2019 - 14:52:50: [SM]   [0] LogToFile
L 04/26/2019 - 14:52:50: [SM]   [1] Line 464, D:\Dev\sm110\scripting\vacbans.sp::UpdateClientStatus
L 04/26/2019 - 14:52:50: [SM]   [2] Line 55, vacbans/steamworks.sp::OnSteamWorksHTTPBodyCallback
L 04/26/2019 - 14:52:50: [SM]   [4] SteamWorks_GetHTTPResponseBodyCallback
L 04/26/2019 - 14:52:50: [SM]   [5] Line 24, vacbans/steamworks.sp::OnSteamWorksHTTPComplete
L 04/26/2019 - 14:56:36: Error log file session closed.
stevotvr commented 5 years ago

You have debug mode enabled. Remove or comment out line 28 of vacbans.sp (#define DEBUG) and recompile the plugin.

stevotvr commented 5 years ago

I have disabled debug mode by default.