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

Server is not starting


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Ante
Junior Member
Join Date: Nov 2004
Location: .se
Old 11-15-2004 , 12:26   Server is not starting
Reply With Quote #1

Hi!

Yesterday I shut down my server and when I started it (I haven't done any changes) is says this (debug.log):

Code:
----------------------------------------------
CRASH: mondaay nov 15 17:29:27 CET 2004
Start Line: ./hlds_i686 -game cstrike -maxplayers 10 +map de_aztec +sv_lan 0 -debug -pidfile hlds.1885.pid
Using host libthread_db library "/lib/tls/libthread_db.so.1".
Core was generated by `./hlds_i686 -game cstrike -maxplayers 10 +map de_aztec +sv_lan 0 -debug -pidfil'.
Program terminated with signal 11, Segmentation fault.
#0  0x58c26a23 in RankSystem::findEntryInRank ()
   from cstrike/addons/amxmodx/modules/csx_amxx_i386.so
#0  0x58c26a23 in RankSystem::findEntryInRank ()
   from cstrike/addons/amxmodx/modules/csx_amxx_i386.so
No symbol table info available.
From        To          Syms Read   Shared Object Library
0x550016e0  0x5500193c  Yes         /lib/libNoVersion.so.1
0x00332ca0  0x00333b90  Yes         /lib/libdl.so.2
0x5501c0c0  0x550269b4  Yes         /lib/libpthread.so.0
0x5506e300  0x55085c1c  Yes         /lib/libm.so.6
0x550a2d90  0x55186fbc  Yes         /lib/libc.so.6
0x001fc7a0  0x0020da27  Yes         /lib/ld-linux.so.2
0x55228680  0x5533a0c1  Yes         /home/cs/engine_i686.so
0x5592df70  0x559b469d  Yes         ./libSteamValidateUserIDTickets_i386.so
0x55a8da60  0x55a9bb4d  Yes         /home/cs/filesystem_stdio_i386.so
0x58779b60  0x58781c08  Yes         /lib/libnss_files.so.2
0x587acaa0  0x58826877  Yes         ./cstrike/addons/metamod/dlls/metamod_i386.so
0x589348b0  0x58a5e2ff  Yes         /home/cs/cstrike/dlls/cs_i386.so
0x58b01ce0  0x58b4f6e0  Yes         /home/cs/cstrike/addons/amxmodx/dlls/amxmodx_mm_i386.so
0x58b783c0  0x58b7b830  Yes         cstrike/addons/amxmodx/modules/fun_amxx_i386.so
0x58b827b0  0x58b8f870  Yes         cstrike/addons/amxmodx/modules/engine_amxx_i386.so
0x58b9b540  0x58bbb8e0  Yes         cstrike/addons/amxmodx/modules/fakemeta_amxx_i386.so
0x58bcac00  0x58bdfe00  Yes         cstrike/addons/amxmodx/modules/mysql_amxx_i386.so
0x58bf51c0  0x58c047b0  Yes         cstrike/addons/amxmodx/modules/array_amxx_i386.so
0x58c14820  0x58c195f0  Yes         cstrike/addons/amxmodx/modules/cstrike_amxx_i386.so
0x58c21190  0x58c270e0  Yes         cstrike/addons/amxmodx/modules/csx_amxx_i386.so
0x58c93cf0  0x58c95e20  Yes         /lib/libnss_dns.so.2
0x0048d780  0x00497df0  Yes         /lib/libresolv.so.2
                        No          /home/cs/./cstrike//ModuleS_i386.so
0x58ca9d00  0x58caaf60  Yes         cstrike/addons/amxmodx/modules/sockets_amxx_i386.so
0x58caf010  0x58cb78b0  Yes         cstrike/addons/amxmodx/modules/regex_amxx_i386.so
Stack level 0, frame at 0x0:
 eip = 0x58c26a23 in RankSystem::findEntryInRank(char const *, char const *); 
    saved eip 0x58c26a23
 Arglist at unknown address.
 Locals at unknown address, Previous frame's sp in esp
End of crash report
----------------------------------------------
When I replace liblist.gam with the old one it's no problem at all

My plugins.ini looks like this (Metamod):

Code:
; --------------------------------
; AMX Mod X - AMX Mod X mainmodule
; --------------------------------
win32 addons/amxmodx/dlls/amxmodx_mm.dll
linux addons/amxmodx/dlls/amxmodx_mm_i386.so
And my modules.ini looks like this:

Code:
; 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_amd64.so
fun_amxx_i386.so
;fun_amxx.dll

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

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

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

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

; ------------------------------------
; Array - advanced arrays in scripting
; ------------------------------------
;array_amxx_amd64.so
array_amxx_i386.so
;array_amxx.dll

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

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

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

; -----------------------------------------------------
; CSX - adds functionality for CS statistics and events
; -----------------------------------------------------
;csx_amxx_amd64.so
csx_amxx_i386.so
;csx_amxx.dll
And before it don't "wanted" to start it just crashed every time the bomd exploded.

My plugins.ini looks like this(AMX Mod X):
Code:
; -----------------------------------
; AMX Mod X plugins - Default 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
warcraft3FT.amxx debug	; Warcraft 3: Frozen Throne - God mod
amx_gore_ultimate.amxx	; Monster Blood
amx_piss.amx		; Pissmod

; ATAC - Anti Teamkill Attack Control
amx_atac.amxx
amx_atac_cfg.amxx
I hope all my fileposstings helped

Looking forward for an answer

Ante
Ante is offline
Dizzy
Veteran Member
Join Date: Jun 2004
Location: Massachusetts
Old 11-18-2004 , 22:37  
Reply With Quote #2

Double Check Your Folders In The Following Order

Liblist.gam //check the path
metamod/plugins.ini //check the path
amxmodx/dlls //check for amxmodx_mm.dll
amxmodx/configs/modules.ini //make sure that every single module isn't running (could cause and overflow)
__________________
My Plugins

Purchase Mod - Stable
Type Sounds - Stable
Monster Spawner - Stable
Nade Giver - Maintenance
Dizzy is offline
Send a message via AIM to Dizzy
kingpin
Veteran Member
Join Date: Apr 2004
Location: kpsforum.com
Old 11-18-2004 , 22:39  
Reply With Quote #3

also try commenting out things not needed such as files for os's not needed from metamod's plugins.ini
__________________
kingpin is offline
Send a message via ICQ to kingpin Send a message via AIM to kingpin Send a message via MSN to kingpin Send a message via Yahoo to kingpin Send a message via Skype™ to kingpin
Dizzy
Veteran Member
Join Date: Jun 2004
Location: Massachusetts
Old 11-18-2004 , 22:48  
Reply With Quote #4

Yea, cause too many of anything isn't good I always say if it's not needed, Delete it :p

I can't stand a full recyling bin :p
__________________
My Plugins

Purchase Mod - Stable
Type Sounds - Stable
Monster Spawner - Stable
Nade Giver - Maintenance
Dizzy is offline
Send a message via AIM to Dizzy
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 19:06.


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