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

Solved [CS:GO] Linux - Problems with *default* SM extensions


Post New Thread Reply   
 
Thread Tools Display Modes
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
Groven
AlliedModders Donor
Join Date: Apr 2011
Location: Sweden
Old 08-05-2022 , 18:18   Re: [CS:GO] Linux - Problems with *default* SM extensions
Reply With Quote #2

Check if the extensions is in their respective folder.
__________________

Last edited by Groven; 08-05-2022 at 18:18.
Groven is offline
Ahmed_Nakadi
Member
Join Date: Oct 2018
Old 08-05-2022 , 18:50   Re: [CS:GO] Linux - Problems with *default* SM extensions
Reply With Quote #3

Quote:
Originally Posted by Groven View Post
Check if the extensions is in their respective folder.
I think its correct, isn't it?




I literally don't see anything wrong. Everything was fine until the last update

Last edited by Ahmed_Nakadi; 08-05-2022 at 18:54.
Ahmed_Nakadi is offline
Groven
AlliedModders Donor
Join Date: Apr 2011
Location: Sweden
Old 08-06-2022 , 04:43   Re: [CS:GO] Linux - Problems with *default* SM extensions
Reply With Quote #4

Why is it a folder inside addon called 25009? It should be addons/sourcemod not addons/25009/sourcemod
__________________
Groven is offline
Ahmed_Nakadi
Member
Join Date: Oct 2018
Old 08-06-2022 , 06:14   Re: [CS:GO] Linux - Problems with *default* SM extensions
Reply With Quote #5

Quote:
Originally Posted by Groven View Post
Why is it a folder inside addon called 25009? It should be addons/sourcemod not addons/25009/sourcemod
This is definitely not a problem, It was ok for years. I think even asherkin himself once mentioned that its possible to do it this way. Simply because if you have few servers with the same CS:GO maps on a single physical server, you wouldn't want to waste so much GBs.

Any help?

Last edited by Ahmed_Nakadi; 08-06-2022 at 06:14.
Ahmed_Nakadi is offline
oqyh
Senior Member
Join Date: May 2019
Location: United Arab Emirates
Old 08-06-2022 , 06:43   Re: [CS:GO] Linux - Problems with *default* SM extensions
Reply With Quote #6

Quote:
Originally Posted by Ahmed_Nakadi View Post
This is definitely not a problem, It was ok for years. I think even asherkin himself once mentioned that its possible to do it this way. Simply because if you have few servers with the same CS:GO maps on a single physical server, you wouldn't want to waste so much GBs.

Any help?
1- move addons/metamod.vdf to desktop after that delete it from your server.
2- reboot server and make sure you run server without addons/metamod.vdf.
3- download stable versions (lunix)
https://www.sourcemod.net/downloads.php?branch=stable
and
https://www.metamodsource.net/downlo...?branch=stable
4- drag and drop to your server
5- move metamod.vdf from desktop to your server addons/metamod.vdf.
6- reboot server.
__________________
.:[ >> My Plugins << ]:.

My discord : oqyh
oqyh is offline
Ahmed_Nakadi
Member
Join Date: Oct 2018
Old 08-07-2022 , 14:28   Re: [CS:GO] Linux - Problems with *default* SM extensions
Reply With Quote #7

Quote:
Originally Posted by oqyh View Post
1- move addons/metamod.vdf to desktop after that delete it from your server.
2- reboot server and make sure you run server without addons/metamod.vdf.
3- download stable versions (lunix)
https://www.sourcemod.net/downloads.php?branch=stable
and
https://www.metamodsource.net/downlo...?branch=stable
4- drag and drop to your server
5- move metamod.vdf from desktop to your server addons/metamod.vdf.
6- reboot server.
Thanks a lot, it worked
Ahmed_Nakadi is offline
Groven
AlliedModders Donor
Join Date: Apr 2011
Location: Sweden
Old 08-14-2022 , 07:17   Re: [CS:GO] Linux - Problems with *default* SM extensions
Reply With Quote #8

Quote:
Originally Posted by Ahmed_Nakadi View Post
This is definitely not a problem, It was ok for years. I think even asherkin himself once mentioned that its possible to do it this way. Simply because if you have few servers with the same CS:GO maps on a single physical server, you wouldn't want to waste so much GBs.

Any help?
Okay nice! How do you make it so you can have addons/1234/sourcemod
__________________
Groven is offline
iGANGNAM
AlliedModders Donor
Join Date: Sep 2012
Location: Lithuania
Old 08-15-2022 , 12:57   Re: [CS:GO] Linux - Problems with *default* SM extensions
Reply With Quote #9

Quote:
Originally Posted by Groven View Post
Okay nice! How do you make it so you can have addons/1234/sourcemod
thats how it's done https://wiki.alliedmods.net/Multiple...rs_(SourceMod))

Usually, people make setups like this in order to save some disk space or make some test servers with similar files to the production server.
__________________

Last edited by iGANGNAM; 08-15-2022 at 12:58.
iGANGNAM 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 17:47.


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