View Single Post
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 08-27-2018 , 06:49   Re: Having tons of server crashes happen non-stop.
Reply With Quote #2

It looks like the problem is caused by something patching the function at the top of the stack, as the assembly looks fairly nonsensical like it has been hand modified. I’m on mobile atm so can’t do it, but you’ll need to find out what function server.dll + 0x2aab24 is, then find any references in your gamedata files to it (or, that could be now pointing to it, which is harder) - it’d help if you could post a zip file of your entire gamedata folder (and we’ll hope no plugin has it hard coded.)
__________________
asherkin is offline