shavitush/bhoptimer

[CS:GO] Exception reported: Native is not bound

Closed this issue · 3 comments

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:

  • Shavit (latest commit)
  • DHooks 2.2
  • MySQL as database driver

So far I've tried using sqlite and mysql as database drivers, none of them work.

This is the exception printed in the console:

L 12/05/2020 - 18:21:31: [SM] Exception reported: Native is not bound
L 12/05/2020 - 18:21:31: [SM] Blaming: shavit-hud.smx
L 12/05/2020 - 18:21:31: [SM] Call stack trace:
L 12/05/2020 - 18:21:31: [SM]   [0] Shavit_InsideZone
L 12/05/2020 - 18:21:31: [SM]   [1] Line 1427, C:\csgo-server\csgo\addons\sourcemod\scripting\shavit-hud.sp::UpdateMainHUD
L 12/05/2020 - 18:21:31: [SM]   [2] Line 918, C:\csgo-server\csgo\addons\sourcemod\scripting\shavit-hud.sp::TriggerHUDUpdate
L 12/05/2020 - 18:21:31: [SM]   [3] Line 910, C:\csgo-server\csgo\addons\sourcemod\scripting\shavit-hud.sp::Cron
L 12/05/2020 - 18:21:31: [SM]   [4] Line 810, C:\csgo-server\csgo\addons\sourcemod\scripting\shavit-hud.sp::OnGameFrame

Latest .log file

Have I possibly done something wrong?

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

Got it working :)

Changed back to running sqlite and switching to DHooks2 for SourceMod 1.10!

Damn you're fast at responding, didnt even get to close the thread and comment ^^

Great plugin btw!