Anyone understand this:
#1

Код:
[23:00:55] [debug]  Stack pointer (STK) is 0x1204DF8, heap pointer (HEA) is 0x1204EC8
[23:00:55] [debug] Run time error 3: "Stack/heap collision (insufficient stack size)"
[22:38:55] [debug] #10 ???????? in public OnPlayerConnect () from HE_RP.amx
[22:38:55] [debug] #9 ???????? in public SSCANF_OnPlayerConnect () from HE_RP.amx
[22:38:55] [debug] #8 ???????? in public Audio_OnPlayerConnect () from HE_RP.amx
[22:38:55] [debug] #7 ???????? in public Itter_OnPlayerConnect () from HE_RP.amx
[22:38:55] [debug] #6 ???????? in public RL_OnPlayerConnect () from HE_RP.amx
[22:38:55] [debug] #5 ???????? in public Streamer_OnPlayerConnect () from HE_RP.amx
[22:38:55] [debug] #4 ???????? in public OnPlayerDisconnect () from HE_RP.amx
[22:38:55] [debug] #3 ???????? in public SSCANF_OnPlayerDisconnect () from HE_RP.amx
[22:38:55] [debug] #2 ???????? in public Audio_OnPlayerDisconnect () from HE_RP.amx
[22:38:55] [debug] #1 ???????? in public Itter_OnPlayerDisconnect () from HE_RP.amx
[22:38:55] [debug] #0 ???????? in public Streamer_OnPlayerDisconnect () from HE_RP.amx
[22:38:55] [debug] AMX backtrace:
[22:38:55] [debug]  Stack pointer (STK) is 0x1204BC0, heap pointer (HEA) is 0x1204EC8
[22:38:55] [debug] Run time error 3: "Stack/heap collision (insufficient stack size)"
Anyone know what these problems are?
Reply
#2

https://sampwiki.blast.hk/wiki/Heapspace
Seems that you reached the max value of the stack size.
To be honest, I don't know very much about that.
Reply
#3

Quote:
Originally Posted by irinel1996
Посмотреть сообщение
https://sampwiki.blast.hk/wiki/Heapspace
Seems that you reached the max value of the stack size.
To be honest, I don't know very much about that.
Is there a way to fix something like this?***
Reply
#4

Take a look: https://sampforum.blast.hk/showthread.php?tid=55261
I won't say anything because I can't confirm nothing. Between, give a try.
Reply
#5

Quote:
Originally Posted by irinel1996
Посмотреть сообщение
Take a look: https://sampforum.blast.hk/showthread.php?tid=55261
I won't say anything because I can't confirm nothing. Between, give a try.
This pretty much would be the problem, I just found like thousands of strings in this script (a heavy badly scripted edit)
Reply
#6

try to change your compiler options (currently like "-r") to
Код:
-r -S65536
...this will increase your heap/stacksize to an adequate value ^^
Reply
#7

Take a look at this post, it gonna fix.

http://forum.sa-mp.com/showpost.php?...10&postcount=3
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)