Raised This Month: $ Target: $400
 0% 

Server crashing really bad.. Please help


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
xxlap1xx
Member
Join Date: Oct 2011
Old 01-29-2012 , 07:04   Server crashing really bad.. Please help
Reply With Quote #1

Hey guys.. Just recently my server started to crash. I tried reinstalling OS, it's currently running on Win7 64Bit. I even tried to download a fresh copy of the server too, but no luck. The server is completely unresponsive to windows, until you force to end task manually, so it couldn't be restarted by any third party programs...

I'm not sure if theres anyone exploiting the server, as I couldn't find anything on the log, or I'm suppose to check somewhere else..

PHP Code:
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 (speechsettings)
plmenu.amxx        players menu (kickbanclient cmds.)
telemenu.amxx        teleport menu (Fun Module required!)
mapsmenu.amxx        maps menu (votechangelevel)
;
pluginmenu.amxx        Menus for commands/cvars organized by plugin

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

Enable to use AMX Mod plugins
;amxmod_compat.amxx    AMX Mod backwards compatibility layer


Custom Add 3rd party plugins here

amx_super
.amxx
amx_super_menu
.amxx
restmenu
.amxx
stats_logging
.amxx
statsx
.amxx
admin_esp_box
.amxx 
PHP Code:
;;;
To enable a moduleremove 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 nameswithout 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
hamsandwich 
xxlap1xx is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 01-29-2012 , 12:52   Re: Server crashing really bad.. Please help
Reply With Quote #2

Provide the output of the following commands:
rcon meta list
rcon amxx plugins
rcon meta version
rcon version
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
xxlap1xx
Member
Join Date: Oct 2011
Old 01-29-2012 , 13:19   Re: Server crashing really bad.. Please help
Reply With Quote #3

rcon meta list
PHP Code:
Currently loaded plugins:
      
description      stat pend  file              vers      src  load  unlod
 
1AMX Mod X        RUN   -    amxmodx_mm.dll    v1.8.1.3  ini  Start ANY  
 
2Fun              RUN   -    fun_amxx.dll      v1.8.1.3  pl1  ANY   ANY  
 
3FakeMeta         RUN   -    fakemeta_amxx.dl  v1.8.1.3  pl1  ANY   ANY  
 
4CStrike          RUN   -    cstrike_amxx.dll  v1.8.1.3  pl1  ANY   ANY  
 
5CSX              RUN   -    csx_amxx.dll      v1.8.1.3  pl1  ANY   ANY  
 
6Ham Sandwich     RUN   -    hamsandwich_amxx  v1.8.1.3  pl1  ANY   ANY  
6 plugins

rcon amxx plugins
PHP Code:
Currently loaded plugins:
       
name                    version     author            file             status   
 
