View Single Post
Primeas
Junior Member
Join Date: Aug 2019
Old 06-16-2021 , 03:03   Re: L4D2 Update 2.2.1.3 (2021-06-15)
Reply With Quote #52

Quote:
Originally Posted by larrybrains View Post
My servers won't even run after this update. I get an error:

PHP Code:
Tickrate_EnablerFound ServerGameDLL at ServerGameDLL005
Tickrate_Enabler
Found VEngineServer at VEngineServer022
!!!!!
Patch FailureCouldn't find CVomit::UpdateAbility() in server memory.
!!!!!
!!!!!
Patch Failure: Couldn'
t find CVomit::UpdateAbility() in server memory.
!!!!!

!!!!!
Patch FailureCouldn't find CVomit::UpdateAbility() in server memory.
!!!!!

Segmentation fault
Add "-debug" to the /home/l4d2/l4d2ds2/srcds_run command line to generate a debug.log to help with solving this problem
Tue Jun 15 13:23:41 CDT 2021: Server restart in 10 seconds 
I also had this crash, the tick rate enabler is no longer needed - it is enough in the start command "-tickrate 100" and the network settings for Tickrate 100 in server.cfg

Code:
// Config: Networking Tick 100
// ===========================================================================================================
//

sm_cvar sv_minrate "100000"
sm_cvar sv_maxrate "100000"
sm_cvar sv_minupdaterate "100"
sm_cvar sv_maxupdaterate "100"
sm_cvar sv_mincmdrate "100"
sm_cvar sv_maxcmdrate "100"
sm_cvar sv_client_min_interp_ratio "-1"
sm_cvar sv_client_max_interp_ratio "0"
sm_cvar nb_update_frequency "0.014"
sm_cvar net_splitpacket_maxrate "50000"
sm_cvar fps_max "0"


# Tested Plugins

Metamod 1.11.0 (1144) - working
Sourcemod 1.10.0 (6503) - working
SteamWorks (1.2.3) - working
Stripper (1.2.2) - working
Accelerator - Crash Reporting (2.5.0-cd575aa) - working
Tickrate Enabler - working (Updated: https://github.com/SirPlease/L4D2-Co.../master/addons)
L4DToolZ (1.0.0.9h) - working (Updated: https://forums.alliedmods.net/showpo...postcount=1489)
Left 4 DHooks Direct (1.35) - working (Updated: https://forums.alliedmods.net/showthread.php?p=2684862)
__________________
- If you have any Questions, write to me in Steam: Click here



Last edited by Primeas; 06-18-2021 at 03:16.
Primeas is offline