View Single Post
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 11-12-2017 , 17:11   Re: Server Crashed but the OS Caused it?
Reply With Quote #2

The error code from that crash is 0xc0000374, which indicates heap corruption, so the stack trace is meaningless for finding the cause (as the stack points to where the heap corruption was detected, not where it was caused).

The last thing in the console output is your token updater (TAU_LIB.ext.2.csgo), so that is probably the place to start looking - we've seen quite a few crashes from it and it violates the SM license, so that is the end of the help you'll get from any of us.
__________________
asherkin is offline