[  1Admin Base              1.8.1.3746  AMXX Dev Team     admin.amxx       running  
 
[  2Admin Commands          1.8.1.3746  AMXX Dev Team     admincmd.amxx    running  
 
[  3Admin Help              1.8.1.3746  AMXX Dev Team     adminhelp.amxx   running  
 
[  4Slots Reservation       1.8.1.3746  AMXX Dev Team     adminslots.amxx  running  
 
[  5Multi-Lingual System    1.8.1.3746  AMXX Dev Team     multilingual.am  running  
 
[  6Menus Front-End         1.8.1.3746  AMXX Dev Team     menufront.amxx   running  
 
[  7Commands Menu           1.8.1.3746  AMXX Dev Team     cmdmenu.amxx     running  
 
[  8Players Menu            1.8.1.3746  AMXX Dev Team     plmenu.amxx      running  
 
[  9Teleport Menu           1.8.1.3746  AMXX Dev Team     telemenu.amxx    running  
 
10Maps Menu               1.8.1.3746  AMXX Dev Team     mapsmenu.amxx    running  
 
11Admin Chat              1.8.1.3746  AMXX Dev Team     adminchat.amxx   running  
 
12Anti Flood              1.8.1.3746  AMXX Dev Team     antiflood.amxx   running  
 
13Scrolling Message       1.8.1.3746  AMXX Dev Team     scrollmsg.amxx   running  
 
14InfoMessages          1.8.1.3746  AMXX Dev Team     imessage.amxx    running  


 
15Admin Votes             1.8.1.3746  AMXX Dev Team     adminvote.amxx   running  
 
16NextMap                 1.8.1.3746  AMXX Dev Team     nextmap.amxx     running  
 
17TimeLeft                1.8.1.3746  AMXX Dev Team     timeleft.amxx    running  
 
18Pause Plugins           1.8.1.3746  AMXX Dev Team     pausecfg.amxx    running  
 
19Stats Configuration     1.8.1.3746  AMXX Dev Team     statscfg.amxx    running  
 
20AMX Super               4.2         Bmann_420         amx_super.amxx   running  
 
21AMX_Super Menu          0.8.1       Yami Kaitou       amx_super_menu.  running  
 
22Restrict Weapons        1.8.1.3746  AMXX Dev Team     restmenu.amxx    running  
 
23CS Stats Logging        1.8.1.3746  AMXX Dev Team     stats_logging.a  running  
 
24StatsX                  1.8.1.3746  AMXX Dev Team     statsx.amxx      running  
 
25Admin ESP               1.5b_m      KoST              admin_esp_box.a  running  
25 plugin 
rcon meta version
PHP Code:
Metamod v1.19  2006-04-17 (5:13)
by Will Day <willday@metamod.org>
   
http://www.metamod.org/
compiledApr 17 200619:11:42 +0200 (optimized
rcon version
PHP Code:
Protocol version 48
Exe version 1.0.0.3 
(czero)
Exe build23:41:56 Aug 15 2011 (
I even tried hosting the server on a different machine, it still crashes

Last edited by xxlap1xx; 01-29-2012 at 13:29.
xxlap1xx is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 01-29-2012 , 13:36   Re: Server crashing really bad.. Please help
Reply With Quote #4

Try starting the server without Metamod.
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
xxlap1xx
Member
Join Date: Oct 2011
Old 01-29-2012 , 13:56   Re: Server crashing really bad.. Please help
Reply With Quote #5

Quote:
Originally Posted by wickedd View Post
Try starting the server without Metamod.
How do I do that? Also, what does metamod do lol... the only added plugins I have other than the stock ones are; admin esp, and stats... will those be disabled if I turn off metamod?
xxlap1xx is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 01-29-2012 , 14:13   Re: Server crashing really bad.. Please help
Reply With Quote #6

Look in the czero folder for a file name "liblist" make a backup, then replace with the one I attached. Restart your server and see if the problem still exist.

Edit: Removed zip file. Use the one Mordekay attached.
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.

Last edited by wickedd; 01-29-2012 at 14:23.
wickedd is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 01-29-2012 , 14:17   Re: Server crashing really bad.. Please help
Reply With Quote #7

Code:
Exe version 1.0.0.3 (czero)
I woulnd't recomment running the liblist.gam of a cstrike server on a condition zero server ;)
Use my one instead, and for sure, it has to be placed in the czero folder
Attached Files
File Type: zip liblist.zip (346 Bytes, 152 views)
__________________


Last edited by Mordekay; 01-29-2012 at 14:18.
Mordekay is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 01-29-2012 , 14:19   Re: Server crashing really bad.. Please help
Reply With Quote #8

You're right, I over looked that. Thanks for the catch.
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
xxlap1xx
Member
Join Date: Oct 2011
Old 01-29-2012 , 14:46   Re: Server crashing really bad.. Please help
Reply With Quote #9

Quote:
Originally Posted by Mordekay View Post
Code:
Exe version 1.0.0.3 (czero)
I woulnd't recomment running the liblist.gam of a cstrike server on a condition zero server ;)
Use my one instead, and for sure, it has to be placed in the czero folder
Thanks.. How do I install amxmodx for czero instead of cstrike? What I did is I'd use the "AMX Mod Installer 1.8.1 Setup Wizard" and installed everything into my czero directory.. Am I doing something wrong there?

What does "Exe version 1.0.0.3 (czero)" means, isn't this for czero? Since it says "czero" in the back...

Also, what does liblist.gam do?

Sorry, I'm still really new at hosting servers.
xxlap1xx is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 01-29-2012 , 14:51   Re: Server crashing really bad.. Please help
Reply With Quote #10

czero/addons/amxmodx should be your install-folder at the end
exe version is simply the version of your czero installation. Within the liblist.gam you can set other game.dll files that your server should use, you need that to install metamod for example.
__________________

Mordekay 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 00:29.


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