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

AMX Modx 1.50-1.60, Metamod 1.17.2/3/4 1.18, Fail to load.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
gotLan?
Junior Member
Join Date: Sep 2005
Old 09-27-2005 , 20:15   AMX Modx 1.50-1.60, Metamod 1.17.2/3/4 1.18, Fail to load.
Reply With Quote #1

Im using win2k3 sp1 32bit.
Dual opt 246 4 gig ram.
Latest steam update....

I have tryd all the following.
amxmodx-1.50
amxmodx-1.55
amxmodx-1.60

metamod-1.17.2-win.zip
metamod-1.17.3-win.zip
metamod-1.17.4-win.zip
metamod-1.18-win.zip

When i remove AMX Modx, and leave Metamod the server boots up fine.

When loading the console will close immediately, with in a few seconds.

All you see is what Screen Shot i took in the Attachment.
Trying linux right now...
Attached Thumbnails
Click image for larger version

Name:	crashing.jpg
Views:	130
Size:	88.8 KB
ID:	4062  
gotLan? is offline
teame06
i have a hat
Join Date: Feb 2005
Location: Hat City
Old 09-27-2005 , 20:21  
Reply With Quote #2

Have you tried just loading cstrike by itself?
Have you tried Just loading metamod and seeing if it crashes?
__________________
No private support via Instant Message
GunGame:SM Released
teame06 is offline
Send a message via AIM to teame06
Lazarus Long
Senior Member
Join Date: Oct 2004
Old 09-27-2005 , 20:27  
Reply With Quote #3

Hello, gotLan?:

Forget the other ones, setup Metamod 1.18 and AMX Mod X 1.60.

Please jump to the mod folder (for instance cstrike for CS, czero for CS:CZ or dod for DoD) and paste the contents of liblist.gam, addons/metamod/plugins.ini, addons/amxmodx/configs/modules.ini and addons/amxmodx/configs/plugins.ini.

Regards,
__________________
Lazarus Long is offline
gotLan?
Junior Member
Join Date: Sep 2005
Old 09-27-2005 , 20:27  
Reply With Quote #4

Quote:
Originally Posted by teame06
Have you tried just loading cstrike by itself?
Have you tried Just loading metamod and seeing if it crashes?
Yea, In my first post i put.

When i remove AMX Modx, and leave Metamod the server boots up fine.

Ok ill do that Lazarus Long.
gotLan? is offline
gotLan?
Junior Member
Join Date: Sep 2005
Old 09-27-2005 , 20:34  
Reply With Quote #5

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 "addons/metamod/dlls/metamod.dll"
//gamedll_linux "dlls/cs_i386.so"
trainmap "tr_1"
gamedll "addons\metamod\dlls\metamod.dll"
gamedll_linux "addons/metamod/dlls/metamod_i386.so"
Quote:
;;Metamod plugins.ini
win32 addons\amxmodx\dlls\amxmodx_mm.dll
Quote:
; AMX Mod X plugins

; Admin Base - Always one has to be activated
admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)

; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management

; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)

; Chat / Messages
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
imessage.amxx ; displays information messages
adminvote.amxx ; vote commands

; Map related
nextmap.amxx ; displays next map in mapcycle
mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map

; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands

; Counter-Strike
;restmenu.amxx ; restrict weapons menu
statsx.amxx ; stats on death or round end (CSX Module required!)
;miscstats.amxx ; bunch of events announcement for Counter-Strike
;stats_logging.amxx ; weapons stats logging (CSX Module required!)


; Custom - Add 3rd party plugins here
Quote:
; AMX Mod X Modules
; You can specify both linux & win32 modules here
; To enable a module, remove the semi-colon from the line

; ------------------------------
; Fun - provides extra functions
; ------------------------------
fun_amxx_i386.so
fun_amxx.dll
fun_amxx_amd64.so

; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
;engine_amxx_i386.so
;engine_amxx.dll
;engine_amxx_amd64.so

; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine
; ----------------------------------------------------------
;fakemeta_amxx_i386.so
;fakemeta_amxx.dll
;fakemeta_amxx_amd64.so

; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
;mysql_amxx_i386.so
;mysql_amxx.dll
;mysql_amxx_amd64.so
; PostgreSQL
;pgsql_amxx_i386.so
;pgsql_amxx.dll
; Microsoft SQL
;mssql_amxx.dll
; SQLite
;sqlite_amxx.dll
;sqlite_amxx_i386.so
;sqlite_amxx_amd64.so

