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

Metamod isn't loading plugins


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Memories
New Member
Join Date: Aug 2017
Old 08-19-2017 , 08:34   Metamod isn't loading plugins
Reply With Quote #1

I've run into a problem: metamod isn't running some plugins (EntMod and MonsterMod, to be precise).

I'm including them as normal: in the /metamod/plugins.ini file.

The server's running Linux Debian 7.0.

Dump of server start:
PHP Code:
L 08/19/2017 15:28:16: [METAiniBegin re-reading plugins list: /root/publikas/cstrike/addons/metamod/plugins.ini
L 08
/19/2017 15:28:16: [METAiniRead plugin config for: <entmod_i386.so>
L 08/19/2017 15:28:16: [METAiniRead plugin config for: <monster_mm_i386.so>
L 08/19/2017 15:28:16: [METAiniRead plugin config for: AMX Mod X
L 08
/19/2017 15:28:16: [METAiniRead plugin config for: dproto_EF
L 08
/19/2017 15:28:16: [METAiniFinished reading plugins list: /root/publikas/cstrike/addons/metamod/plugins.iniFound 4 plugins
L 08
/19/2017 15:28:16: [METAdllUpdating plugins...
L 08/19/2017 15:28:16: [METAERRORdllFailed query plugin '<entmod_i386.so>'Couldn't open file '/root/publikas/cstrike/addons/entmod/dlls/entmod_i386.so': libstdc++.so.5: cannot open shared object file: No such file or directory
L 08/19/2017 - 15:28:16: [META] ERROR: dll: Skipping plugin '
<entmod_i386.so>'; couldn't query
L 08
/19/2017 15:28:16: [METAERRORdllFailed query plugin '<monster_mm_i386.so>'Couldn't open file '/root/publikas/cstrike/addons/monster/monster_mm_i386.so': libstdc++.so.5: cannot open shared object file: No such file or directory
L 08/19/2017 - 15:28:16: [META] ERROR: dll: Skipping plugin '
<monster_mm_i386.so>'; couldn't query

L 08
/19/2017 15:28:16: [METAdllFinished updating 10 pluginskept 2loaded 0unloaded 0reloaded 0delayed 0
L 08
/19/2017 15:28:16"LONELYCOLD<1><STEAM_0:1:214522678><CT>" disconnected
L 08
/19/2017 15:28:16World triggered "Round_Draw" (CT "0") ("0")
L 08/19/2017 15:28:16World triggered "Round_End"
L 08/19/2017 15:28:16Log file closed 
plugins.ini:
PHP Code:
linux addons/entmod/dlls/entmod_i386.so
linux addons
/monster/monster_mm_i386.so
linux addons
/amxmodx/dlls/amxmodx_mm_i386.so
linux addons
/dproto/dproto_i386.so 
"meta list" dump:
PHP Code:
Currently running plugins:
 [  
1AMX Mod Xv1.8.2Feb 14 2013by AMX Mod X Dev Teamsee http://www.amxmodx.org
 
[  2dproto_EFv0.9.3562013-11-09by Crocksee 
 
[  3Funv1.8.2Feb 14 2013by AMX Mod X Dev Teamsee http://www.amxmodx.org
 
[  4Enginev1.8.2Feb 14 2013by AMX Mod X Dev Teamsee http://www.amxmodx.org
 
[  5FakeMetav1.8.2Feb 14 2013by AMX Mod X Dev Teamsee http://www.amxmodx.org
 
[  6CStrikev1.8.2Feb 14 2013by AMX Mod X Dev Teamsee http://www.amxmodx.org
 
[  7CSXv1.8.2Feb 14 2013by AMX Mod X Dev Teamsee http://www.amxmodx.org/
 
[  8Ham Sandwichv1.8.2Feb 14 2013by AMX Mod X Dev Teamsee http://www.amxmodx.org
8 plugins 
liblist.gam:
PHP Code:
game "Counter-Strike"
url_info "www.counter-strike.net"
url_dl ""
version "1.6"
size "184000000"
svonly "0"
secure "1"
type "multiplayer_only"
cldll "1" 
hlversion "1111"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "dlls\mp.dll"
gamedll_linux "addons/metamod/dlls/metamod.so"
gamedll_osx "dlls/cs.dylib"
trainmap "tr_1"
edicts    "1800" 

Last edited by Memories; 08-19-2017 at 10:26.
Memories is offline
klippy
AlliedModders Donor
Join Date: May 2013
Location: Serbia
Old 08-19-2017 , 10:21   Re: Metamod isn't loading plugins
Reply With Quote #2

Make sure you've put libraries in correct paths and that the user that's running HLDS has permissions to read and execute those libraries.
klippy is offline
Memories
New Member
Join Date: Aug 2017
Old 08-19-2017 , 10:34   Re: Metamod isn't loading plugins
Reply With Quote #3

Quote:
Originally Posted by KliPPy View Post
Make sure you've put libraries in correct paths and that the user that's running HLDS has permissions to read and execute those libraries.
Everything seems to be in order. I usually leave everything as default.
Memories is offline
Spirit_12
Veteran Member
Join Date: Dec 2012
Location: Toronto, CA
Old 08-19-2017 , 12:59   Re: Metamod isn't loading plugins
Reply With Quote #4

Quote:
Originally Posted by Memories View Post
plugins.ini:
PHP Code:
linux addons/entmod/dlls/entmod_i386.so
linux addons
/monster/monster_mm_i386.so
linux addons
/amxmodx/dlls/amxmodx_mm_i386.so
linux addons
/dproto/dproto_i386.so 
"meta list" dump:
PHP Code:
Currently running plugins:
 [  
1AMX Mod Xv1.8.2Feb 14 2013by AMX Mod X Dev Teamsee http://www.amxmodx.org
 
[  2dproto_EFv0.9.3562013-11-09by Crocksee 
 
[  3Funv1.8.2Feb 14 2013by AMX Mod X Dev Teamsee http://www.amxmodx.org
 
[  4Enginev1.8.2Feb 14 2013by AMX Mod X Dev Teamsee http://www.amxmodx.org
 
[  5FakeMetav1.8.2Feb 14 2013by AMX Mod X Dev Teamsee http://www.amxmodx.org
 
[  6CStrikev1.8.2Feb 14 2013by AMX Mod X Dev Teamsee http://www.amxmodx.org
 
[  7CSXv1.8.2Feb 14 2013by AMX Mod X Dev Teamsee http://www.amxmodx.org/
 
[  8Ham Sandwichv1.8.2Feb 14 2013by AMX Mod X Dev Teamsee http://www.amxmodx.org
8 plugins 
Are we at the point where we completely ignore the dproto or does no one care to check anymore? Can we please not support all these non-steam server runners?
__________________
Spirit_12 is offline
DevilBoy.eXe
Member
Join Date: Mar 2017
Location: Romania
Old 08-19-2017 , 15:26   Re: Metamod isn't loading plugins
Reply With Quote #5

Quote:
Originally Posted by Spirit_12 View Post
Are we at the point where we completely ignore the dproto or does no one care to check anymore? Can we please not support all these non-steam server runners?
Man in this days if you want to run a steam server will be empty...
Becouse steam master server is full of redirects to non steam servers...
As valve forget cs 1.6 and don't care about it why us will still need to run steam servers
__________________

DevilBoy.eXe is offline
Send a message via Yahoo to DevilBoy.eXe Send a message via Skype™ to DevilBoy.eXe
Spirit_12
Veteran Member
Join Date: Dec 2012
Location: Toronto, CA
Old 08-19-2017 , 16:39   Re: Metamod isn't loading plugins
Reply With Quote #6

Quote:
Originally Posted by DevilBoy.eXe View Post
Man in this days if you want to run a steam server will be empty...
Becouse steam master server is full of redirects to non steam servers...
As valve forget cs 1.6 and don't care about it why us will still need to run steam servers
Let me explain the circle to you.

Valve stopped supporting the game because game stopped making money. Why did the game stopped making money? Because people kept running non-steam servers.

I understand that it's too late for cs 1.6. Support this mentality and it will spread onto other games.
__________________
Spirit_12 is offline
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 08-19-2017 , 18:14   Re: Metamod isn't loading plugins
Reply With Quote #7

Quote:
Originally Posted by DevilBoy.eXe View Post
Man in this days if you want to run a steam server will be empty...
Becouse steam master server is full of redirects to non steam servers...
As valve forget cs 1.6 and don't care about it why us will still need to run steam servers
Saying that you run non steam servers or encouraging the use of non steam servers is against the rules.
__________________
HamletEagle is offline
simanovich
AlliedModders Donor
Join Date: Jun 2012
Location: Israel
Old 08-20-2017 , 02:46   Re: Metamod isn't loading plugins
Reply With Quote #8

First remove that crappy dproto
__________________
simanovich 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 01:50.


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