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

amx_super needs cstrike module after installing counter strike addon 5x times


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
teckins
Member
Join Date: Aug 2011
Old 02-05-2012 , 14:04   amx_super needs cstrike module after installing counter strike addon 5x times
Reply With Quote #1

Hey everyone,

I host servers for people and one of the first costumers I got has a problem with his server when I run his server I get

[root@Teckins ~]# screen -S wfclassic
ibrary "cstrike" required for plugin. Check modules.ini.
L 02/05/2012 - 2110: [AMXX] Plugin "amx_super_menu.amxx" failed to load: Plugin uses an unknown function (name "ArrayClear") - check your modules.ini.
L 02/05/2012 - 2110: [AMXX] Plugin "amx_super_nospeed.amxx" failed to load: Module/Library "cstrike" required for plugin. Check modules.ini.
[AMXX] Loaded 4 admins from file


I installed the counter strike addon and cstrike modules is enabled so whats the problem with it? I dont get it

Thanks for your time

Teckins
teckins is offline
DarkGod
SourceMod DarkCrab
Join Date: Jul 2007
Location: Sweden
Old 02-05-2012 , 18:26   Re: amx_super needs cstrike module after installing counter strike addon 5x times
Reply With Quote #2

Make sure you're using at least version 1.8.1 of AMXX. Also, please provide the output of "amxx list" and "meta list" in server console.
__________________

Last edited by DarkGod; 02-05-2012 at 18:27.
DarkGod is offline
Send a message via AIM to DarkGod Send a message via MSN to DarkGod
teckins
Member
Join Date: Aug 2011
Old 02-05-2012 , 19:08   Re: amx_super needs cstrike module after installing counter strike addon 5x times
Reply With Quote #3

I am running the latest amx I think with latest everything like metamod and amx here is meta list


Code:
Currently running plugins:
 [  1] AMX Mod X, v1.75a, Jul  4 2006, by AMX Mod X Dev Team, see http://www.amxmodx.org
 [  2] Fun, v1.75, Jul  4 2006, by AMX Mod X Dev Team, see http://www.amxmodx.org
 [  3] CStrike, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
 [  4] CSX, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org/
 [  5] FakeMeta, v1.75, Jul  4 2006, by AMX Mod X Dev Team, see http://www.amxmodx.org
 [  6] Engine, v1.75, Jul  4 2006, by AMX Mod X Dev Team, see http://www.amxmodx.org
6 Plugins Running
Amxx List

Code:
AMX Mod X 1.75a
Authors: David "BAILOPAN" Anderson, Pavol "PM OnoTo" Marko, Felix "SniperBeamer" Geyer
Authors: Jonny "Got His Gun" Bergstrom, Lukasz "SidLuke" Wlasinski
Authors: Christian "Basic-Master" Hammacher, Borja "faluco" Ferrer
Compiled: Jul  4 2006, 14:28:30
URL:http://www.amxmodx.org/
Core mo
teckins is offline
DarkGod
SourceMod DarkCrab
Join Date: Jul 2007
Location: Sweden
Old 02-05-2012 , 19:24   Re: amx_super needs cstrike module after installing counter strike addon 5x times
Reply With Quote #4

You need to run 1.8.1 version of AMXX, all of it. Currently you only have 1.8.1 version of the CStrike addon, the others are all 1.75. Upgrade that and then post back if the issue persists.
__________________
DarkGod is offline
Send a message via AIM to DarkGod Send a message via MSN to DarkGod
teckins
Member
Join Date: Aug 2011
Old 02-06-2012 , 20:24   Re: amx_super needs cstrike module after installing counter strike addon 5x times
Reply With Quote #5

Now im getting


