SA-MP.EXE CRASH - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: SA-MP.EXE CRASH (
/showthread.php?tid=610445)
SA-MP.EXE CRASH -
Pearson - 24.06.2016
PHP код:
[11:59:21] [debug] Run time error 3: "Stack/heap collision (insufficient stack size)"
[11:59:21] [debug] Stack pointer (STK) is 0x415DC, heap pointer (HEA) is 0x55A08
[11:59:21] [debug] AMX backtrace:
[11:59:21] [debug] #0 00000008 in public HTTP_LiveScore () from livescore.amx
[11:59:21] [debug] Run time error 3: "Stack/heap collision (insufficient stack size)"
[11:59:21] [debug] Stack pointer (STK) is 0x415DC, heap pointer (HEA) is 0x55A08
[11:59:21] [debug] AMX backtrace:
[11:59:21] [debug] #0 00000008 in public HTTP_LiveScore () from livescore.amx
[11:59:25] [debug] Run time error 3: "Stack/heap collision (insufficient stack size)"
[11:59:25] [debug] Stack pointer (STK) is 0x415DC, heap pointer (HEA) is 0x55A08
[11:59:25] [debug] AMX backtrace:
[11:59:25] [debug] #0 00000008 in public HTTP_LiveScore () from livescore.amx
[11:59:28] [debug] Run time error 3: "Stack/heap collision (insufficient stack size)"
[11:59:28] [debug] Stack pointer (STK) is 0x415DC, heap pointer (HEA) is 0x55A08
[11:59:28] [debug] AMX backtrace:
[11:59:28] [debug] #0 00000008 in public HTTP_LiveScore () from livescore.amx
[11:59:31] [debug] Run time error 3: "Stack/heap collision (insufficient stack size)"
[11:59:31] [debug] Stack pointer (STK) is 0x415DC, heap pointer (HEA) is 0x55A08
[11:59:31] [debug] AMX backtrace:
[11:59:31] [debug] #0 00000008 in public HTTP_LiveScore () from livescore.amx
[11:59:34] [Loading ...] Materials state factions/gangs have been successfully uploaded!
[11:59:35] [debug] Run time error 3: "Stack/heap collision (insufficient stack size)"
[11:59:35] [debug] Stack pointer (STK) is 0x415DC, heap pointer (HEA) is 0x55A08
[11:59:35] [debug] AMX backtrace:
[11:59:35] [debug] #0 00000008 in public HTTP_LiveScore () from livescore.amx
[11:59:38] [debug] Run time error 3: "Stack/heap collision (insufficient stack size)"
[11:59:38] [debug] Stack pointer (STK) is 0x415DC, heap pointer (HEA) is 0x55A08
[11:59:38] [debug] AMX backtrace:
[11:59:38] [debug] #0 00000008 in public HTTP_LiveScore () from livescore.amx
[11:59:41] [debug] Run time error 3: "Stack/heap collision (insufficient stack size)"
[11:59:41] [debug] Stack pointer (STK) is 0x415DC, heap pointer (HEA) is 0x55A08
[11:59:41] [debug] AMX backtrace:
[11:59:41] [debug] #0 00000008 in public HTTP_LiveScore () from livescore.amx
HELP ME PLEASE GUYS TO FIX THIS.
Re: SA-MP.EXE CRASH -
Mencent - 24.06.2016
Hello!
You must increase the memory of the server.
Put this into your script (under the includes):
PHP код:
#pragma dynamic 10000
When it won't help then increase the number after "dynamic".
Re: SA-MP.EXE CRASH -
Pearson - 24.06.2016
HELLO!
Thanks For Help.