; ---------------------------------------------
; GeoIP - determines the country of ip adresses
; ---------------------------------------------
;geoip_amxx_i386.so
;geoip_amxx.dll
;geoip_amxx_amd64.so

; --------------------------------
; Sockets - network socket support
; --------------------------------
;sockets_amxx_i386.so
;sockets_amxx.dll
;sockets_amxx_amd64.so

; --------------------------
; Regular Expression support
; --------------------------
;regex_amxx_i386.so
;regex_amxx.dll
;regex_amxx_amd64.so

; --------------------
; Binary Vault support
; --------------------
;nvault_amxx_i386.so
;nvault_amxx.dll
;nvault_amxx_amd64.so

; ----------------------------------------------------------
; Counter-Strike - adds functions specific to Counter-Strike
; ----------------------------------------------------------
cstrike_amxx_i386.so
cstrike_amxx.dll
cstrike_amxx_amd64.so

; -----------------------------------------------------
; CSX - adds functionality for CS statistics and events
; -----------------------------------------------------
csx_amxx_i386.so
csx_amxx.dll
csx_amxx_amd64.so
Everything is stock.
gotLan? is offline
Lazarus Long
Senior Member
Join Date: Oct 2004
Old 09-27-2005 , 20:49  
Reply With Quote #6

You're right everything seems OK and it should work.

Just humour me and get a screenshot of the AMX Mod X 1.60 version, also please paste your full startup command line.
__________________
Lazarus Long is offline
gotLan?
Junior Member
Join Date: Sep 2005
Old 09-27-2005 , 21:06  
Reply With Quote #7

Quote:
Originally Posted by Lazarus Long
You're right everything seems OK and it should work.

Just humour me and get a screenshot of the AMX Mod X 1.60 version, also please paste your full startup command line.
You askd and ur get it

C:\servers\deathmatch\hlds.exe -game cstrike -secure -port 27015 +maxplayers 25 +map de_dust2 -console
Attached Thumbnails
Click image for larger version

Name:	crashing2.jpg
Views:	167
Size:	91.6 KB
ID:	4063  
gotLan? is offline
Lazarus Long
Senior Member
Join Date: Oct 2004
Old 09-27-2005 , 21:11  
Reply With Quote #8

Again, just humour me and try starting it like this:
Code:
C:\servers\deathmatch\hlds.exe -game cstrike -secure -port 27015 -console +log on +maxplayers 25 +map de_dust2
__________________
Lazarus Long is offline
gotLan?
Junior Member
Join Date: Sep 2005
Old 09-27-2005 , 21:16  
Reply With Quote #9

Quote:
Originally Posted by Lazarus Long
Again, just humour me and try starting it like this:
Code:
C:\servers\deathmatch\hlds.exe -game cstrike -secure -port 27015 -console +log on +maxplayers 25 +map de_dust2
ok.

dont tell my clients lol.. jk but on my webserver centos 4.1 dual amd blah blah

it works fine......


Quote:
Metamod version 1.18 Copyright (c) 2001-2005 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.


AMX Mod X version 1.60 Copyright (c) 2004-2005 AMX Mod X Development Team
AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
This is free software and you are welcome to redistribute it under
certain conditions; type 'amxx gpl' for details.

scandir failed:/home/woot/dm/./valve/SAVE
scandir failed:/home/woot/dm/./platform/SAVE
L 09/27/2005 - 18:18:24: -------- Mapchange to de_dust2 --------
[AMXX] Loaded 1 admin from file
give me a sec ill try your way.
gotLan? is offline
gotLan?
Junior Member
Join Date: Sep 2005
Old 09-27-2005 , 21:20  
Reply With Quote #10

Ok... still didnt work but it "Loaded" then the console window closed. i cleard the logs so i know whitch log is what.

