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

Solved [CS:GO] Server will not start


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 01-03-2019 , 12:16   [CS:GO] Server will not start
Reply With Quote #1

The players were playing on my servers until at one point all the servers rebooted and did not boot anymore.

The console is all that:
Code:
sv_talk_enemy_living - 0

sv_teamid_overhead_maxdist_spec - 0

sv_teamid_overhead_maxdist - 0

sv_vote_to_changelevel_before_match_point - 0

sv_wateraccelerate - 10

sv_waterfriction - 1

sv_water_movespeed_multiplier - 0.8

sv_water_swim_mode - 0

sv_weapon_encumbrance_per_item - 0.85

sv_weapon_encumbrance_scale - 0

tv_delay - 10

weapon_accuracy_nospread - 0

weapon_air_spread_scale - 1.0

weapon_max_before_cleanup - 0

weapon_recoil_scale - 2.0

weapon_reticle_knife_show - 0

weapon_sound_falloff_multiplier - 1.0

Executing dedicated server config file

maxplayers set to 64

The server is running but is not responding,
there may be some kind of problem and maybe you want to stop server ..

<< Back
Retry # 74.
Starting server, please wait ...
Not to mention that it only stays like this has moments that it starts normally, without problem, but out of nowhere it restarts and stays like this again.

I thought it was my host, but I have 4 servers, 2 on each different host, and both have the same problem.

I am with the latest versions of SourceMod & Metamod:
Code:
- SourceMod 1.9.0 - build 6273
- Metamod 1.10.7 - build 968
You do not have any error logs on the servers.

Last edited by paulo_crash; 01-05-2019 at 16:54.
paulo_crash is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 01-03-2019 , 18:45   Re: [CS:GO] Server will not start
Reply With Quote #2

This phrase look similiar
Code:
The server is running but is not responding,
there may be some kind of problem and maybe you want to stop server ..

maybe this ?
-strictportbind 	If you launch the game with this option it will quit with an error message if it can't bind to the default or specified port.
What I remember, if you launch SRCDS with same port as another SRCDS server, it shutdown itself.

You maybe have crashed server running/hanging on background.

If you have windows, this prevent pop-up error windows what hold srcds shutdown.
Code:
-nocrashdialog 	Stop some windows crash message boxes from showing up
__________________
Do not Private Message @me

Last edited by Bacardi; 01-03-2019 at 18:47.
Bacardi is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 01-03-2019 , 18:56   Re: [CS:GO] Server will not start
Reply With Quote #3

Quote:
Originally Posted by Bacardi View Post
This phrase look similiar
Code:
The server is running but is not responding,
there may be some kind of problem and maybe you want to stop server ..

maybe this ?
-strictportbind 	If you launch the game with this option it will quit with an error message if it can't bind to the default or specified port.
What I remember, if you launch SRCDS with same port as another SRCDS server, it shutdown itself.

You maybe have crashed server running/hanging on background.

If you have windows, this prevent pop-up error windows what hold srcds shutdown.
Code:
-nocrashdialog 	Stop some windows crash message boxes from showing up
I understand, just that there is only one other problem, my servers are hosted by a gaming host, and they do not allow adding Additional Parameters / Initialization on the servers.

I would have some way to force the server to turn off, in the case on the Host Gaming Panel I have the option to turn it off and reboot only.
paulo_crash is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 01-03-2019 , 19:51   Re: [CS:GO] Server will not start
Reply With Quote #4

Does server launch if you move ...addons/metamod.vdf file out from addons folder ?

Or rename server.cfg -> -server.cfg
and rename gamemode_*_server.cfg to else
and try launch server.
__________________
Do not Private Message @me
Bacardi is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 01-04-2019 , 15:18   Re: [CS:GO] Server will not start
Reply With Quote #5

Quote:
Originally Posted by Bacardi View Post
Does server launch if you move ...addons/metamod.vdf file out from addons folder ?

Or rename server.cfg -> -server.cfg
and rename gamemode_*_server.cfg to else
and try launch server.
I will do these tests and return with the result.

For the time being I discovered that I made this mistake before the messages I mentioned earlier:
Code:
Initializing Steam libraries for secure Internet server

[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.

CAppInfoCacheReadFromDiskThread took 1 milliseconds to initialize

CApplicationManagerPopulateThread took 0 milliseconds to initialize (will have waited on CAppInfoCacheReadFromDiskThread)

Setting breakpad minidump AppID = 730

Looking up breakpad interfaces from steamclient

Calling BreakpadMiniDumpSystemInit

Setting breakpad minidump AppID = 740



SteamDatagramServer_Init succeeded

PutClientInServer: no info_player_start on level

Recording GOTV demo to auto0-20190104-181437-1484096133-surf_10x_reloaded_for_csgo_v2-_4_-_ZK_Servidores___SURF_PVP____MGTHOST1.COM.BR.dem...

Unknown command "sm_store_credit_amount_eventdays"

Unknown command "sm_store_credit_eventdays_alive"

**** WARNING: Watchdog timer exceeded, aborting!

Aborted

Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem

Fri Jan  4 18:14:52 BRST 2019: Server restart in 10 seconds
Thank you for now!

[EDIT1]
I did the tests you reported, apparently the problem is in the metamod folder, I just changed its name and the server already worked normally, when I re-name the folder to the correct name the server will not call anymore.

So, I believe it's some Metamod BUG, ​​how can I fix it?

Remember that I have the latest stable version.

Last edited by paulo_crash; 01-04-2019 at 16:04.
paulo_crash is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 01-05-2019 , 09:40   Re: [CS:GO] Server will not start
Reply With Quote #6

I left the server only with SourceMod, Metamod and WarMod, server worked normally, apparently it is some plugin installed on the server. When I activate all my plugin the server does not turn on, it complicates now because it has no error in the log, ie it would have to be removing plugin by plugin to check them.

Or would it have some easier way?
paulo_crash is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 01-05-2019 , 15:20   Re: [CS:GO] Server will not start
Reply With Quote #7

Nice to hear you started yourself "debugging" your server plugins didn't have to tell separatelly.


*Unloading Metamod:source you unload everything with it, SourceMod and Metamod plugins.
Bacardi is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 01-05-2019 , 15:28   Re: [CS:GO] Server will not start
Reply With Quote #8

Quote:
Originally Posted by Bacardi View Post
Nice to hear you started yourself "debugging" your server plugins didn't have to tell separatelly.


*Unloading Metamod:source you unload everything with it, SourceMod and Metamod plugins.
Sorry for the ignorance, I could not understand what you meant...
paulo_crash is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 01-05-2019 , 15:40   Re: [CS:GO] Server will not start
Reply With Quote #9

doesn't matter, keep looking that problem.
Bacardi is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 01-05-2019 , 16:53   Re: [CS:GO] Server will not start
Reply With Quote #10

Quote:
Originally Posted by Bacardi View Post
doesn't matter, keep looking that problem.
I believe you have discovered the problem ...

My servers have plugins that use MySQL database, as I have a problem with my hosting, that everything is offline, the plugins can not connect.

I did the test without these plugins, I took all the plugins that connect to MySQL and the server started normal.

Now my surprise is , did not know that because of this the servers could not start, I thought in the case only the plugin of this error.

Anyway, thanks for the help, for now I will be marking as solved the problem, if I return the problem I will comment again.

Thank you again!
paulo_crash is offline
Reply



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 22:38.


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