AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   HL1 Servers (HLDS) (https://forums.alliedmods.net/forumdisplay.php?f=131)
-   -   HLDS crashing without reason (https://forums.alliedmods.net/showthread.php?t=322371)

z4rk 03-25-2020 04:01

HLDS crashing without reason
 
Hello,
I have a CS 1.6 server on a Centos 7 VPS, and is crashing every day without any reason. Meta list and version:

https://i.imgur.com/HmaJTrj.png

The server has been installed by SteamCMD, and I just modified:

1. csstats_rank 1 (by steamid)
2. csstats_rankbots 1 (to show stats without affecting the top15)
3. In addons/metamod I created a file named 'config.ini' which contains the line 'clientmeta no', to stop the commands 'meta', 'meta list' for clients.
4. I modifie the bot names.

I use this command to start the server:

Code:

screen -A -m -d -S hlds ./hlds_run -console -game cstrike +ip XXX.XX.XXX.XX +port 27015 +map de_dust2 +maxplayers 32 -pingboost 1 -dll addons/metamod/dlls/metamod.so
I didn't installed any other plugins, just AmxModx with default plugins. In amxmodx/logs I have just that:
Code:

L 03/24/2020 - 23:56:14: [mapchooser.amxx] Vote: Voting for the nextmap started
L 03/24/2020 - 23:56:29: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be de_nuke
L 03/24/2020 - 23:58:23: -------- Mapchange to de_nuke --------

And here has crashed..

alferd 03-25-2020 04:11

Re: HLDS crashing without reason
 
What do you mean by crash?

z4rk 03-25-2020 04:12

Re: HLDS crashing without reason
 
The server appears 'DOWN' and is stopping working. :))
Is working well few hours, and after that.. DOWN..

Napoleon_be 03-25-2020 06:40

Re: HLDS crashing without reason
 
podbot caused my server to crash aswell without any error logs

alferd 03-25-2020 06:42

Re: HLDS crashing without reason
 
Quote:

Originally Posted by Napoleon_be (Post 2688450)
podbot caused my server to crash aswell without any error logs

It depends on the version

alferd 03-25-2020 06:53

Re: HLDS crashing without reason
 
Maybe one of the plugins has a problem

I had this problem too

z4rk 03-25-2020 07:04

Re: HLDS crashing without reason
 
I tried with another version of podbot and for the moment is ok.

@alfred - I don't have any plugin, just the default amxx plugins.

alferd 03-25-2020 07:25

Re: HLDS crashing without reason
 
So the problem is from another file,
Like the following files:
Code:

.mdl or .bsp or .spr ...
Use the following software for now

https://forums.alliedmods.net/showthread.php?t=147880

DruGzOG 03-25-2020 10:00

Re: HLDS crashing without reason
 
Quote:

Originally Posted by z4rk (Post 2688455)
I tried with another version of podbot and for the moment is ok.

@alfred - I don't have any plugin, just the default amxx plugins.

Just don't listen to alfred. I don't think he knows what hes talking about.

@OP:

screen -A -m -d -S hlds ./hlds_run -console -game cstrike +ip XXX.XX.XXX.XX +port 27015 +map de_dust2 +maxplayers 32 -pingboost 1 -dll addons/metamod/dlls/metamod.so
What's bolded is not necessary for your startup line.

Have you disabled podbot and see if it functions well without it?

z4rk 03-25-2020 10:30

Re: HLDS crashing without reason
 
Quote:

Originally Posted by DruGzOG (Post 2688492)
Just don't listen to alfred. I don't think he knows what hes talking about.

@OP:

screen -A -m -d -S hlds ./hlds_run -console -game cstrike +ip XXX.XX.XXX.XX +port 27015 +map de_dust2 +maxplayers 32 -pingboost 1 -dll addons/metamod/dlls/metamod.so
What's bolded is not necessary for your startup line.

Have you disabled podbot and see if it functions well without it?

I know -dll addons/metamod/dlls/metamod.so is not necessary, but is the "easy way", without editing the liblist.gam. Is the same thing like gamedll_linux "addons/metamod/dlls/metamod.so". Yes, I tried without podbot and is working well. For the moment, I use another version of podbot and is working.


All times are GMT -4. The time now is 00:24.

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