Raised This Month: $32 Target: $400
 8% 

Solved HLDS Server crashes when player join the team


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
al3arrab
Junior Member
Join Date: Jan 2019
Old 01-13-2019 , 16:40   HLDS Server crashes when player join the team
Reply With Quote #1

Hello guys,

I really need your help, I have already tried a lot of suggestions from topics here and there with similar problems, but without luck.

Description:
  • Like the title say, hlds server crashes when player join team (not the game, and not if I choose Spectator, only after joining any team)
  • Another important thing to mention, this problem is related only to steam (with non-steam the server work just fine with all plugins enabled)

What happening?
  • Scenario 1 => podbot_mm.dll Disabled => I can join the team, but once any other player join or I reconnect => the server will crash
  • Scenario 2 => podbot_mm.dll Enabled => The server crashes immediately after joining the team

I have enabled all logs, I don't get any errors.
Here is the last part of the log, and believe me there are nothing to mention in the rest of it.



I have tried to disable all 3rd party plugins, the same thing.
addons\amxmodx\configs\plugins.ini
Code:
admin.amxx		; admin base (required for any admin-related)

; 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)
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

; 3rd party plugins

stuck.amxx
amxx_podbotmenu.amxx
colorchat.amxx
BuildDispenser.amxx
gmsentryguns.amxx
show_teammates_money.amxx
TradeMoneyFixed.amxx
amx_bhop.amxx
multijump.amxx
lasermine_023.amxx
CS_Shop.amxx
killer_view.amxx
afk_manager.amxx
portal.amxx
voteban.amxx
unreal.amxx
DamageShower.amxx
infinite_round.amxx
dmtimer.amxx
RemoveDeadBodies.amxx
hs_blood.amxx
GoldenAk.amxx
GoldenM4a1.amxx
csdm_refill.amxx
money_health_bonus.amxx
unlimited_money.amxx
nobombhostages.amxx
weapon_framework.amxx
admin_chat_colors.amxx
Spec_Switch.amxx
noweapdropondeath.amxx
addons\metamod\plugins.ini
Code:
win32 addons/amxmodx/dlls/amxmodx_mm.dll
win32 addons/podbot/podbot_mm.dll
server.cfg
Code:
decalfrequency 60
hpk_maxsize 4
log on
sv_logecho 1
sv_logsdir "logs"
sv_contact "ALعARRAB"
sv_filetransfercompression 1
sv_send_logos 1
sv_lan 0
sv_allowdownload 1
sv_allowupload 1
sv_aim 0
sv_pausable 0
sv_maxspeed 500
sv_gravity 800
sv_alltalk 0
sv_consistency 1
sv_cheats 0
sv_voiceenable 1
sv_voicecodec voice_speex
sv_voicequality 2
sv_minrate 0
sv_maxrate 20000
sv_lan_rate 20000
sv_minupdaterate 30
sv_maxupdaterate 60
sv_timeout 60
sv_maxvelocity 3500
sv_accelerate 5
sv_airaccelerate 10
sv_wateraccelerate 10
sv_friction 4
mp_consistency 1
mp_logmessages 1
mp_falldamage 1
mp_roundtime 0
mp_timelimit 30
mp_autokick 0
mp_autoteambalance 1
mp_limitteams 0
mp_buytime 0.25
mp_c4timer 35
mp_allowspectators 1
mp_flashlight 1
mp_friendlyfire 0
mp_footsteps 1
mp_tkpunish 0
mp_forcechasecam 0
mp_forcecamera 0
mp_freezetime 0
mp_startmoney 800
mp_logdetail 1
mp_fraglimit 0
mp_maxrounds 0
mp_winlimit 0
plugins-csdm.ini
Code:
csdm_main.amxx
csdm_equip.amxx
csdm_spawn_preset.amxx
spawn_editor.amxx
csdm_misc.amxx
csdm_protection.amxx
csdm_tickets.amxx
csdm_itemmode.amxx
liblist.gam
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"
trainmap "tr_1"
edicts	"1800"

gamedll "addons\metamod\dlls\metamod.dll"
If you need any other configuration, just let me know.
Any suggestion is much appreciated, thank you in advance.
Attached Thumbnails
Click image for larger version

Name:	LastLog.png
Views:	327
Size:	5.5 KB
ID:	173258  

