View Single Post
Author Message
Ahmed_Nakadi
Member
Join Date: Oct 2018
Old 08-05-2022 , 17:45   [CS:GO] Linux - Problems with *default* SM extensions
Reply With Quote #1

Hello,

I have a little problem with SM extensions after the latest update.

I have a fresh CS:GO server on a Linux (Debian) and most of the official sourcemod extensions don't work. Any solution to this?

PHP Code:
sm exts list
[
SMDisplaying 6 extensions:
[
01Automatic Updater (1.11.0.6906): Updates SourceMod gamedata files
[02Webternet (1.11.0.6906): Extension for interacting with URLs
[03] <FAILEDfile "game.cstrike.ext.2.csgo.so": ******************
[
04] <FAILEDfile "topmenus.ext.so"Could not find interface: IMenuManager
[05] <FAILEDfile "sdktools.ext.2.csgo.so"Could not find interface: IMenuManager
[06] <FAILEDfile "clientprefs.ext.so"Could not find interface: IMenuManager 
PHP Code:
sm plugins list
[
SMListing 17 plugins:
  
01 <Failed"Admin Menu" (1.11.0.6906by AlliedModders LLC
  02 
<Failed"Fun Commands" (1.11.0.6906by AlliedModders LLC
  03 
"Nextmap" (1.11.0.6906by AlliedModders LLC
  04 
"Basic Chat" (1.11.0.6906by AlliedModders LLC
  05 
"Sound Commands" (1.11.0.6906by AlliedModders LLC
  06 
"Basic Commands" (1.11.0.6906by AlliedModders LLC
  07 
<Failed"Basic Comm Control" (1.11.0.6906by AlliedModders LLC
  08 
"Reserved Slots" (1.11.0.6906by AlliedModders LLC
  09 
"Basic Ban Commands" (1.11.0.6906by AlliedModders LLC
  10 
<Failed"Client Preferences" (1.11.0.6906by AlliedModders LLC
  11 
"Admin File Reader" (1.11.0.6906by AlliedModders LLC
  12 
<Failed"Player Commands" (1.11.0.6906by AlliedModders LLC
  13 
"Basic Info Triggers" (1.11.0.6906by AlliedModders LLC
  14 
"Anti-Flood" (1.11.0.6906by AlliedModders LLC
  15 
<Failed"Fun Votes" (1.11.0.6906by AlliedModders LLC
  16 
"Admin Help" (1.11.0.6906by AlliedModders LLC
  17 
"Basic Votes" (1.11.0.6906by AlliedModders LLC
Errors
:
adminmenu.smx (Admin Menu): Required extension "TopMenus" file("topmenus.ext"not running
funcommands
.smx (Fun Commands): Required extension "SDKTools" file("sdktools.ext"not running
basecomm
.smx (Basic Comm Control): Required extension "SDKTools" file("sdktools.ext"not running
clientprefs
.smx (Client Preferences): Required extension "Client Preferences" file("clientprefs.ext"not running
playercommands
.smx (Player Commands): Required extension "SDKTools" file("sdktools.ext"not running
funvotes
.smx (Fun Votes): Required extension "SDKTools" file("sdktools.ext"not running 

And yes, I tried the latest SM. (1.11.0-6906).

And solution?

Last edited by Ahmed_Nakadi; 08-07-2022 at 16:26.
Ahmed_Nakadi is offline