Closed hbivnm closed 3 years ago
Would like to add that none of the commands mentioned in the alliedmods thread work as if shavit-core.smx
, shavit-zones.smx
, etc., never loads.
Edit 1: Tried using the latest release (bhoptimer-v2.6.0-1) and seems like I am getting the same exception being reported over and over:
L 12/05/2020 - 18:42:41: [SM] Exception reported: Native is not bound
L 12/05/2020 - 18:42:41: [SM] Blaming: shavit-hud.smx
L 12/05/2020 - 18:42:41: [SM] Call stack trace:
L 12/05/2020 - 18:42:41: [SM] [0] Shavit_InsideZone
L 12/05/2020 - 18:42:41: [SM] [1] Line 1427, D:\pe\Downloads\sourcemod-1.10.0-git6499-windows(1)\addons\sourcemod\scripting\shavit-hud.sp::UpdateMainHUD
L 12/05/2020 - 18:42:41: [SM] [2] Line 918, D:\pe\Downloads\sourcemod-1.10.0-git6499-windows(1)\addons\sourcemod\scripting\shavit-hud.sp::TriggerHUDUpdate
L 12/05/2020 - 18:42:41: [SM] [3] Line 910, D:\pe\Downloads\sourcemod-1.10.0-git6499-windows(1)\addons\sourcemod\scripting\shavit-hud.sp::Cron
L 12/05/2020 - 18:42:41: [SM] [4] Line 810, D:\pe\Downloads\sourcemod-1.10.0-git6499-windows(1)\addons\sourcemod\scripting\shavit-hud.sp::OnGameFrame
Edit 2: Tried using DHooks 2.1 with no success.
Edit 3: Noticed I uploaded wrong .log-file, see this one instead: errors_20201205.log
L 12/05/2020 - 18:18:11: [SM] Unable to load plugin "shavit-core.smx": Required extension "dhooks" file("dhooks.ext") not running L 12/05/2020 - 18:18:11: [SM] Exception reported: MySQL is the only supported database engine for shavit-rankings. L 12/05/2020 - 18:18:11: [SM] Blaming: shavit-rankings.smx L 12/05/2020 - 18:18:11: [SM] Call stack trace: L 12/05/2020 - 18:18:11: [SM] [0] SetFailState L 12/05/2020 - 18:18:11: [SM] [1] Line 217, C:\csgo-server\csgo\addons\sourcemod\scripting\shavit-rankings.sp::SQL_DBConnect L 12/05/2020 - 18:18:11: [SM] [2] Line 167, C:\csgo-server\csgo\addons\sourcemod\scripting\shavit-rankings.sp::OnPluginStart
dhooks wasn't loaded and so shavit-core couldn't be loaded. Try using this version of dhooks https://github.com/peace-maker/DHooks2/releases
Installed from source, using the latest commit and cant find anyone with the same problem. The server is a completely fresh one.
Latest CS:GO Steam version, Windows 10, latest STABLE builds of SourceMod and Metamod.
Expected behaviour: No exception on startup. Shown behaviour: Exception spam causing high sv rate (i.e making it unplayable).
Currently using:
So far I've tried using
sqlite
andmysql
as database drivers, none of them work.This is the exception printed in the console:
Latest .log file
Have I possibly done something wrong?