server crash on plugin loading

Read log files for errors! If this fails, come here for help

Moderator: Forum Moderator

Locked
Ciuciu
Peon
Posts: 1
Joined: Wed Apr 02, 2008 2:16 pm

server crash on plugin loading

Post by Ciuciu » Wed Apr 02, 2008 2:54 pm

I've dedicated linux server (unfortunalty i can't access console there) in counter-strike no-steam. Every time I turn w3ft plugin (uncomment in plugins.ini) server automaticly crashes after map change (on plugin load).

command line is kinda unhelpfull:

Code: Select all

L 04/02/2008 - 22:38:40: [AMXX] Displaying debug trace (plugin "war3ft.amxx")
L 04/02/2008 - 22:38:40: [AMXX] Run time error 10: native error (native "log_amx")
L 04/02/2008 - 22:38:40: [AMXX] [0] cstrike.inl::_CS_MinModelsLoop (line 265)
./hlds_run: line 342: 21621 Segmentation fault $HL_CMD
Add "-debug" to the ./hlds_run command line to generate a debug.log to help with solving this problem
Wed Apr 2 22:38:43 CEST 2008: Server restart in 10 seconds
under those line there is a script:

Code: Select all

        if test -n "$RESTART" ; then
                echo "Auto-restarting the server on crash"

                #loop forever
                while true
                do
                        # Update if needed
                        update

                        # Run the server
                        $HL_CMD
                        retval=$?
                        if test $retval -eq 0 && test -z "$AUTO_UPDATE"; then
                                break; # if 0 is returned then just quit
                        fi

                        debugcore $retval

                        echo "`date`: Server restart in $TIMEOUT seconds"

                        # don't thrash the hard disk if the server dies, wait a little
                        sleep $TIMEOUT
                done # while true
        else
                # Update if needed
                update

                # Run the server
                if test -z "$DEBUG"; then
                        # debug not requested we can exec
                        exec $HL_CMD
                else
                        # debug requested we can't exec
                        $HL_CMD
                        debugcore $?
                fi
        fi
on amx_debug we have:

Code: Select all

L 04/02/2008 - 22:46:19: [AMXX] Displaying debug trace (plugin "war3ft.amxx")
L 04/02/2008 - 22:46:19: [AMXX] Run time error 10: native error (native "log_amx")
L 04/02/2008 - 22:46:19: [AMXX]    [0] cstrike.inl::_CS_MinModelsLoop (line 265)

--- Please enter the following information for support ---
War3ft Version: 3.0RC10
Amxmodx Version: AMX Mod X version 1.76d
Metamod Version: Metamod version 1.19p32
amxx list:

Code: Select all

> amx_plugins
Aktualnie zaladowane pluginy:
nazwa wersja autor plik status
Admin Base 1.76d AMXX Dev Team admin.amxx running
Admin Commands 1.76d AMXX Dev Team admincmd.amxx running
Admin Help 1.76d AMXX Dev Team adminhelp.amxx running
Slots Reservation 1.76d AMXX Dev Team adminslots.amxx running
Menus Front-End 1.76d AMXX Dev Team menufront.amxx running
Commands Menu 1.76d AMXX Dev Team cmdmenu.amxx running
Players Menu 1.76d AMXX Dev Team plmenu.amxx running
Maps Menu 1.76d AMXX Dev Team mapsmenu.amxx running
Admin Chat 1.76d AMXX Dev Team adminchat.amxx running
Anti Flood 1.76d AMXX Dev Team antiflood.amxx running
Admin Votes 1.76d AMXX Dev Team adminvote.amxx running
NextMap 1.76d AMXX Dev Team nextmap.amxx running
TimeLeft 1.76d AMXX Dev Team timeleft.amxx running
Pause Plugins 1.76d AMXX Dev Team pausecfg.amxx running
Stats Configurati 1.76d AMXX Dev Team statscfg.amxx running
Loading Sound 1.0 Amxx User loadingsound.am running
Admin Gag 1.8.3 EKS admin_gag.amxx running
amxx modules:

Code: Select all

> amx_modules
Aktualnie zaladowane moduly:
nazwa wersja autor
Fun 1.76 AMX Mod X Dev Team
Engine 1.76 AMX Mod X Dev Team
FakeMeta 1.76d AMX Mod X Dev Team
nVault 1.76c AMX Mod X Dev Team
CStrike 1.76 AMX Mod X Dev Team
CSX 1.76c AMX Mod X Dev Team
6 modolow
meta list:

Code: Select all

> meta list
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] STATSME RUN - statsme_mm_i386. v2.8.3 ini Chlvl Chlvl
[ 2] AMX Mod X RUN - amxmodx_mm_i386. v1.76d ini ANY ANY
[ 3] HLGuard RUN - hlguard_mm_i686. v1.8 ini Chlvl Chlvl
[ 4] sxei RUN - sxei_mm_i386.so v5.2.5.3 ini ANY ANY
[ 5] Fun RUN - fun_amxx_i386.so v1.76 pl2 ANY ANY
[ 6] Engine RUN - engine_amxx_i386 v1.76 pl2 ANY ANY
[ 7] FakeMeta RUN - fakemeta_amxx_i3 v1.76d pl2 ANY ANY
[ 8] CStrike RUN - cstrike_amxx_i38 v1.76 pl2 ANY ANY
[ 9] CSX RUN - csx_amxx_i386.so v1.76c pl2 ANY ANY
9 plugins, 9 running

User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou » Wed Apr 02, 2008 3:40 pm

No Steam = No Support
Image

No support via PM or Email

Locked