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

Server crashed with no error


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Fuck For Fun
Veteran Member
Join Date: Nov 2013
Old 06-21-2019 , 12:51   Server crashed with no error
Reply With Quote #1

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

Last edited by Fuck For Fun; 06-21-2019 at 12:54.
Fuck For Fun is offline
Send a message via Skype™ to Fuck For Fun
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 06-22-2019 , 02:29   Re: Server crashed with no error
Reply With Quote #2

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.,
__________________

Mordekay is offline
Fuck For Fun
Veteran Member
Join Date: Nov 2013
Old 06-22-2019 , 08:39   Re: Server crashed with no error
Reply With Quote #3

Quote:
Originally Posted by Mordekay View Post
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
Fuck For Fun is offline
Send a message via Skype™ to Fuck For Fun
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 06-22-2019 , 09:09   Re: Server crashed with no error
Reply With Quote #4

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.
__________________


Last edited by Mordekay; 06-22-2019 at 09:10.
Mordekay is offline
Fuck For Fun
Veteran Member
Join Date: Nov 2013
Old 06-22-2019 , 15:43   Re: Server crashed with no error
Reply With Quote #5

I have a problem with installing STEAMCMD
Hope there is someone here who can post me this to rar the files

Last edited by Fuck For Fun; 06-23-2019 at 00:27.
Fuck For Fun is offline
Send a message via Skype™ to Fuck For Fun
iceeedr
Veteran Member
Join Date: Apr 2017
Location: Brazil
Old 06-23-2019 , 00:24   Re: Server crashed with no error
Reply With Quote #6

https://drive.google.com/open?id=1xa...VY78uuaGw-5PWI
__________________


Quote:
Originally Posted by fysiks View Post
Please stop trying to help. You appear to just be posting random stuff. Wait until you actually understand more about AMX Mod X and how the game works.
https://iceeedr.com.br/
iceeedr is offline
Send a message via Skype™ to iceeedr
Fuck For Fun
Veteran Member
Join Date: Nov 2013
Old 06-24-2019 , 14:12   Re: Server crashed with no error
Reply With Quote #7

Quote:
Originally Posted by iceeedr View Post
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.

Last edited by Fuck For Fun; 06-25-2019 at 03:51.
Fuck For Fun is offline
Send a message via Skype™ to Fuck For Fun
Fuck For Fun
Veteran Member
Join Date: Nov 2013
Old 07-05-2019 , 11:33   Re: Server crashed with no error
Reply With Quote #8

Quote:
Originally Posted by iceeedr View Post
that for 1.8.3?
i also need for 1.8.2 for my vps client's
Fuck For Fun is offline
Send a message via Skype™ to Fuck For Fun
iceeedr
Veteran Member
Join Date: Apr 2017
Location: Brazil
Old 07-08-2019 , 01:53   Re: Server crashed with no error
Reply With Quote #9

That's just the HLDS package without amxx, if you're going to use 1.9 or 1.8.x, I do not care.
__________________


Quote:
Originally Posted by fysiks View Post
Please stop trying to help. You appear to just be posting random stuff. Wait until you actually understand more about AMX Mod X and how the game works.
https://iceeedr.com.br/
iceeedr is offline
Send a message via Skype™ to iceeedr
Fuck For Fun
Veteran Member
Join Date: Nov 2013
Old 07-08-2019 , 09:25   Re: Server crashed with no error
Reply With Quote #10

Quote:
Originally Posted by iceeedr View Post
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
Fuck For Fun is offline
Send a message via Skype™ to Fuck For Fun
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 04:16.


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