Raised This Month: $ Target: $400
 0% 

I must be the millionth idiot, but...


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
easymac
New Member
Join Date: May 2007
Old 05-13-2007 , 13:42   I must be the millionth idiot, but...
Reply With Quote #1

i'm running with steam btw

I've got amxmodx installed, and running, with the cs addon...

i get these errors:

L 05/13/2007 - 12:51:25: [AMXX] Plugin "csdm_main.amxx" failed to load: Plugin uses an unknown function (name "csdm_respawn") - check your modules.ini.
L 05/13/2007 - 12:51:25: [AMXX] Plugin "csdm_equip.amxx" failed to load: Plugin uses an unknown function (name "csdm_active") - check your modules.ini.
L 05/13/2007 - 12:51:25: [AMXX] Plugin "csdm_spawn_preset.amxx" failed to load: Plugin uses an unknown function (name "csdm_trace_hull") - check your modules.ini.
L 05/13/2007 - 12:51:25: [AMXX] Plugin "csdm_misc.amxx" failed to load: Plugin uses an unknown function (name "csdm_active") - check your modules.ini.
L 05/13/2007 - 12:51:25: [AMXX] Plugin "csdm_protection.amxx" failed to load: Plugin uses an unknown function (name "csdm_active") - check your modules.ini.
L 05/13/2007 - 12:51:26: [CSDM2] CSDM failed to load, contact author...
[AMXX] Loaded 1 admin from file
L 05/13/2007 - 12:51:26: Called dynanative into a paused plugin.
L 05/13/2007 - 12:51:26: [AMXX] Run time error 10 (plugin "spawn_editor.amxx") (native "csdm_main_menu") - debug not enabled!
L 05/13/2007 - 12:51:26: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 05/13/2007 - 12:51:26: Called dynanative into a paused plugin.
L 05/13/2007 - 12:51:26: [AMXX] Run time error 10 (plugin "csdm_ffa.amxx") (native "csdm_main_menu") - debug not enabled!
L 05/13/2007 - 12:51:26: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).




meta list
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX Mod X RUN - amxmodx_mm_i386. v1.76d ini ANY ANY
[ 2] Fun RUN - fun_amxx_i386.so v1.76 pl1 ANY ANY
[ 3] CStrike RUN - cstrike_amxx_i38 v1.76 pl1 ANY ANY
[ 4] CSX RUN - csx_amxx_i386.so v1.76c pl1 ANY ANY
[ 5] CSDM2 RUN - csdm_amxx_i386.s v2.1 pl1 ANY ANY
[ 6] FakeMeta RUN - fakemeta_amxx_i3 v1.76d pl1 ANY ANY
6 plugins, 6 running


amxx plugins
Currently loaded plugins:
name version author file status
[ 1] Admin Base 1.76d AMXX Dev Team admin.amxx running
[ 2] Admin Commands 1.76d AMXX Dev Team admincmd.amxx running
[ 3] Admin Help 1.76d AMXX Dev Team adminhelp.amxx running
[ 4] Slots Reservation 1.76d AMXX Dev Team adminslots.amxx running
[ 5] Multi-Lingual System 1.76d AMXX Dev Team multilingual.am running
[ 6] Menus Front-End 1.76d AMXX Dev Team menufront.amxx running
[ 7] Commands Menu 1.76d AMXX Dev Team cmdmenu.amxx running
[ 8] Players Menu 1.76d AMXX Dev Team plmenu.amxx running
[ 9] Maps Menu 1.76d AMXX Dev Team mapsmenu.amxx running
[ 10] Admin Chat 1.76d AMXX Dev Team adminchat.amxx running
[ 11] Anti Flood 1.76d AMXX Dev Team antiflood.amxx running
[ 12] Scrolling Message 1.76d AMXX Dev Team scrollmsg.amxx running
[ 13] Info. Messages 1.76d AMXX Dev Team imessage.amxx running
[ 14] Admin Votes 1.76d AMXX Dev Team adminvote.amxx running
[ 15] NextMap 1.76d AMXX Dev Team nextmap.amxx running
[ 16] Nextmap Chooser 1.76d AMXX Dev Team mapchooser.amxx running
[ 17] TimeLeft 1.76d AMXX Dev Team timeleft.amxx running
[ 18] Pause Plugins 1.76d AMXX Dev Team pausecfg.amxx running
[ 19] Stats Configuration 1.76d AMXX Dev Team statscfg.amxx running
[ 20] StatsX 1.76d AMXX Dev Team statsx.amxx running
[ 21] unknown unknown unknown csdm_main.amxx bad load
[ 22] unknown unknown unknown csdm_equip.amxx bad load
[ 23] unknown unknown unknown csdm_spawn_pres bad load
[ 24] CSDM Spawn Editor 2.1 CSDM Team spawn_editor.am paused
[ 25] unknown unknown unknown csdm_misc.amxx bad load
[ 26] unknown unknown unknown csdm_protection bad load
[ 27] CSDM Main 2.1 CSDM Team csdm_ffa.amxx paused
( 21) Load fails: Plugin uses an unknown function (name "csdm_respawn") - check your modules.ini.
( 22) Load fails: Plugin uses an unknown function (name "csdm_active") - check your modules.ini.
( 23) Load fails: Plugin uses an unknown function (name "csdm_trace_hull") - check your modules.ini.
( 25) Load fails: Plugin uses an unknown function (name "csdm_active") - check your modules.ini.
( 26) Load fails: Plugin uses an unknown function (name "csdm_active") - check your modules.ini.
27 plugins, 20 running


