PDA

View Full Version : Server crashes when map change.


kib0rg
04-30-2009, 04:47
Hello,

I have a problem with hlds-server (linux), when I tried to do changemap using changelevel/amx_map/votemap, he crashes, but when I try to change map again (same map) no crashing occurs...
Plugins not guilty, on another server (win32) hlds works fine.


server version:
Protocol version 48
Exe version 1.1.2.6/Stdio (cstrike)
Exe build: 11:19:19 Sep 23 2008 (4352)

metamod version:
Metamod v1.19p32 2007/08/12 (5:13)
by Will Day
http://www.metamod.org/
Patch: Metamod-P (mm-p) v32
by Jussi Kivilinna
http://metamod-p.sourceforge.net/
compiled: Aug 12 2007, 18:57:40 EET (optimized)


metamod dlls:
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX Mod X RUN - amxmodx_mm_i386. v1.8.1.3 ini Start ANY
[ 2] AXN RUN - axn_mm_i386.so v1.05 ini Chlvl Chlvl
[ 3] Fun RUN - fun_amxx_i386.so v1.8.1.3 pl1 ANY ANY
[ 4] Engine RUN - engine_amxx_i386 v1.8.1.3 pl1 ANY ANY
[ 5] FakeMeta RUN - fakemeta_amxx_i3 v1.8.1.3 pl1 ANY ANY
[ 6] MySQL RUN - mysql_amxx_i386. v1.8.1.3 pl1 ANY ANY
[ 7] CStrike RUN - cstrike_amxx_i38 v1.8.1.3 pl1 ANY ANY
[ 8] CSX RUN - csx_amxx_i386.so v1.8.1.3 pl1 ANY ANY
[ 9] Ham Sandwich RUN - hamsandwich_amxx v1.8.1.3 pl1 ANY ANY
9 plugins, 9 running


log:

L 04/29/2009 - 16:17:07: [META] ini: Begin re-reading plugins list: /cstrike/addons/metamod/plugins.ini
L 04/29/2009 - 16:17:07: [META] ini: Read plugin config for: AMX Mod X
L 04/29/2009 - 16:17:07: [META] ini: Read plugin config for: AXN
L 04/29/2009 - 16:17:07: [META] ini: Finished reading plugins list: /cstrike/addons/metamod/plugins.ini; Found 2 plugins
L 04/29/2009 - 16:17:07: [META] dll: Updating plugins...
L 04/29/2009 - 16:17:07: [META] dll: Finished updating 9 plugins; kept 2, loaded 0, unloaded 0, reloaded 0, delayed 0


server.cfg:

allow_spectators 1
decalfrequency 25
developer 1
edgefriction 2
fps_max 750
hostname "xxx"
mp_autokick 0
mp_autoteambalance 0
mp_chattime 5
mp_buytime 0.25
mp_flashlight 1
mp_footsteps 1
mp_forcecamera 2
mp_forcechasecam 1
mp_freezetime 0
mp_friendlyfire 0
mp_hostagepenalty 0
mp_limitteams 0
mp_mapvoteratio 0.85
mp_roundtime 1
mp_startmoney 1337
mp_timelimit 45
mp_tkpunish 0
sv_airaccelerate 10
sv_allowupload 1
sv_alltalk 1
sv_enableoldqueries 1
sv_gravity 800
sv_maxspeed 320
sv_maxvelocity 2000
sv_region 255
sv_lan 0
pausable 0
sv_rcon_banpenalty 0
sv_rcon_minfailures 4
sv_rcon_minfailuretime 30
sv_spectatormaxspeed 900
sv_stepsize 18
sv_unlag 1
sv_visiblemaxplayers 26
sv_voice_enabled 1
sys_ticrate 600
mapchangecfgfile "server.cfg"

log on
mp_logdetail 3
mp_logmessages 1
mp_logecho 1
mp_logfile 1


I tried to reinstall metamod/amxx, nothing helps.

thanks for any help :-).

YamiKaitou
04-30-2009, 08:25
Update your HLDS version

vivalavida
04-30-2009, 10:20
./hldsupdatetool.exe -command update -game cstrike -dir .

P4rD0nM3
04-30-2009, 11:50
./hldsupdatetool.exe -command update -game cstrike -dir .

Lol, this is wrong.

For GNU/Linux it is...

./steam -command update -game "cstrike" -dir .

The . means this directory right now.

vivalavida
04-30-2009, 14:56
my bad.. :)

8088
04-30-2009, 20:24
Update your HLDS version
It's already up to date. Version 4352 is currnetly the latest for 32 bit Linux. The build date of the executable is irrelevant.

fysiks
04-30-2009, 21:00
It's already up to date. Version 4352 is currnetly the latest for 32 bit Linux. The build date of the executable is irrelevant.

The latest update is dated in April 2009.

YamiKaitou
04-30-2009, 22:38
It's already up to date. Version 4352 is currnetly the latest for 32 bit Linux. The build date of the executable is irrelevant.

I'm sure 4383 is the latest for Linux.

The latest update is dated in April 2009.
The Linux binaries weren't updated, I found that out recently. I believe most of the latest update was client based

fysiks
04-30-2009, 22:45
I read this http://store.steampowered.com/news/2426/ and it says "Server Changes" so I guess that's what I was going off of.

8088
04-30-2009, 23:06
I'm sure 4383 is the latest for Linux.
Have a look at the hlds_linux mailing list (http://www.mail-archive.com/[email protected]/msg52179.html).

YamiKaitou
04-30-2009, 23:21
Have a look at the hlds_linux mailing list (http://www.mail-archive.com/[email protected]/msg52179.html).

The way I read that was that 4353 is the latest for hlds_amd and 4383 is the latest for i686. But thanks for the information

TwinRraZzorR
05-17-2009, 11:18
[quote=kib0rg;817609]Hello,

I have a problem with hlds-server (linux), when I tried to do changemap using changelevel/amx_map/votemap, he crashes, but when I try to change map again (same map) no crashing occurs...
Plugins not guilty, on another server (win32) hlds works fine.

[quote]

configure the game to use the default mapcycle.txt by disabling
;mapchooser.amxx ; allows to vote for next map
in plugins.ini
instead of using map.ini in :
$moddir/addons/amxmodx/configs/maps.ini << then you can delete this file .

TwinRraZzorR
05-17-2009, 11:20
Hello,

I have a problem with hlds-server (linux), when I tried to do changemap using changelevel/amx_map/votemap, he crashes, but when I try to change map again (same map) no crashing occurs...
Plugins not guilty, on another server (win32) hlds works fine.



configure the game to use the default mapcycle.txt by disabling
;mapchooser.amxx ; allows to vote for next map
in plugins.ini
instead of using map.ini in :
$moddir/addons/amxmodx/configs/maps.ini << then you can delete this file