Raised This Month: $51 Target: $400
 12% 

[CSGO] Some extensions wont load


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
ElleVen
AlliedModders Donor
Join Date: May 2016
Location: Italy, Milan
Old 11-09-2016 , 09:18   [CSGO] Some extensions wont load
Reply With Quote #1

I dont know why... i even chmodded them at 777...
btw here is my exts list :
Code:
[SM] Displaying 15 extensions:
[01] Automatic Updater (1.8.0.5947): Updates SourceMod gamedata files
[02] Webternet (1.8.0.5947): Extension for interacting with URLs
[03] Accelerator (2.3.1): SRCDS Crash Handler
[04] CS Tools (1.8.0.5947): CS extended functionality
[05] BinTools (1.8.0.5947): Low-level C/C++ Calling API
[06] SDK Tools (1.8.0.5947): Source SDK Tools
[07] Top Menus (1.8.0.5947): Creates sorted nested menus
[08] Client Preferences (1.8.0.5947): Saves client preference settings
[09] SQLite (1.8.0.5947): SQLite Driver
[10] SDK Hooks (1.8.0.5947): Source SDK Hooks
[11] Regex (1.8.0.5947): Provides regex natives for plugins
[12] <FAILED> file "store_sm.ext.so": /home/steam/steamcmd/fun/csgo/addons/sourcemod/extensions/store_sm.ext.so: cannot open shared object file: No such file or directory
[13] GeoIP (1.8.0.5947): Geographical IP information
[14] MySQL-DBI (1.8.0.5947): MySQL driver implementation for DBI
[15] <FAILED> file "SteamWorks.ext.so": /home/steam/steamcmd/fun/csgo/addons/sourcemod/extensions/SteamWorks.ext.so: cannot open shared object file: No such file or directory
Its says cannot open bla bla, even tought the files are actualy in there...
Any help?

P.S. The extension im trying to load is SteamWorks, if you where wondering.
P.P.S. I dont care about store_sm.ext soo yeah.
__________________
ElleVen is offline
psychonic

BAFFLED
Join Date: May 2008
Old 11-09-2016 , 09:49   Re: [CSGO] Some extensions wont load
Reply With Quote #2

What output do you get if you try to load them manually with the "sm exts load" command?
psychonic is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 11-09-2016 , 09:56   Re: [CSGO] Some extensions wont load
Reply With Quote #3

What changed? Did you upload the files with root, but have the server running in a different user?
chown might help.
Mitchell is offline
ElleVen
AlliedModders Donor
Join Date: May 2016
Location: Italy, Milan
Old 11-09-2016 , 11:18   Re: [CSGO] Some extensions wont load
Reply With Quote #4

Quote:
Originally Posted by psychonic View Post
What output do you get if you try to load them manually with the "sm exts load" command?
Code:
[SM] Loaded extension SteamWorks.ext.so successfully.
but if i do sm exts list

Code:
[15] <FAILED> file "SteamWorks.ext.so": /home/steam/steamcmd/fun/csgo/addons/sourcemod/extensions/SteamWorks.ext.so: cannot open shared object file: No such file or directory
And if i try to load a plugin that needs SteamWorks
Code:
[SM] Plugin steam_group_credits.smx failed to load: Required extension "SteamWorks" file("SteamWorks.ext") not running.
Quote:
Originally Posted by Mitchell View Post
What changed? Did you upload the files with root, but have the server running in a different user?
chown might help.
Nope...
__________________
ElleVen is offline
Wulfy
Senior Member
Join Date: Apr 2015
Location: Belgium
Old 11-09-2016 , 16:26   Re: [CSGO] Some extensions wont load
Reply With Quote #5

If you're on Ubuntu/Debian:
Code:
sudo apt-get install lib32gcc1
sudo apt-get install lib32stdc++6
RedHat/CentOS 32bit:
Code:
yum install glibc libstdc++
^ 64 bit:
Code:
yum install glibc.i686 libstdc++.i686
& relaunch the gameserver
__________________
be happy

Last edited by Wulfy; 11-09-2016 at 16:31.
Wulfy is offline
ElleVen
AlliedModders Donor
Join Date: May 2016
Location: Italy, Milan
Old 11-12-2016 , 13:02   Re: [CSGO] Some extensions wont load
Reply With Quote #6

Quote:
Originally Posted by Wulfy View Post
If you're on Ubuntu/Debian:
Code:
sudo apt-get install lib32gcc1
sudo apt-get install lib32stdc++6
RedHat/CentOS 32bit:
Code:
yum install glibc libstdc++
^ 64 bit:
Code:
yum install glibc.i686 libstdc++.i686
& relaunch the gameserver
Hem... if you dont have them srcds wont load...
__________________
ElleVen is offline
Wulfy
Senior Member
Join Date: Apr 2015
Location: Belgium
Old 11-12-2016 , 19:35   Re: [CSGO] Some extensions wont load
Reply With Quote #7

Quote:
Originally Posted by ElleVen View Post
Hem... if you dont have them srcds wont load...
I've had a server run properly but not being able to run the mysql extension because that library wasn't installed. Hope you can fix your issue soon!
__________________
be happy
Wulfy 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 04:58.


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