AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   HL1 Servers (HLDS) (https://forums.alliedmods.net/forumdisplay.php?f=131)
-   -   VPS Server-Crash after start (https://forums.alliedmods.net/showthread.php?t=331580)

MegaDiesel 03-27-2021 08:55

VPS Server-Crash after start
 
Hi Guys, my server is crashing all the time.
when im trying to restart it i get the following logs

This log is from the first start (after installing it)


The server starts crashing when I try to log in to it.




OS: CentOS 8
Memory RAM (with Cache): 1.7GB / 32GB ( 5.3%)
Memory RAM (NO Cache): 0.75GB / 32GB ( 2.3%)
Swap Memory: 0GB / 8GB ( 0% )
CPU Model: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz
CPU Details: 24 Core (1501 MHz)
Distro Name: CentOS Linux release 8.3.2011
Kernel Version: 4.18.0-240.15.1.el8_3.x86_64
Platform: x86_64
AMXX 1.8.2, MetaMod 1.20

HTML Code:

[root@dsrv189 27015]# ./hlds_run -console -game cstrike +ip 91.xxx.xxx.xxx +port 27015 +de_dust2 +maxplayers 21 sv_lan 0 -pingboost 1

Auto-restarting the server on crash

Console initialized.
Using breakpad crash handler
Setting breakpad minidump AppID = 10
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Protocol version 48
Exe version 1.1.2.7/Stdio (cstrike)
Exe build: 19:52:19 Aug  3 2020 (8684)
STEAM Auth Server
"maxplayers" is "6"
Server IP address 91.196.127.53:27015

  Metamod version 1.20  Copyright (c) 2001-2013 Will Day <[email protected]>
  Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
  This is free software, and you are welcome to redistribute it
  under certain conditions; type `meta gpl' for details.


  AMX Mod X version 1.8.2 Copyright (c) 2004-2006 AMX Mod X Development Team
  AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
  This is free software and you are welcome to redistribute it under
  certain conditions; type 'amxx gpl' for details.

couldn't exec listip.cfg
couldn't exec banned.cfg
./hlds_run: line 255:  2520 Segmentation fault      (core dumped) $HL_CMD


server.cfg
Code:

// Use this file to configure your DEDICATED server.
// This config file is executed on server start.

// disable autoaim
sv_aim 0

// disable clients' ability to pause the server
pausable 0

// default server name. Change to "Bob's Server", etc.
hostname "d1zelch0 CS 1.6 Server [ANTI COVID-19]"

// maximum client movement speed
sv_maxspeed 320

// 20 minute timelimit
mp_timelimit 20

//sv_cheats 0
sv_region 3
sv_lan 0

// load ban files
exec listip.cfg
exec banned.cfg

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"
gamedll "addons/metamod/dlls/metamod.dll"
gamedll_linux "addons/metamod/dlls/metamod_i386.so"
gamedll_osx "dlls/cs.dylib"
trainmap "tr_1"
edicts  "1800"


meta version
Quote:

Metamod v1.20 2013-02-16 (5:13)
by Will Day <[email protected]>
http://www.metamod.org/
compiled: Feb 16 2013, 17:11:35 +0100 (optimized)

amxx version
Quote:

AMX Mod X 1.8.2 (http://www.amxmodx.org)
Authors:
David "BAILOPAN" Anderson, Pavol "PM OnoTo" Marko
Felix "SniperBeamer" Geyer, Jonny "Got His Gun" Bergstrom
Lukasz "SidLuke" Wlasinski, Christian "Basic-Master" Hammacher
Borja "faluco" Ferrer, Scott "DS" Ehlert
Compiled: Feb 14 2013, 00:55:09
Build ID: 1.8.2 61:2ae84f7c0a97
Core mode: JIT+ASM32

meta list
Quote:

Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX Mod X RUN - amxmodx_mm_i386. v1.8.2 ini Start ANY
[ 2] Fun RUN - fun_amxx_i386.so v1.8.2 pl1 ANY ANY
[ 3] CStrike RUN - cstrike_amxx_i38 v1.8.2 pl1 ANY ANY
[ 4] CSX RUN - csx_amxx_i386.so v1.8.2 pl1 ANY ANY
4 plugins, 4 running


amxx plugins
Quote:

Currently loaded plugins:
name version author file status
0 plugins, 0 running

....but I can changemap:

map de_aztec
Quote:

map de_aztec
L 03/27/2021 - 09:18:45: -------- Mapchange to de_aztec --------
[AMXX] Loaded 1 admin from file
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
CAppInfoCacheReadFromDiskThread took 3 milliseconds to initialize
CApplicationManagerPopulateThread took 0 milliseconds to initialize (will have waited on CAppInfoCacheReadFromDiskThread)
RecordSteamInterfaceCreation (PID 7569): SteamGameServer011 / GameServer
RecordSteamInterfaceCreation (PID 7569): SteamUtils005 / Utils
RecordSteamInterfaceCreation (PID 7569): STEAMAPPS_INTERFACE_VERSION005 / Apps
RecordSteamInterfaceCreation (PID 7569): STEAMHTTP_INTERFACE_VERSION002 / HTTP
RecordSteamInterfaceCreation (PID 7569): SteamNetworking005 / Networking
RecordSteamInterfaceCreation (PID 7569): SteamGameServerStats001 / GameServerStats
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit

Executing AMX Mod X Configuration File
Scrolling message displaying frequency: 10:00 minutes
Menu item 17 added to Menus Front-End: "Plugin Cvars" from plugin "pluginmenu.amxx"
Menu item 18 added to Menus Front-End: "Plugin Commands" from plugin "pluginmenu.amxx"
Connection to Steam servers successful.
VAC secure mode is activated.
Warning: failed to init SDL thread priority manager: SDL not found

....but I can change mapping and I connect to server:
Code:

Commencing connection retry to 91.xxx.xxx.xxx:27015...
Connecting to 91.xxx.xxx.xxx:27015...
Trying p48/auth3/revEmu...
REJECTED : STEAM validation rejected
Connecting to 91.xxx.xxx.xxx:27015...
Trying p47/auth3/SteamEmu...
REJECTED : This server is using a newer protocol ( 48 ) than your client ( 47 ) . You should check for updates to your c




EDIT:
meta list
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX Mod X RUN - amxmodx_mm_i386. v1.8.2 ini Start ANY
[ 2] dproto_EF fail load dproto_i386.so v0.9.582 ini Start Never
[ 3] Fun RUN - fun_amxx_i386.so v1.8.2 pl1 ANY ANY
[ 4] CStrike RUN - cstrike_amxx_i38 v1.8.2 pl1 ANY ANY
[ 5] CSX RUN - csx_amxx_i386.so v1.8.2 pl1 ANY ANY
5 plugins, 4 running



Version 0.9.582 Linux
[DPROTO]: Parsing error: validation checking code analyzing error (2)
[DPROTO]: Parse_ConnectClient() failed
[DPROTO]: Sorry, this version of engine is not supported

fysiks 03-27-2021 15:36

Re: VPS Server-Crash after start
 
Any server that uses dproto or any other program that allows non-Steam users to connect is not supported here. Remove dproto or any other program that allows non-Steam users to connect to fix your issue.

MegaDiesel 03-28-2021 10:58

Re: VPS Server-Crash after start
 
I removed dproto but users can't log in yet?

and I see this error:
Warning: failed to init SDL thread priority manager: SDL not found


With remove dproto.

] retry
Commencing connection retry to xxx.xxx.xxx:27015
Connecting to xxx.xxx.xxx:27015...
Trying p48/auth3/revEmu...
REJECTED : STEAM validation rejected
Connecting to xxx.xxx.xxx:27015...
Trying p47/auth3/SteamEmu...
REJECTED : This server is using a newer protocol ( 48 ) than your client ( 47 ) . You should check for updates to your client.
Connecting to xxx.xxx.xxx:27015...
Trying p47/auth4/NoSteam...
REJECTED : This server is using a newer protocol ( 48 ) than your client ( 47 ) . You should check for updates to your client.
Connecting to xxx.xxx.xxx:27015...
Trying p47/auth2/NoSteam...
REJECTED : This server is using a newer protocol ( 48 ) than your client ( 47 ) . You should check for updates to your client.
Connecting to xxx.xxx.xxx:27015...
Trying p47/auth3/revEmu...
This servers accepts only legit clients. Go and buy it right now at http://store.steampo

nG_getwreck 03-28-2021 12:24

Re: VPS Server-Crash after start
 
Quote:

Originally Posted by MegaDiesel (Post 2742128)
I removed dproto but users can't log in yet?

and I see this error:
Warning: failed to init SDL thread priority manager: SDL not found


With remove dproto.

] retry
Commencing connection retry to xxx.xxx.xxx:27015
Connecting to xxx.xxx.xxx:27015...
Trying p48/auth3/revEmu...
REJECTED : STEAM validation rejected
Connecting to xxx.xxx.xxx:27015...
Trying p47/auth3/SteamEmu...
REJECTED : This server is using a newer protocol ( 48 ) than your client ( 47 ) . You should check for updates to your client.
Connecting to xxx.xxx.xxx:27015...
Trying p47/auth4/NoSteam...
REJECTED : This server is using a newer protocol ( 48 ) than your client ( 47 ) . You should check for updates to your client.
Connecting to xxx.xxx.xxx:27015...
Trying p47/auth2/NoSteam...
REJECTED : This server is using a newer protocol ( 48 ) than your client ( 47 ) . You should check for updates to your client.
Connecting to xxx.xxx.xxx:27015...
Trying p47/auth3/revEmu...
This servers accepts only legit clients. Go and buy it right now at http://store.steampo

Ask your players to buy the game from steam, nosteam shits isn't supported here. Go and ask in different forum for help.

DJEarthQuake 03-29-2021 01:21

Re: VPS Server-Crash after start
 
Quote:

Originally Posted by MegaDiesel (Post 2742019)
Hi Guys, my server is crashing all the time.

[root@dsrv189 27015]# ./hlds_run -console -game cstrike +ip 91.196.127.53 +port 27015 +de_dust2 +maxplayers 21 sv_lan 0 -pingboost 1

Version 0.9.582 Linux
[DPROTO]: Parsing error: validation checking code analyzing error (2)
[DPROTO]: Parse_ConnectClient() failed
[DPROTO]: Sorry, this version of engine is not supported

  • While you are on the phase of cleaning up, running this as ROOT is not advisable.
  • +ip 0.0.0.0 will due. There's no need to show us your IP. Yes it really loads the game too.
  • DPROTO. This IS a $5 game when on sale. CS:GO is free to play at the moment. The amount of time wasted trying to get hlds loaded illegally. Time is money. Could have bought all your pirate friends a clean copy of the game.

nG_getwreck 03-29-2021 01:32

Re: VPS Server-Crash after start
 
Quote:

Originally Posted by DJEarthQuake (Post 2742184)
  • Could have bought all your pirate friends a clean copy of the game.

What if he has 140 random players per day in different servers and 97% of them are no-steamers? That's kinda waste of money lol.

MegaDiesel 03-29-2021 03:19

Re: VPS Server-Crash after start
 
Quote:

Originally Posted by DJEarthQuake (Post 2742184)
  • While you are on the phase of cleaning up, running this as ROOT is not advisable.
  • +ip 0.0.0.0 will due. There's no need to show us your IP. Yes it really loads the game too.
  • DPROTO. This IS a $5 game when on sale. CS:GO is free to play at the moment. The amount of time wasted trying to get hlds loaded illegally. Time is money. Could have bought all your pirate friends a clean copy of the game.

Thanks.

fysiks 03-29-2021 22:25

Re: VPS Server-Crash after start
 
Quote:

Originally Posted by nG_getwreck (Post 2742185)
What if he has 140 random players per day in different servers and 97% of them are no-steamers? That's kinda waste of money lol.

They can pay for themselves. Simple.

simanovich 04-28-2021 13:12

Re: VPS Server-Crash after start
 
Quote:

Originally Posted by nG_getwreck (Post 2742185)
What if he has 140 random players per day in different servers and 97% of them are no-steamers? That's kinda waste of money lol.

On sales, CS 1.6 price is down to just 1$, a price of a small app in play store/app store

nG_getwreck 04-28-2021 13:45

Re: VPS Server-Crash after start
 
Quote:

Originally Posted by simanovich (Post 2745309)
On sales, CS 1.6 price is down to just 1$, a price of a small app in play store/app store

Actually there's difference in performance between steam version and the non-steam one but i'm not going to discuss it here. Also prices depends per country.

Let's talk about pakistan, indian cs 1.6 players
Majority them are running non-steam ones, as I see, their PC lags in steam while non-steam doesn't for some sort of reason.

Also they are afraid of VACation, alot of them were hacking in Automix/PUG servers.

Quote:

Originally Posted by From a convo in discord group
Guy1: @Guy2 I think you should buy the game from steam, this errors are fixed and also it has better protection than non-steam clients.

Guy2: Why I would bother to buy the game?, if there's free version of it. Also there's no much difference between steam and non-steam, plus it runs steam in background which is bs. It just doubles my CPU usage and ram, there's no sense to buy the game. Steam version only had avatar showed at left of scoreboard and nothing more. If your talking about that protection thingy, i can simply install cs-protector and problem solved.

Guy1: What? it doubles ram and cpu usage? maybe try turning low performance mode in steam.

Guy2: I had fps drops in steam version while in non-steam i don't have.

Guy1: I don't know about that. Maybe your using Software render, try using opengl

Guy2: It drops my fps more, if I switch to OpenGL



All times are GMT -4. The time now is 12:42.

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