samp-server.exe prints this, I don't know what to do... - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: samp-server.exe prints this, I don't know what to do... (
/showthread.php?tid=462501)
samp-server.exe prints this, I don't know what to do... -
Renaldasj - 07.09.2013
Hi, i have problem with my GM... i don't know what to do... everyone had this problem?
Код:
[22:47:30] Number of vehicle models: 34
[22:48:28] Incoming connection: 127.0.0.1:55137
[22:48:28] [join] Renaldas_Daim has joined the server (0:127.0.0.1)
[22:48:28] AllowPlayerTeleport() : function is deprecated. Please see OnPlayerClickMap()
[22:48:33] [debug] Run time error 3: "Stack/heap collision (insufficient stack size)"
[22:48:33] [debug] Stack pointer (STK) is 0xFD634, heap pointer (HEA) is 0xFD5FC
[22:48:33] [debug] AMX backtrace:
[22:48:33] [debug] #0 000a4784 in ?? () from liveLV.amx
[22:48:33] [debug] #1 000a4978 in ?? () from liveLV.amx
[22:48:33] [debug] #2 000a49cc in ?? () from liveLV.amx
[22:48:33] [debug] #3 000a49cc in ?? () from liveLV.amx
[22:48:33] [debug] #4 000a49cc in ?? () from liveLV.amx
[22:48:33] [debug] #5 000a49cc in ?? () from liveLV.amx
[22:48:33] [debug] #6 000a49cc in ?? () from liveLV.amx
[22:48:33] [debug] #7 000a49cc in ?? () from liveLV.amx
[22:48:33] [debug] #8 000a49cc in ?? () from liveLV.amx
[22:48:33] [debug] #9 000a49cc in ?? () from liveLV.amx
[22:48:33] [debug] #10 000a49cc in ?? () from liveLV.amx
[22:48:33] [debug] #11 000a49cc in ?? () from liveLV.amx
[22:48:33] [debug] #12 000a49cc in ?? () from liveLV.amx
[22:48:33] [debug] #13 000a49cc in ?? () from liveLV.amx
[22:48:33] [debug] #14 000a49cc in ?? () from liveLV.amx
[22:48:33] [debug] #15 000a49cc in ?? () from liveLV.amx
[22:48:33] [debug] #16 000a49cc in ?? () from liveLV.amx
[22:48:33] [debug] #17 000a49cc in ?? () from liveLV.amx
[22:48:33] [debug] #18 000a49cc in ?? () from liveLV.amx
[22:48:33] [debug] #19 000a49cc in ?? () from liveLV.amx
[22:48:33] [debug] #20 000a49cc in ?? () from liveLV.amx
[22:48:33] [debug] #21 000a49cc in ?? () from liveLV.amx
[22:48:33] [debug] #22 000a49cc in ?? () from liveLV.amx
[22:48:33] [debug] #23 000a49cc in ?? () from liveLV.amx
[22:48:33] [debug] #24 000a49cc in ?? () from liveLV.amx
[22:48:33] [debug] #25 000a49cc in ?? () from liveLV.amx
[22:48:33] [debug] #26 0008fbf8 in ?? () from liveLV.amx
[22:48:33] [debug] #27 000650a8 in public OnPlayerSpawn () from liveLV.amx
anyone? I had spent 1 week on this problem... and i don't know what to do...
Re: samp-server.exe prints this, I don't know what to do... -
xeeZ - 07.09.2013
You've got an unbounded recursion in some function called by OnPlayerSpawn, hence the stack overflow. Compile your gamemode with the -d3 flag (debugging level 3) to get more details (like the name of the function) next time you get this error.
Re: samp-server.exe prints this, I don't know what to do... -
Renaldasj - 07.09.2013
in MySQL_Load ( playerid ) ; are error, i don't know where. need code?
Re: samp-server.exe prints this, I don't know what to do... -
Renaldasj - 07.09.2013
HELP!