View Single Post
ThatOneGuy
Veteran Member
Join Date: Jul 2012
Location: Oregon, USA
Old 01-16-2019 , 22:55   Re: SourceMod 1.9 Now Stable!
#33

Quote:
Originally Posted by Dr.Mohammad View Post
hi!!

i think this is bug:

HTML Code:
L 01/09/2019 - 07:21:23: [SM] Exception reported: Not enough space on the stack
L 01/09/2019 - 07:22:23: [SM] Exception reported: Not enough space on the stack
L 01/09/2019 - 07:23:23: [SM] Exception reported: Not enough space on the stack
L 01/09/2019 - 07:24:23: [SM] Exception reported: Not enough space on the stack
L 01/09/2019 - 07:25:23: [SM] Exception reported: Not enough space on the stack
L 01/09/2019 - 07:26:23: [SM] Exception reported: Not enough space on the stack
L 01/09/2019 - 07:27:23: [SM] Exception reported: Not enough space on the stack
L 01/09/2019 - 07:28:23: [SM] Exception reported: Not enough space on the stack
L 01/09/2019 - 07:29:23: [SM] Exception reported: Not enough space on the stack
L 01/09/2019 - 07:30:23: [SM] Exception reported: Not enough space on the stack
L 01/09/2019 - 07:31:23: [SM] Exception reported: Not enough space on the stack
L 01/09/2019 - 07:32:23: [SM] Exception reported: Not enough space on the stack
L 01/09/2019 - 07:33:23: [SM] Exception reported: Not enough space on the stack
L 01/09/2019 - 07:34:23: [SM] Exception reported: Not enough space on the stack
L 01/09/2019 - 07:35:23: [SM] Exception reported: Not enough space on the stack
L 01/09/2019 - 07:36:23: [SM] Exception reported: Not enough space on the stack
L 01/09/2019 - 07:37:23: [SM] Exception reported: Not enough space on the stack
L 01/09/2019 - 07:38:23: [SM] Exception reported: Not enough space on the stack
i used:
windows
sourcemod last version
metamod last version
Consider putting this at the top of your plugin:
PHP Code:
#pragma dynamic 131072 //increase stack space to from 4 kB to 131072 cells (or 512KB, a cell is 4 bytes) 
__________________
ThatOneGuy is offline