[root@Teckins wfclassic]# screen -S wfclassic ./hlds_run -game cstrike -debug -autoupdate -pingboost 2 +maxplayers 32 +map de_dust2 -port 27015 +ip 64.120.223.233
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Installing breakpad exception handler for appid(10)/version(540
scandir failed:/root/wfclassic/SAVE
scandir failed:/root/wfclassic/./valve/SAVE
scandir failed:/root/wfclassic/./platform/SAVE
Protocol version 48
Exe version 1.1.2.6/Stdio (cstrike)
Exe build: 22:54:48 Aug 15 2011 (540
STEAM Auth Server
Server IP address 64.120.223.233:27015
LoadLibrary failed on ./cstrike/addons/metamod/dlls/metamod_i386.so: ./cstrike/addons/metamod/dlls/metamod_i386.so: cannot open shared object file: No such file or directory
Host_Error: Couldn't get DLL API from ./cstrike/addons/metamod/dlls/metamod_i386.so!
FATAL ERROR (shutting down): Host_Error: Couldn't get DLL API from ./cstrike/addons/metamod/dlls/metamod_i386.so!

./hlds_run: line 207: gdb: command not found
email debug.log to [email protected]
Tue Feb 7 04:23:50 MSK 2012: Server restart in 10 seconds

teckins is offline
teckins
Member
Join Date: Aug 2011
Old 02-06-2012 , 20:28   Re: amx_super needs cstrike module after installing counter strike addon 5x times
Reply With Quote #6

Ok I fixed the other problem above ^^ now look at this



[root@Teckins ~]# cd wfclassic
[root@Teckins wfclassic]# screen -S wfclassic
[screen is terminating]
[root@Teckins wfclassic]# screen -S wfclassic ./hlds_run -game cstrike -debug -autoupdate -pingboost 2 +maxplayers 32 +map de_dust2 -port 27015 +ip 64.120.223.233
[screen is terminating]
[root@Teckins wfclassic]# screen -list
No Sockets found in /var/run/screen/S-root.

[root@Teckins wfclassic]# screen -S wfclassic

scandir failed:/root/wfclassic/SAVE
scandir failed:/root/wfclassic/./valve/SAVE
scandir failed:/root/wfclassic/./platform/SAVE
Protocol version 48
Exe version 1.1.2.6/Stdio (cstrike)
Exe build: 22:54:48 Aug 15 2011 (540
STEAM Auth Server
Server IP address 64.120.223.233:27015

Metamod version 1.19 Copyright (c) 2001-2006 Will Day <[email protected]>

Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `meta gpl' for details.

Uploading dump (in-process) [proxy '']

/tmp/dumps/crash_20120207042810_1.dmp
success = yes
response: CrashID=bp-a2d3a830-3e47-45be-abe1-dcaa02120206

./hlds_run: line 321: 1897 Segmentation fault (core dumped) $HL_CMD

./hlds_run: line 207: gdb: command not found
email debug.log to [email protected]
Tue Feb 7 04:28:11 MSK 2012: Server restart in 10 seconds

It Keeps restartingbecause of that it is very annoying!

Last edited by teckins; 02-06-2012 at 20:29.
teckins is offline
teckins
Member
Join Date: Aug 2011
Old 02-06-2012 , 22:27   Re: amx_super needs cstrike module after installing counter strike addon 5x times
Reply With Quote #7

I started the server and this

L 02/07/2012 - 06:27:09: [AMXX] Invalid Plugin (plugin "adminvote.amxx")
L 02/07/2012 - 06:27:09: [AMXX] Invalid Plugin (plugin "nextmap.amxx")
L 02/07/2012 - 06:27:09: [AMXX] Invalid Plugin (plugin "mapchooser.amxx")
L 02/07/2012 - 06:27:09: [AMXX] Invalid Plugin (plugin "timeleft.amxx")
L 02/07/2012 - 06:27:09: [AMXX] Invalid Plugin (plugin "pausecfg.amxx")
L 02/07/2012 - 06:27:09: [AMXX] Invalid Plugin (plugin "statscfg.amxx")
L 02/07/2012 - 06:27:09: [AMXX] Invalid Plugin (plugin "restmenu.amxx")
L 02/07/2012 - 06:27:09: [AMXX] Invalid Plugin (plugin "statsx.amxx")
L 02/07/2012 - 06:27:09: [AMXX] Invalid Plugin (plugin "amx_super.amxx")
L 02/07/2012 - 06:27:09: [AMXX] Invalid Plugin (plugin "amx_super_menu.amxx")
L 02/07/2012 - 06:27:09: [AMXX] Invalid Plugin (plugin "amx_super_nospeed.amxx")
teckins is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 02-07-2012 , 00:00   Re: amx_super needs cstrike module after installing counter strike addon 5x times
Reply With Quote #8

That is an amxmodx support issue now. You'll get the right responses their, as this thread is meant for amx super support. Once you get everything handled, it will run fine.

P.s. Turn off your server, update amxmodx + cstrike addon, then turn it on.
__________________
bmann_420 is offline
teckins
Member
Join Date: Aug 2011
Old 02-07-2012 , 17:53   Re: amx_super needs cstrike module after installing counter strike addon 5x times
Reply With Quote #9

Hey Bnman,

I updated amxmodx already through the full installer I did install it then upload all the files through ftp!
teckins 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 20:24.


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