View Single Post
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 09-10-2017 , 05:24   Re: [CS:GO] PTaH - V1.0.7
Reply With Quote #88

Quote:
Originally Posted by komashchenko View Post
But the error itself does not arise in the PTaH (as far as I can see), need help Developers
You are calling into SourcePawn from off the main game thread, this is an API violation, and the cause of both _GamerX's and e54385991's crashes.

In SourceMod 1.9 there is a runtime assert to explicitly catch this, rather than the current memory corruption.
__________________

Last edited by asherkin; 09-10-2017 at 05:25.
asherkin is offline