I've checked modules.ini, and I can't see what I'm missing...


;;;
; To enable a module, remove the semi-colon (;) in front of its name.
; If it's not here, simply add it its name, one per line.
; You don't need to write the _amxx part or the file extension.
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;
;; SQL Modules usually need to be enabled manually ;;
;; You can have any number on at a time. Use ;;
;; amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;
;mysql
;sqlite
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;
;; Put third party modules below here. ;;
;; You can just list their names, without the _amxx ;;
;; or file extension. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;
;; These modules will be auto-detected and loaded ;;
;; as needed. You do not need to enable them here ;;
;; unless you have problems. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;
fun
;engine
;fakemeta
;geoip
;sockets
;regex
;nvault
cstrike
csx

Last edited by easymac; 05-13-2007 at 13:46.
easymac is offline
KWo
AMX Mod X Beta Tester
Join Date: Jul 2004
Location: Poland
Old 05-13-2007 , 15:34   Re: I must be the millionth idiot, but...
Reply With Quote #2

If You are absolutely sure You are using CS1.6/CZERO steam based, the only reason CSDM module doesn't want to be loaded is - You are using ZBOT's...
Another thing - don't put any of CSDM plugins into amxmodx\configs\plugins.ini (CSDM uses plugins-csdm.ini file to load its plugins.
__________________
The Fullpack of podbot mm V3B22 - 24 apr 2012!!! is available here.
The All-In-One 3.2a package - 02 jun 2013 (AMX X 1.8.2 [with ATAC 3.0.1b , CSDM2.1.3c beta, CM OE 0.6.5, podbot mm V3B22c and mm 1.20) is available here.
The newest Beta V3B23a (rel. 28 august 2018!!!) is available here.
KWo is offline
easymac
New Member
Join Date: May 2007
Old 05-14-2007 , 09:54   Re: I must be the millionth idiot, but...
Reply With Quote #3

im not running any bots.

i'm talking to bailopan about it, because it seems that since its running in a FreeBSD jail it might be bothered.
easymac is offline
easymac
New Member
Join Date: May 2007
Old 05-16-2007 , 01:12   Re: I must be the millionth idiot, but...
Reply With Quote #4

i was never actually able to get 2.1 running from within a freebsd jail

even with the special build bail gave me.

2.0 runs great though
easymac is offline
BAILOPAN
Join Date: Jan 2004
Old 05-19-2007 , 21:13   Re: I must be the millionth idiot, but...
Reply With Quote #5

FreeBSD's linux procfs support seems to be weak and I tried a few heuristics to detecting its different formats. I don't know whether easymac tried CSDM without a chroot jail, so I don't know whether it's a problem with jailing hlds or simply his FreeBSD version.

Running hlds in a jail is the administrator's prerogative. That said, I've never heard of doing this before, and I wouldn't recommend it. There's almost no security benefits to doing so if hlds is run in a non-root, isolated user account. (I hope no one is running hlds as root!)

If anyone else runs into this problem, feel free to contact me and I can give you binaries that try to work around FreeBSD compatibility issues.
__________________
egg
BAILOPAN 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 03:53.


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