Quote:
L 09/27/2005 - 18:215: Log file started (file "logs\L0927000.log") (game "cstrike") (version "47/1.1.2.5/3213")
L 09/27/2005 - 18:215: [META] Metamod v1.18 2005/08/24
L 09/27/2005 - 18:215: [META] by Will Day <[email protected]>
L 09/27/2005 - 18:215: [META] http://www.metamod.org/
L 09/27/2005 - 18:215: [META] compiled: Aug 23 2005, 226:41 +0200 (optimized)
L 09/27/2005 - 18:215: [META] Recognized game 'cstrike'; using dllfile 'mp.dll'
L 09/27/2005 - 18:215: [META] Game DLL for 'Counter-Strike' loaded successfully
L 09/27/2005 - 18:215: [META] ini: Begin reading plugins list: c:/servers/deathmatch/cstrike/addons/metamod/plugins.ini
L 09/27/2005 - 18:215: [META] ini: Read plugin config for: <amxmodx_mm.dll>
L 09/27/2005 - 18:215: [META] ini: Finished reading plugins list: c:/servers/deathmatch/cstrike/addons/metamod/plugins.ini; Found 1 plugins to load
L 09/27/2005 - 18:215: [META] dll: Loading plugins...
L 09/27/2005 - 18:215: [FUN] dev: called: GiveFnptrsToDll
L 09/27/2005 - 18:215: [META] dll: Loaded plugin 'Fun': Fun v1.60 Sep 22 2005, AMX Mod X Dev Team
L 09/27/2005 - 18:215: [CSTRIKE] dev: called: GiveFnptrsToDll
L 09/27/2005 - 18:215: [META] dll: Loaded plugin 'CStrike': CStrike v1.60 Sep 22 2005, AMX Mod X Dev Team
L 09/27/2005 - 18:215: [CSX] dev: called: GiveFnptrsToDll
L 09/27/2005 - 18:215: [META] dll: Loaded plugin 'CSX': CSX v1.60 Sep 22 2005, AMX Mod X Dev Team
L 09/27/2005 - 18:215: [META] dll: Loaded plugin 'AMX Mod X': AMX Mod X v1.60 Sep 22 2005, AMX Mod X Dev Team
L 09/27/2005 - 18:215: [META] ERROR: dll: Not loading plugin 'Fun'; already loaded (status=running)
L 09/27/2005 - 18:215: [META] ERROR: dll: Failed to load plugin 'fun_amxx.dll'
L 09/27/2005 - 18:215: [META] ERROR: dll: Not loading plugin 'CStrike'; already loaded (status=running)
L 09/27/2005 - 18:215: [META] ERROR: dll: Failed to load plugin 'cstrike_amxx.dll'
L 09/27/2005 - 18:215: [META] ERROR: dll: Not loading plugin 'CSX'; already loaded (status=running)
L 09/27/2005 - 18:215: [META] ERROR: dll: Failed to load plugin 'csx_amxx.dll'
L 09/27/2005 - 18:215: [META] dll: Finished loading 1 plugins
L 09/27/2005 - 18:215: Log file closed

