Skip to content
Playa edited this page Nov 19, 2019 · 8 revisions

Please note:

  • You can find most Errors in Sourcemod/logs/KACR.log
  • The Log contains much Stuff, all Errors and Warning are marked with Brackets [] before the Error String.
  • An Error is when an Action got aborted with critical Consequences for Example if an Module dosent work. An Warning is just an Alert that tells you something isent as it supposed to be
  • The following Error String are listed along with their Source Module, an Explanation how it came to this, and how to possibly solve the Problem

KACR

  • [Warning] Sourcebans++ and Sourcebans 2.X are installed at the same Time! This can Result in Problems, KACR will only use SB++ for now - Having multiply Sourcebans Version installed at the same Time is bad - Decide either to use SB2.X OR SB++
  • [Warning] 'sv_max_usercmd_future_ticks' was set to 'X' which is a risky Value, we have re-set it to '1' - KACR has re-set an ConVar - This ConVar should always be set to 1, else, it can be used for Speed-Hacks, you should adjust your Server Configs

Cvars

  • [Error] Failed getting first ConVar - KACR tried to Scan the Servers CVars but something went wrong - Open up an Issue on GitHub to get this fixed
  • [Warning] ... doesn't have a periodic Timer running and no active Queries - Someone used kacr_cvars_status and this Warning appeared. KACR normally saves the last Clients Query and the Time, in this Case both dident got saved - Normally this shouldnt happen even doe its not critical, if it appears more often you should open up an Issue on GitHub
  • [Error] Unable to add ConVar to Hashmap Link List 'X' - KACR failed to add a ConVar to the Client CVar Check, this can either happen with predefined CVars or someone used 'kacr_addcvar' - If this happend after you have used 'kacr_addcvar', use should use it again without Arguments to see the correct Command Usage. When the Plugin just have loaded, you should open up an Issue on GitHub

Eyetest

  • [Error] The current Maximum of Entitys is set to 2048, but the Server reported X - The Source Engines hardcoded limited of Entitys is 2048. Strangely the Server has reported that is has more then 2048 Entity Slots available - Normally this should never happen, open up an Issue on GitHub to get this fixed
  • [Error] SDKHooks is not running, cannot enable Anti-Wall - The Anti Wallhack Module got disabled because the SDKHooks Extension isent running on your Server - SDKHooks is part of every modern Sourcemod Release, if it isent running, you should update SM or check if your Game is even supported. Sourcemod dosent support every Mod of the Source Engine, check if your Game is on >this< List at the right Side

Translations

  • [Error] Unable to create Language Hashmap for X - KACR stores all Translations in a huge StringMap, unfortunately this Map couldnt be created - Open up an Issue on GitHub to get this fixed

Stocks

  • [Error] Failed to Server Ban Client 'X' - KACR failed to give a Server Ban - Try to Ban the Client again to see if you might have a technical Problem with your Server. If this happens more often you should open up an Issue on GitHub
  • [Warning] An SourceBans Ban was called but SB isent installed, applying Server Ban instead - You have used the Action System to let KACR perform an SB Ban. This would have worked but SB isent installed, an regular Ban was made instead - You can either ignore this, install SourceBans or use Action 4 instead of 1
  • [Error] Failed to Server Ban Client 'X', after an SB Ban also failed - KACR first tryed to give an SourceBans Ban to the Client, after that dident worked it tryed to give an Server Ban which also failed. This Error is related to the Warning above - Try to Ban the Client again to see if you might have a technical Problem with your Server, if this happens more often you should open up an Issue on GitHub
  • [Warning] An Sourcebans Time Ban was called but SB isent installed, applying Server Time Ban instead - You have used the Action System to let KACR perform an SB Time Ban. This would have worked but SB isent installed, an regular Time Ban was made instead - You can either ignore this, install SourceBans or use Action 8 instead of 2
  • [Error] Failed to Server Time Ban Client 'X', after an SB Ban also failed - KACRfirst tryed to give an SourceBans Time Ban to the Client, after that dident worked it tryed to give an Server Time Ban which also failed. This Error is related to the Warning above - Try to Time Ban the Client again to see if you might have a technical Problem with your Server, if this happens more often you should open up an Issue on GitHub
  • [Error] Failed to Server Ban Client 'X' - KACR tried to give an Server Ban but that dident worked - Try to Ban the Client again to see if you might have a technical Problem with your Server, if this happens more often you should open up an Issue on GitHub *[Error] Failed to Server Time Ban Client 'X' - KACR tried to give an Server Time Ban but that dident worked - Try to Time Ban the Client again to see if you might have a technical Problem with your Server, if this happens more often you should open up an Issue on GitHub
  • [Error] Failed to kick Client 'X' - KACR couldent Kick the shown Client - If this happens more often, open up an Issue on GitHub
  • [Error] Tried to Report an Player to Sourcebans but it isent installed - You have used the Action System to let KACR perform an Report to SB. This would have worked but SB isent installed - Install SourceBans or remove Action 64 from your Configuration to get this fixed
  • [Error] Tried to Use ASteambot but it is not connected to its Backend - You have used the Action System in combination with ASteambot. This would have worked but ASteambot isent connected to its Steam Backend - To get this fixed, check the Configuration of ASteambot or remove Action 256 and/or 512 from your KACR Config
  • [Error] Tried to Use ASteambot but it isent running - You have used the Action System in combination with ASteambot. This would have worked but ASteambot isent running on the Server - To get this fixed, check if Asteambot is installed and running or remove Action 256 and/or 512 from your KACR Config
  • [Error] Failed to write Client Data in the crash Client Function - KACR failed on an internal Data Handover - If this happens more often, open up an Issue on GitHub
  • [Error] Failed to write Ban Reason Data in the crash Client Function - KACR failed on an internal Data Handover - If this happens more often, open up an Issue on GitHub
  • [Error] Failed to read Client Data in the crash Client Function - KACR failed on an internal Data Handover - If this happens more often, open up an Issue on GitHub
  • [Error] Failed to read Ban Reason Data in the crash Client Function - KACR failed on an internal Data Handover - If this happens more often, open up an Issue on GitHub
  • [Warning] Failed to crash Client 'X', he was kicked instead - KACR failed to Crash the shown Client - The Crash Feature dosent work with all Games, if this happens more often, you shouldent use Action 32
  • [Error] Failed to kick Client 'X', after crashing him before dident worked too! - KACR couldent Crash and Kick the shown Client - If this happens more often, open up an Issue on GitHub
Clone this wiki locally