My srcds.exe keeps randomly crashing every couple weeks and I wanted to see if anybody had a solution.
Server OS: Windows Server 2016
Processor: Intel Xeon E3-1270 @ 3.50GHz (8 CPUs)
Ram: 32GB
Game(s): Garry's Mod (x64)
Admin Mods: ULX
Start Up Command:
My DarkRP server has randomly crashed 2 times once on 8/26/2022 and once on 9/14/2022. After analyzing the crash files I got this access violation exception on both crashes looking like this:
My servers console spit out this before the crash: about to perform blocking dns call from the main thread. consider refactoring
I'm not too sure how to fix this so if anybody has any sort of solution your help is greatly appreciated
Server OS: Windows Server 2016
Processor: Intel Xeon E3-1270 @ 3.50GHz (8 CPUs)
Ram: 32GB
Game(s): Garry's Mod (x64)
Admin Mods: ULX
Start Up Command:
Quote:@echo off
cls
echo PROTECTING SERVER FROM CRASHES...
title Server Is ONLINE!
:srcds
echo (%time%) SERVER STARTED.
start /wait C:\Users\Administrator\Desktop\DarkRP\srcds.exe -console -game garrysmod +map rp_downtown_tits_v2 +maxplayers 50 +gamemode darkrp +r_hunkalloclightmaps 0 +r_hunkalloclightmaps 0 -tickrate 20
echo (%time%) WARNING: SRCDS CLOSED OR CRASHED, RESTARTING.
goto srcds
My DarkRP server has randomly crashed 2 times once on 8/26/2022 and once on 9/14/2022. After analyzing the crash files I got this access violation exception on both crashes looking like this:
Quote:-System Memory-
Usage: 22%
Total: 32703.66MB Physical, 37567.66MB Paged, 4095.88MB Virtual
Free: 25277.88MB Physical, 29531.62MB Paged, 3348.66MB Virtual
-Process Memory-
Working Set: 81.64MB
Quota Paged Pool Usage: 0.35MB
Quota Non-Paged Pool Usage: 0.03MB
Pagefile Usage: 149.89MB
-Lua Stack Traces-
Client
Lua Interface = NULL
Server
Lua Interface = NULL
MenuSystem
Lua Interface = NULL
************* Path validation summary **************
Response Time (ms) Location
Deferred srv*
Symbol search path is: srv*
Executable search path is:
Windows 10 Version 14393 MP (8 procs) Free x86 compatible
Product: Server, suite: TerminalServer SingleUserTS
Edition build lab: 10.0.14393.5125 (rs1_release.220429-1732)
Machine Name:
Debug session time: Tue Sep 13 20:59:14.000 2022 (UTC - 4:00)
System Uptime: not available
Process Uptime: 0 days 16:08:41.000
................................................................
.........................................
(65f4.3a08): Access violation - code c0000005 (first/second chance not available)
eax=00000000 ebx=57401008 ecx=630531c6 edx=00008003 esi=000002cc edi=57400ff8
eip=77d7f8fc esp=00deaea4 ebp=00deaeb0 iopl=0 nv up ei pl nz na po nc
cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000202
ntdll!NtGetContextThread+0xc:
77d7f8fc c20800 ret 8
My servers console spit out this before the crash: about to perform blocking dns call from the main thread. consider refactoring
I'm not too sure how to fix this so if anybody has any sort of solution your help is greatly appreciated