SA-MP Forums Archive
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] [debugRun time error 3"Stack/heap collision (insufficient stack size)"
[11:59:21] [debug]  Stack pointer (STKis 0x415DCheap pointer (HEAis 0x55A08
[11:59:21] [debugAMX backtrace:
[
11:59:21] [debug#0 00000008 in public HTTP_LiveScore () from livescore.amx
[11:59:21] [debugRun time error 3"Stack/heap collision (insufficient stack size)"
[11:59:21] [debug]  Stack pointer (STKis 0x415DCheap pointer (HEAis 0x55A08
[11:59:21] [debugAMX backtrace:
[
11:59:21] [debug#0 00000008 in public HTTP_LiveScore () from livescore.amx
[11:59:25] [debugRun time error 3"Stack/heap collision (insufficient stack size)"
[11:59:25] [debug]  Stack pointer (STKis 0x415DCheap pointer (HEAis 0x55A08
[11:59:25] [debugAMX backtrace:
[
11:59:25] [debug#0 00000008 in public HTTP_LiveScore () from livescore.amx
[11:59:28] [debugRun time error 3"Stack/heap collision (insufficient stack size)"
[11:59:28] [debug]  Stack pointer (STKis 0x415DCheap pointer (HEAis 0x55A08
[11:59:28] [debugAMX backtrace:
[
11:59:28] [debug#0 00000008 in public HTTP_LiveScore () from livescore.amx
[11:59:31] [debugRun time error 3"Stack/heap collision (insufficient stack size)"
[11:59:31] [debug]  Stack pointer (STKis 0x415DCheap pointer (HEAis 0x55A08
[11:59:31] [debugAMX 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] [debugRun time error 3"Stack/heap collision (insufficient stack size)"
[11:59:35] [debug]  Stack pointer (STKis 0x415DCheap pointer (HEAis 0x55A08
[11:59:35] [debugAMX backtrace:
[
11:59:35] [debug#0 00000008 in public HTTP_LiveScore () from livescore.amx
[11:59:38] [debugRun time error 3"Stack/heap collision (insufficient stack size)"
[11:59:38] [debug]  Stack pointer (STKis 0x415DCheap pointer (HEAis 0x55A08
[11:59:38] [debugAMX backtrace:
[
11:59:38] [debug#0 00000008 in public HTTP_LiveScore () from livescore.amx
[11:59:41] [debugRun time error 3"Stack/heap collision (insufficient stack size)"
[11:59:41] [debug]  Stack pointer (STKis 0x415DCheap pointer (HEAis 0x55A08
[11:59:41] [debugAMX 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.