Quote:
L 09/27/2005 - 18:215: Log file started (file "logs\L0927001.log") (game "cstrike") (version "47/1.1.2.5/3213")
L 09/27/2005 - 18:215: Loading map "de_dust2"
L 09/27/2005 - 18:215: Server cvars start
L 09/27/2005 - 18:215: Server cvar "_tutor_bomb_viewable_check_interval" = "0.5"
L 09/27/2005 - 18:215: Server cvar "_tutor_debug_level" = "0"
L 09/27/2005 - 18:215: Server cvar "_tutor_examine_time" = "0.5"
L 09/27/2005 - 18:215: Server cvar "_tutor_hint_interval_time" = "10.0"
L 09/27/2005 - 18:215: Server cvar "_tutor_look_angle" = "10"
L 09/27/2005 - 18:215: Server cvar "_tutor_look_distance" = "200"
L 09/27/2005 - 18:215: Server cvar "_tutor_message_character_display_time_coeffi cient" = "0.07"
L 09/27/2005 - 18:215: Server cvar "_tutor_message_minimum_display_time" = "1"
L 09/27/2005 - 18:215: Server cvar "_tutor_message_repeats" = "5"
L 09/27/2005 - 18:215: Server cvar "_tutor_view_distance" = "1000"
L 09/27/2005 - 18:215: Server cvar "allow_spectators" = "1.0"
L 09/27/2005 - 18:215: Server cvar "amxmodx_version" = ""
L 09/27/2005 - 18:215: Server cvar "coop" = "0"
L 09/27/2005 - 18:215: Server cvar "deathmatch" = "1"
L 09/27/2005 - 18:215: Server cvar "decalfrequency" = "30"
L 09/27/2005 - 18:215: Server cvar "edgefriction" = "2"
L 09/27/2005 - 18:215: Server cvar "hostage_debug" = "0"
L 09/27/2005 - 18:215: Server cvar "hostage_stop" = "0"
L 09/27/2005 - 18:215: Server cvar "humans_join_team" = "any"
L 09/27/2005 - 18:215: Server cvar "max_queries_sec" = "3.0"
L 09/27/2005 - 18:215: Server cvar "max_queries_sec_global" = "30"
L 09/27/2005 - 18:215: Server cvar "max_queries_window" = "60"
L 09/27/2005 - 18:215: Server cvar "metamod_version" = "1.18"
L 09/27/2005 - 18:215: Server cvar "mp_allowmonsters" = "0"
L 09/27/2005 - 18:215: Server cvar "mp_autokick" = "1"
L 09/27/2005 - 18:215: Server cvar "mp_autoteambalance" = "1"
L 09/27/2005 - 18:215: Server cvar "mp_buytime" = "1.5"
L 09/27/2005 - 18:215: Server cvar "mp_c4timer" = "45"
L 09/27/2005 - 18:215: Server cvar "mp_chattime" = "10"
L 09/27/2005 - 18:215: Server cvar "mp_consistency" = "1"
L 09/27/2005 - 18:215: Server cvar "mp_fadetoblack" = "0"
L 09/27/2005 - 18:215: Server cvar "mp_flashlight" = "0"
L 09/27/2005 - 18:215: Server cvar "mp_footsteps" = "1"
L 09/27/2005 - 18:215: Server cvar "mp_forcecamera" = "0"
L 09/27/2005 - 18:215: Server cvar "mp_forcechasecam" = "0"
L 09/27/2005 - 18:215: Server cvar "mp_fragsleft" = "0"
L 09/27/2005 - 18:215: Server cvar "mp_freezetime" = "6"
L 09/27/2005 - 18:215: Server cvar "mp_friendlyfire" = "0"
L 09/27/2005 - 18:215: Server cvar "mp_ghostfrequency" = "0.1"
L 09/27/2005 - 18:215: Server cvar "mp_hostagepenalty" = "13"
L 09/27/2005 - 18:215: Server cvar "mp_kickpercent" = "0.66"
L 09/27/2005 - 18:215: Server cvar "mp_limitteams" = "2"
L 09/27/2005 - 18:215: Server cvar "mp_logdetail" = "0"
L 09/27/2005 - 18:215: Server cvar "mp_logfile" = "1"
L 09/27/2005 - 18:215: Server cvar "mp_logmessages" = "1"
L 09/27/2005 - 18:215: Server cvar "mp_mapvoteratio" = "0.66"
L 09/27/2005 - 18:215: Server cvar "mp_maxrounds" = "0"
L 09/27/2005 - 18:215: Server cvar "mp_mirrordamage" = "0"
L 09/27/2005 - 18:215: Server cvar "mp_playerid" = "0"
L 09/27/2005 - 18:215: Server cvar "mp_roundtime" = "5"
L 09/27/2005 - 18:215: Server cvar "mp_startmoney" = "800"
L 09/27/2005 - 18:215: Server cvar "mp_timeleft" = "0"
L 09/27/2005 - 18:215: Server cvar "mp_timelimit" = "0"
L 09/27/2005 - 18:215: Server cvar "mp_tkpunish" = "0"
L 09/27/2005 - 18:215: Server cvar "mp_windifference" = "1"
L 09/27/2005 - 18:215: Server cvar "mp_winlimit" = "0"
L 09/27/2005 - 18:215: Server cvar "pausable" = "1"
L 09/27/2005 - 18:215: Server cvar "sv_accelerate" = "10"
L 09/27/2005 - 18:215: Server cvar "sv_aim" = "1"
L 09/27/2005 - 18:215: Server cvar "sv_airaccelerate" = "10"
L 09/27/2005 - 18:215: Server cvar "sv_airmove" = "1"
L 09/27/2005 - 18:215: Server cvar "sv_allowupload" = "1"
L 09/27/2005 - 18:215: Server cvar "sv_bounce" =
Seems they are fighting?

Thank you for your time so far.
gotLan? 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 21:05.


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