Raised This Month: $32 Target: $400
 8% 

[SM] Extension sdkhooks.ext.so failed to load: Failed to setup entity listeners


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
nark
Junior Member
Join Date: Jan 2023
Old 02-04-2023 , 11:24   [SM] Extension sdkhooks.ext.so failed to load: Failed to setup entity listeners
Reply With Quote #1

Ok, so after the well-known Valve update from 02.02.2023 I have fresh installed a copy of Ubuntu 22 with MM and SM 1.11 (last update)

I have never encounterd this issue bedore (neither did I use ubuntu 22, only 20)

the sdhooks.ext won't load.

not by default, not by sm exts load sdkhooks command, I get this error:
[SM] Extension sdkhooks.ext.so failed to load: Failed to setup entity listeners

Other exts load ok, plugins that dont use sdkhooks work ok, server works ok.

I looked in the /addons/sourcemod/logs and I only get this:

L 02/04/2023 - 15:18:29: Error log file session closed.
L 02/04/2023 - 15:183: SourceMod error session started
L 02/04/2023 - 15:183: Info (map "") (file "/var/../sourcemod/logs/errors_20230204.log")
L 02/04/2023 - 15:183: Failed lookup of gEntList - Reverting to networkable entities only
L 02/04/2023 - 15:185: Error log file session closed.
L 02/04/2023 - 15:185: SourceMod error session started
L 02/04/2023 - 15:185: Info (map "de_dust2") (file "/var/../sourcemod/logs/errors_20230204.log")
L 02/04/2023 - 15:185: [SDKTOOLS] Sigscan for FireOutput failed

still, sdktools ext loads ok.

i burned my brains out (with other gamedata signatures, reinstalled sm, mm, installed distro libs, nothing)

a cold beer goes to whom has an ideea of what is going on.

cheers!

Last edited by nark; 02-04-2023 at 11:25. Reason: typo
nark is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 02-04-2023 , 12:30   Re: [SM] Extension sdkhooks.ext.so failed to load: Failed to setup entity listeners
Reply With Quote #2

Csgo update.
Your OS is Linux.

rcon version
rcon meta version
rcon meta list
rcon sm version
rcon exts list
rcon sm plugins list


*optional
Spoiler



*edit
Try SM build 6929
https://www.sourcemod.net/downloads.php?branch=stable
__________________
Do not Private Message @me

Last edited by Bacardi; 02-04-2023 at 13:17.
Bacardi is offline
nark
Junior Member
Join Date: Jan 2023
Old 02-04-2023 , 13:52   Re: [SM] Extension sdkhooks.ext.so failed to load: Failed to setup entity listeners
Reply With Quote #3

hi!

version:
Protocol version 13852 [1544/1544]
Exe version 1.38.5.2 (csgo)
Exe build: 19:41:43 Feb 2 2023 (8853) (730)



meta version
Metamod:Source version 1.11.0-dev+1148

meta list
[01] SourceMod (1.11.0.6929) by AlliedModders LLC
[02] CS Tools (1.11.0.6929) by AlliedModders LLC
[03] SDK Tools (1.11.0.6929) by AlliedModders LLC
[05] SendProxy Manager (1.2) by Afronanny
[06] SteamWorks Extension (1.2.3) by Kyle Sanderson
[07] PTaH (1.1.3) by Phoenix (˙·٠●Феникс●٠·˙)
[08] AntiDLL (1.4.1) by JDW

sm version
SourceMod Version: 1.11.0.6929

sm exts list
[SM] Displaying 18 extensions:
[01] Automatic Updater (1.11.0.6929): Updates SourceMod gamedata files
[02] Webternet (1.11.0.6929): Extension for interacting with URLs
[03] Accelerator (2.5.0): SRCDS Crash Handler
[04] CS Tools (1.11.0.6929): CS extended functionality
[05] BinTools (1.11.0.6929): Low-level C/C++ Calling API
[06] SDK Tools (1.11.0.6929): Source SDK Tools
[07] Client Preferences (1.11.0.6929): Saves client preference settings
[08] MySQL-DBI (1.11.0.6929): MySQL driver implementation for DBI
[09] <FAILED> file "sdkhooks.ext.2.csgo.so": Failed to setup entity listeners
[10] SendProxy Manager (1.2): Change stuff without actually changing stuff!
[11] Top Menus (1.11.0.6929): Creates sorted nested menus
[12] SteamWorks Extension (1.2.3): Exposes SteamWorks functions to Developers
[14] PTaH (1.1.3): Additional CS:GO Hooks and Natives
[13] Regex (1.11.0.6929): Provides regex natives for plugins
[15] GeoIP (1.11.0.6929): Geographical IP information
[16] AntiDLL (1.4.1): Mini protection against internal cheats
[17] SMJansson (2.3.1/3): JSON parser/writer
[18] SQLite (1.11.0.6929): SQLite Driver



cmd: ldd /var/../csgo/bin/server.so
linux-gate.so.1 (0xf7eec000)
libtier0.so => not found
libvstdlib.so => not found
libsteam_api.so => not found
libm.so.6 => /lib32/libm.so.6 (0xf6509000)
libdl.so.2 => /lib32/libdl.so.2 (0xf6504000)
libpthread.so.0 => /lib32/libpthread.so.0 (0xf64ff000)
/lib/ld-linux.so.2 (0xf7eee000)
libc.so.6 => /lib32/libc.so.6 (0xf62ce000)


cmd: ldd /var/.../csgo/addons/sourcemod/extensions/sdktools.ext.2.csgo.so
linux-gate.so.1 (0xf7f58000)
libvstdlib.so => not found
libtier0.so => not found
libm.so.6 => /lib32/libm.so.6 (0xf7da8000)
libstdc++.so.6 => /lib32/libstdc++.so.6 (0xf7b74000)
libgcc_s.so.1 => /lib32/libgcc_s.so.1 (0xf7b4d000)
libc.so.6 => /lib32/libc.so.6 (0xf791c000)
/lib/ld-linux.so.2 (0xf7f5a000)


*sm build 6929 fix updated

Last edited by nark; 02-04-2023 at 16:13. Reason: forgot terminal commands
nark is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 02-05-2023 , 00:48   Re: [SM] Extension sdkhooks.ext.so failed to load: Failed to setup entity listeners
Reply With Quote #4

I'm not 100% sure. But Ubuntu have removed 32bit libaries some time ago.

Maybe you need install those.
https://developer.valvesoftware.com/...m_Repositories



Code:
Note: If you are using a 64-bit machine, you will need to add multiverse:

Dont forget to update, if you add multiverse before installing.

sudo add-apt-repository multiverse
sudo apt install software-properties-common
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install lib32gcc-s1
__________________
Do not Private Message @me
Bacardi is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:04.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode