Error Stack/heap collision crashdetect
#2

pawn Код:
string[MAX_FURNITURE * 32]
The size of it is 64000 and you run out of local memory. You can show 10-15 items per page in the dialog and that will reduce the size of the string. Using "static" instead of "new" might work BUT you will eventually need to reduce that size.
Reply


Messages In This Thread
Error Stack/heap collision crashdetect - by StreK - 26.04.2016, 16:54
Re: Error Stack/heap collision crashdetect - by Konstantinos - 26.04.2016, 17:04
Respuesta: Error Stack/heap collision crashdetect - by StreK - 26.04.2016, 17:08
Re: Error Stack/heap collision crashdetect - by Vince - 26.04.2016, 17:13
Re: Error Stack/heap collision crashdetect - by Kar - 26.04.2016, 17:16
Respuesta: Re: Error Stack/heap collision crashdetect - by StreK - 26.04.2016, 17:36
Re: Error Stack/heap collision crashdetect - by AbyssMorgan - 26.04.2016, 17:40
Re: Error Stack/heap collision crashdetect - by Kar - 26.04.2016, 17:41
Re: Error Stack/heap collision crashdetect - by iKevin - 26.04.2016, 17:45
Respuesta: Error Stack/heap collision crashdetect - by StreK - 26.04.2016, 17:49

Forum Jump:


Users browsing this thread: 1 Guest(s)