Last edited by al3arrab; 01-15-2019 at 17:01.
al3arrab is offline
mattisbogus
Senior Member
Join Date: Jun 2009
Location: North Carolina, USA
Old 01-13-2019 , 18:47   Re: HLDS Server crashes when player join the team
Reply With Quote #2

You have a ton of plugins running.

Try disabling them all, see if server crashes, if not, add one by one and test until all plugins are active or you have found a plugin that's causing the crash.

Also what version of metamod?
mattisbogus is offline
al3arrab
Junior Member
Join Date: Jan 2019
Old 01-13-2019 , 19:09   Re: HLDS Server crashes when player join the team
Reply With Quote #3

Thanx for your reply,

AMX Mod X 1.8.2

I have already tried to disable all plugins, still the same situation.
Also same files uploaded to gameserver hosting, same problem occurs there.

What confusing me here that the server is running flawlessly with non-steam, so where is the difference?
al3arrab is offline
mattisbogus
Senior Member
Join Date: Jun 2009
Location: North Carolina, USA
Old 01-13-2019 , 19:21   Re: HLDS Server crashes when player join the team
Reply With Quote #4

Show results for:

meta list
meta version
mattisbogus is offline
al3arrab
Junior Member
Join Date: Jan 2019
Old 01-13-2019 , 19:31   Re: HLDS Server crashes when player join the team
Reply With Quote #5

Oh sorry, I posted the version of AmxModX instead of Metamod

meta list
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX Mod X RUN - amxmodx_mm.dll v1.8.2 ini Start ANY
[ 2] POD-Bot mm RUN - podbot_mm.dll vV3B22c ini Chlvl ANY
[ 3] Fun RUN - fun_amxx.dll v1.8.2 pl1 ANY ANY
[ 4] CStrike RUN - cstrike_amxx.dll v1.8.2 pl1 ANY ANY
[ 5] CSX RUN - csx_amxx.dll v1.8.2 pl1 ANY ANY
[ 6] FakeMeta RUN - fakemeta_amxx.dl v1.8.2 pl1 ANY ANY
[ 7] Ham Sandwich RUN - hamsandwich_amxx v1.8.2 pl1 ANY ANY
[ 8] Engine RUN - engine_amxx.dll v1.8.2 pl1 ANY ANY
[ 9] Orpheu RUN - orpheu_amxx.dll v2.6.3 pl1 ANY ANY
[10] Cvar Utilities RUN - cvar_util_amxx.d v1.6 pl1 ANY ANY
[11] CSDM2 RUN - csdm_amxx.dll v2.1.2 pl1 ANY ANY
11 plugins, 11 running


meta version
Metamod v1.21-am 2013-03-15 (5:13)
by Will Day <[email protected]>
http://www.metamod.org/
compiled: Mar 15 2013, 15:20:21 (msc optimized)
al3arrab is offline
mattisbogus
Senior Member
Join Date: Jun 2009
Location: North Carolina, USA
Old 01-13-2019 , 20:44   Re: HLDS Server crashes when player join the team
Reply With Quote #6

Is your copy of HLDS from SteamCMD ?
mattisbogus is offline
al3arrab
Junior Member
Join Date: Jan 2019
Old 01-13-2019 , 20:48   Re: HLDS Server crashes when player join the team
Reply With Quote #7

Yes, it is.
al3arrab is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 01-13-2019 , 20:55   Re: HLDS Server crashes when player join the team
Reply With Quote #8

tl;dr

You should at the very least test each stage of installing a server. Install HLDS via SteamCMD and test it (with no modifications). Then, add the default AMX Mod X (which comes with MetaMod) and test that. Continue testing after each component to see what starts the issue.
__________________
fysiks is offline
al3arrab
Junior Member
Join Date: Jan 2019
Old 01-14-2019 , 06:27   Re: HLDS Server crashes when player join the team
Reply With Quote #9

Ok, it will take some time, I'll try and post back the result
al3arrab is offline
al3arrab
Junior Member
Join Date: Jan 2019
Old 01-15-2019 , 16:58   Re: HLDS Server crashes when player join the team
Reply With Quote #10

It's me again, I figured out where was the problem.

Module csdm_amxx.dll caused the server crash, so I tried another version including v2.1.2 which was ok (no server crashes) but some of my plugins didn't work with it, so I tried another versions until I found the one I looking for.

Thank you very much for your support, really appreciate it
al3arrab is offline
Reply


Thread Tools
Display Modes

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 09:36.


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