AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   CS:GO Server crashing when joining after mapchange (https://forums.alliedmods.net/showthread.php?t=333005)

thetech 06-13-2021 10:44

CS:GO Server crashing when joining after mapchange
 
Hey there!

I'm currently trying to work on a Get5 discord bot for me and some friends.

However, the server is crashing when one game has ended, and we join for the next one. It dosen't crash before the first player join.

When one game has ended, the bot changes the map back to dust2 by default. So the proces would be the following:

Setup Get5 Match -> Play the game until it's finished -> Bot changes map to dust2 -> Setup Get5 Match -> Join and the server crashes.

I tried installing accelerator on the server, to analyze the crash, however I can't understand the report (https://crash.limetech.org/lt4sgnq5vrgi)

The custom plugins that are running on the server is: get5, get5_mysql, get5_eventapi and kento_rankme.

I hope that there's someone who might be able to help resolving this issue.

Regards

raj kaul 06-13-2021 11:05

Re: CS:GO Server crashing when joining after mapchange
 
can you post your sm plugins list and sm exts list also ?

thetech 06-13-2021 18:17

Re: CS:GO Server crashing when joining after mapchange
 
Quote:

Originally Posted by raj kaul (Post 2749636)
can you post your sm plugins list and sm exts list also ?

Thanks for your quick reply.

I forgot to add it in my original post, so here we go.

Plugins list:
Code:

  01 "Basic Comm Control" (1.10.0.6503) by AlliedModders LLC
  02 "Kento Rankme" (3.0.3.Kento.33.3) by lok1, Scooby, Kento, pracc, Kxnrl, CrazyHackGUT
  03 "Player Commands" (1.10.0.6503) by AlliedModders LLC
  04 "Fun Votes" (1.10.0.6503) by AlliedModders LLC
  05 "Anti-Flood" (1.10.0.6503) by AlliedModders LLC
  06 "Admin File Reader" (1.10.0.6503) by AlliedModders LLC
  07 "Sound Commands" (1.10.0.6503) by AlliedModders LLC
  08 "Fun Commands" (1.10.0.6503) by AlliedModders LLC
  09 "Client Preferences" (1.10.0.6503) by AlliedModders LLC
  10 "Basic Commands" (1.10.0.6503) by AlliedModders LLC
  11 "Basic Votes" (1.10.0.6503) by AlliedModders LLC
  12 "Get5 Event API" (0.7.2-dev+525) by Yannick Gloster & splewis
  13 "Basic Ban Commands" (1.10.0.6503) by AlliedModders LLC
  14 "Basic Info Triggers" (1.10.0.6503) by AlliedModders LLC
  15 "Get5" (0.7.2-dev+525) by splewis
  16 "Get5 MySQL stats" (0.7.2-dev+525) by splewis
  17 "Admin Menu" (1.10.0.6503) by AlliedModders LLC
  18 "Basic Chat" (1.10.0.6503) by AlliedModders LLC
  19 "Admin Help" (1.10.0.6503) by AlliedModders LLC

Kento Rankme have been modified to include the cvar/gameid from Get5 force_matchid - it compiles without any errors.


Extension list:
Code:

[01] Automatic Updater (1.10.0.6503): Updates SourceMod gamedata files
[02] Webternet (1.10.0.6503): Extension for interacting with URLs
[03] Accelerator (2.5.0): SRCDS Crash Handler
[04] CS Tools (1.10.0.6503): CS extended functionality
[05] BinTools (1.10.0.6503): Low-level C/C++ Calling API
[06] SDK Tools (1.10.0.6503): Source SDK Tools
[07] Top Menus (1.10.0.6503): Creates sorted nested menus
[08] Client Preferences (1.10.0.6503): Saves client preference settings
[09] SQLite (1.10.0.6503): SQLite Driver
[10] GeoIP (1.10.0.6503): Geographical IP information
[11] SDK Hooks (1.10.0.6503): Source SDK Hooks
[12] SteamWorks Extension (1.2.3): Exposes SteamWorks functions to Developers
[13] System2 (3.3.2): HTTP/FTP Request and System API for Sourcemod
[14] MySQL-DBI (1.10.0.6503): MySQL driver implementation for DBI


I also forgot to mention that the server have been setup using LinuxGSM.

TomL. 06-14-2021 08:33

Re: CS:GO Server crashing when joining after mapchange
 
Rename your addons folder to addons1 and restart the server then check again.

thetech 06-15-2021 13:47

Re: CS:GO Server crashing when joining after mapchange
 
Quote:

Originally Posted by TomL. (Post 2749705)
Rename your addons folder to addons1 and restart the server then check again.

I was hoping for another solution, as I'm working with some plugins and trying to solve the issue of the server crash, instead of disabling the plugins.


General question:
Is there any way to get detailed information printed to a log file? Would "-debug" do the job with the log file?

TomL. 06-15-2021 15:45

Re: CS:GO Server crashing when joining after mapchange
 
Have you even checked if the crash is caused by an plugin?
No, -debug will only log the console output to a file.

thetech 06-17-2021 10:07

Re: CS:GO Server crashing when joining after mapchange
 
Quote:

Originally Posted by TomL. (Post 2749814)
Have you even checked if the crash is caused by an plugin?
No, -debug will only log the console output to a file.

I've tried disabling any non-essential plugins, but with no results. My next attempt is installing a new server, and adding them a couple at a time.

TomL. 06-18-2021 04:22

Re: CS:GO Server crashing when joining after mapchange
 
You should disable everything completely by just renaming the addons folder and check the result.
If that fixed your problem you can now check the plugins by enabling them one by one.

thetech 06-20-2021 10:35

Re: CS:GO Server crashing when joining after mapchange
 
Quote:

Originally Posted by TomL. (Post 2750258)
You should disable everything completely by just renaming the addons folder and check the result.
If that fixed your problem you can now check the plugins by enabling them one by one.

I installed a new server, installed the essential plugins and it worked like a charm. So the issue could be related to RankMe. I've tried enabling it again and now time will tell if that's the issue, once we're playing 5v5 again.

Thanks for your assistance and suggestions Tom!


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

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