Raised This Month: $51 Target: $400
 12% 

CSGO Server crashing random


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Caaine
Member
Join Date: Oct 2013
Old 02-11-2022 , 08:50   CSGO Server crashing random
Reply With Quote #1

Hey

i have a Problem with my Server
it's crashing random when a map change or player disconnectet

https://crash.limetech.org/yv2cjbojyuby

Windows 2019
SourceMod 1.10.0.6517, by AlliedModders LLC
Metamod:Source version 1.12.0-dev+1157

sm plugins:
https://pastebin.com/4fMKp6Wt

meta list:
[01] SourceMod (1.10.0.6517) by AlliedModders LLC
[02] Stripper (1.2.2) by BAILOPAN
[03] CS Tools (1.10.0.6517) by AlliedModders LLC
[04] SDK Tools (1.10.0.6517) by AlliedModders LLC
[05] SDK Hooks (1.10.0.6517) by AlliedModders LLC
[06] SteamWorks Extension (1.2.3) by Kyle Sanderson
[07] DHooks (2.2.0-detours17) by Dr!fter and Peace-Maker
Caaine is offline
backwards
AlliedModders Donor
Join Date: Feb 2014
Location: USA
Old 02-11-2022 , 12:03   Re: CSGO Server crashing random
Reply With Quote #2

Looks like it is crashing here:

https://github.com/perilouswithadoll...ader.cpp#L5619

function that calls this function is:
https://github.com/perilouswithadoll...ader.cpp#L4181

So it is crashing while trying to load a sprite model from the bsp loading most likely. I don't have the crash dump but it's possible it could contain a string to the specific sprite model that is leading to the crash.
backwards is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 02-11-2022 , 14:30   Re: CSGO Server crashing random
Reply With Quote #3

Quote:
Originally Posted by backwards View Post
Looks like it is crashing here:

https://github.com/perilouswithadoll...ader.cpp#L5619

function that calls this function is:
https://github.com/perilouswithadoll...ader.cpp#L4181

So it is crashing while trying to load a sprite model from the bsp loading most likely. I don't have the crash dump but it's possible it could contain a string to the specific sprite model that is leading to the crash.
Hello, how you diagnosticated it? with the link that he sent its not included the Raw section (only for the owner, i know) but I usually see the Raw when on the main page dont appear the last sourcemod function itself like on this case. Maybe I am missing something for diagnosticate the crash logs better.
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.

Franc1sco is offline
Send a message via MSN to Franc1sco
backwards
AlliedModders Donor
Join Date: Feb 2014
Location: USA
Old 02-11-2022 , 16:19   Re: CSGO Server crashing random
Reply With Quote #4

Quote:
Originally Posted by Franc1sco View Post
Hello, how you diagnosticated it? with the link that he sent its not included the Raw section (only for the owner, i know) but I usually see the Raw when on the main page dont appear the last sourcemod function itself like on this case. Maybe I am missing something for diagnosticate the crash logs better.
Just using the call stack and using the latest server.dll & engine.dll I use Ghidra or IDA pro to lookup the baseaddress of the .dll + the fixed offset. This will point to the code which you can analyze to try to find strings being used inside of it or inside a previous caller function on the stack. Then once you find a unique string you search it in the most recent sdk for the target game to figure out what function that string is inside. Using that you can find the sub function which is being called and identify it as well even if it has no string itself. This should give you a good idea of what is going on and how you could be taking this code path to lead to the crash
backwards 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 06:44.


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