AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   HL1 Servers (HLDS) (https://forums.alliedmods.net/forumdisplay.php?f=131)
-   -   Server crashed with no error (https://forums.alliedmods.net/showthread.php?t=317009)

Fuck For Fun 06-21-2019 12:51

Server crashed with no error
 
Code:

Exe build: 17:31:06 Jun  5 2019 (1880)
STEAM Auth Server
Server IP address XXXXXXX

  Metamod-r version 1.3.0.128 Copyright (c) 2016-2018 ReHLDS Team (rebuild of o
riginal Metamod by Will Day and Jussi Kivilinna)
  Metamod-r 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.

Metamod-r v1.3.0.128, API (5:13)
Metamod-r build: 17:47:48 Aug 24 2018
Metamod-r from: https://github.com/theAsmodai/metamod-r/commit/0cf2f70

  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.

./hlds_run: line 255: 23304 Segmentation fault      (core dumped) $HL_CMD
./hlds_run: line 201: gdb: command not found
email debug.log to [email protected]
Fri Jun 21 22:49:32 IDT 2019: Server restart in 10 seconds

Code:

----------------------------------------------
CRASH: Sun Jan  3 20:57:49 IST 2016
Start Line: ./hlds_linux -game cstrike +map de_dust2 -port 8577 +ip 31.168.169.42 +maxplayers 26
----------------------------------------------
CRASH: Sun Jan  3 20:58:28 IST 2016
Start Line: ./hlds_linux -game cstrike +map de_dust2 -port 25568 +ip 31.168.169.42 +maxplayers 26
----------------------------------------------
CRASH: Fri May 20 16:40:44 IDT 2016
Start Line: ./hlds_linux -game cstrike +map de_dust2 +maxplayers 18


----------------------------------------------
CRASH: Fri Jun 21 22:52:44 IDT 2019
Start Line: ./hlds_linux -debug -game cstrike +ip 185.185.134.19 +maxplayers 32 +map de_dust2 -port 55677 +port 55677 -usercon -notv -pidfile hlds.21794.pid
End of crash report
----------------------------------------------

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

All Plugins disable

Mordekay 06-22-2019 02:29

Re: Server crashed with no error
 
Not really your problem, but you are running two port parameters in your start command, only one is needed and -usercon is from source, so you can remove it as it is unknown to hlds.
You could install gdb, a tool to analyze crash files.
JUST FROM MY MEMORY!!
sudo apt-get install gdb (or whatever your distro wants before to run as root)
ulimit -c unlimited (this is needed to allow uncut crash dump files)
Then start your server as usual. After the next crash it will create a bigger file in the hlds directory. Upload it to a filehoster and post it here. Perhaps someone can help you with it, sadly I can't, I got no idea about how debugging works.,

Fuck For Fun 06-22-2019 08:39

Re: Server crashed with no error
 
Quote:

Originally Posted by Mordekay (Post 2656294)
Not really your problem, but you are running two port parameters in your start command, only one is needed and -usercon is from source, so you can remove it as it is unknown to hlds.
You could install gdb, a tool to analyze crash files.
JUST FROM MY MEMORY!!
sudo apt-get install gdb (or whatever your distro wants before to run as root)
ulimit -c unlimited (this is needed to allow uncut crash dump files)
Then start your server as usual. After the next crash it will create a bigger file in the hlds directory. Upload it to a filehoster and post it here. Perhaps someone can help you with it, sadly I can't, I got no idea about how debugging works.,

Thank you for your explanation.

I just restored the old backup and it works (I just tried updating newer files such as: metamod and all the rest and it caused crashes)

Server work that console:
Code:

[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.dlopen failed trying to load:
/XXXXXXXXX/.steam/sdk32/steamclient.so with error:
/XXXXXXXXX/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit


Server logging data to file logs/L0622000.log
L 06/22/2019 - 18:29:12: Log file started (file "logs/L0622000.log") (game "cstrike") (version "48/1.1.2.7/Stdio/6153")
L 06/22/2019 - 18:29:12: Server cvar "sv_alltalk" = "1"
L 06/22/2019 - 18:29:12: Server cvar "sv_aim" = "0"
L 06/22/2019 - 18:29:12: Server cvar "mp_chattime" = "1"
L 06/22/2019 - 18:29:12: Server cvar "mp_autokick" = "0"
L 06/22/2019 - 18:29:12: Server cvar "mp_autoteambalance" = "0"
L 06/22/2019 - 18:29:12: Server cvar "mp_limitteams" = "0"
L 06/22/2019 - 18:29:12: Server cvar "mp_freezetime" = "1"
L 06/22/2019 - 18:29:12: Server cvar "sv_airaccelerate" = "100"
L 06/22/2019 - 18:29:12: Server cvar "sv_maxspeed" = "320"
L 06/22/2019 - 18:29:12: Server cvar "sv_maxrate" = "100000"
L 06/22/2019 - 18:29:12: Server cvar "sv_minrate" = "20000"
Connection to Steam servers successful.
VAC secure mode is activated.

i hope is fine.

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

im using AMXX 1.9.0 WITH Metamod-p lastest

Mordekay 06-22-2019 09:09

Re: Server crashed with no error
 
6153 is really old, you should update your serverfiles. This could have been your crashreason. Running never libraries (metamod for example) with old hlds can cause problems.

Fuck For Fun 06-22-2019 15:43

Re: Server crashed with no error
 
I have a problem with installing STEAMCMD
Hope there is someone here who can post me this to rar the files

iceeedr 06-23-2019 00:24

Re: Server crashed with no error
 
https://drive.google.com/open?id=1xa...VY78uuaGw-5PWI

Fuck For Fun 06-24-2019 14:12

Re: Server crashed with no error
 
Quote:

Originally Posted by iceeedr (Post 2656396)

thanks :)
Code:

Server logging data to file logs/L0625000.log
L 06/25/2019 - 00:06:34: Log file started (file "logs/L0625000.log") (game "cstrike") (version "48/1.1.2.7/Stdio/7559")
Exe build: 14:13:30 Jul 5 2017 (7559)
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
dlopen failed trying to load:
/home/XXXX-464/.steam/sdk32/steamclient.so with error:
/home/XXXX-464/.steam/sdk32/steamclient.so: cannot open shared object file:
No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit


Should i change in liblist.gam
this line from your rar:
PHP Code:

gamedll_linux "dlls/cs.so" 

to my old:
PHP Code:

gamedll_linux "addons/metamod/metamod.so" 


Edit update with REHLDS:
Code:

/home/XXXX-376/.steam/sdk32/steamclient.sowith error:
/home/XXXX-376/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit

Server logging data to file logs/L0625002.log
L 06/25/2019 - 13:46:59: Log file started (file "logs/L0625002.log") (game "cstrike") (version "48/1.1.2.7/Stdio/1880")
L 06/25/2019 - 13:46:59: Server cvar "sv_alltalk" = "1"
L 06/25/2019 - 13:46:59: Server cvar "sv_aim" = "0"
L 06/25/2019 - 13:46:59: Server cvar "mp_chattime" = "1"
L 06/25/2019 - 13:46:59: Server cvar "mp_autokick" = "0"
L 06/25/2019 - 13:46:59: Server cvar "mp_autoteambalance" = "0"
L 06/25/2019 - 13:46:59: Server cvar "mp_limitteams" = "0"
L 06/25/2019 - 13:46:59: Server cvar "mp_freezetime" = "1"
L 06/25/2019 - 13:46:59: Server cvar "sv_airaccelerate" = "100"
L 06/25/2019 - 13:46:59: Server cvar "sv_maxspeed" = "320"
L 06/25/2019 - 13:46:59: Server cvar "sv_maxrate" = "100000"
L 06/25/2019 - 13:46:59: Server cvar "sv_minrate" = "20000"
Connection to Steam servers successful.
VAC secure mode is activated.


Fuck For Fun 07-05-2019 11:33

Re: Server crashed with no error
 
Quote:

Originally Posted by iceeedr (Post 2656396)

that for 1.8.3?
i also need for 1.8.2 for my vps client's

iceeedr 07-08-2019 01:53

Re: Server crashed with no error
 
That's just the HLDS package without amxx, if you're going to use 1.9 or 1.8.x, I do not care.

Fuck For Fun 07-08-2019 09:25

Re: Server crashed with no error
 
Quote:

Originally Posted by iceeedr (Post 2658240)
if you're going to use 1.9 or 1.8.x, I do not care.

Hahaha

What's the deal with these negative reactions? Entirely asked if you have for a particular amx


All times are GMT -4. The time now is 11:48.

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