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

CS:GO Server crashing when joining after mapchange


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
thetech
Junior Member
Join Date: Oct 2014
Old 06-13-2021 , 10:44   CS:GO Server crashing when joining after mapchange
Reply With Quote #1

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
thetech is offline
raj kaul
Senior Member
Join Date: Mar 2018
Location: www.lotgaming.xyz
Old 06-13-2021 , 11:05   Re: CS:GO Server crashing when joining after mapchange
Reply With Quote #2

can you post your sm plugins list and sm exts list also ?
__________________
raj kaul is online now
thetech
Junior Member
Join Date: Oct 2014
Old 06-13-2021 , 18:17   Re: CS:GO Server crashing when joining after mapchange
Reply With Quote #3

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

Last edited by thetech; 06-13-2021 at 18:20.
thetech is offline
TomL.
Veteran Member
Join Date: Oct 2017
Location: Germany
Old 06-14-2021 , 08:33   Re: CS:GO Server crashing when joining after mapchange
Reply With Quote #4

Rename your addons folder to addons1 and restart the server then check again.
TomL. is offline
thetech
Junior Member
Join Date: Oct 2014
Old 06-15-2021 , 13:47   Re: CS:GO Server crashing when joining after mapchange
Reply With Quote #5

Quote:
Originally Posted by TomL. View Post
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?
thetech is offline
TomL.
Veteran Member
Join Date: Oct 2017
Location: Germany
Old 06-15-2021 , 15:45   Re: CS:GO Server crashing when joining after mapchange
Reply With Quote #6

Have you even checked if the crash is caused by an plugin?
No, -debug will only log the console output to a file.

Last edited by TomL.; 06-15-2021 at 15:47.
TomL. is offline
thetech
Junior Member
Join Date: Oct 2014
Old 06-17-2021 , 10:07   Re: CS:GO Server crashing when joining after mapchange
Reply With Quote #7

Quote:
Originally Posted by TomL. View Post
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.
thetech is offline
TomL.
Veteran Member
Join Date: Oct 2017
Location: Germany
Old 06-18-2021 , 04:22   Re: CS:GO Server crashing when joining after mapchange
Reply With Quote #8

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.
TomL. is offline
thetech
Junior Member
Join Date: Oct 2014
Old 06-20-2021 , 10:35   Re: CS:GO Server crashing when joining after mapchange
Reply With Quote #9

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

Last edited by thetech; 06-20-2021 at 10:36.
thetech 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 08:32.


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