most samp server get crashed - 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: most samp server get crashed (
/showthread.php?tid=536835)
most samp server get crashed -
God'Z War - 12.09.2014
hi,
I found a big problem on samp server. I got somany complaints about this. Everyone get timeout and show 'Connection lost'. When i check on server log, It shows a error with callbacks. same crash happen to another server and they have the same error
It is like same error with different callbacks
Код:
[13:37:06] [debug] Run time error 4: "Array index out of bounds"
[13:37:06] [debug] Accessing element at index 65535 past array upper bound 99
[13:37:06] [debug] AMX backtrace:
[13:37:06] [debug] #0 000b9164 in public OnPlayerLogin (0x00000002, 0x0000ffff, 0x418c8c9d, 0x00000036) from v6.0.amx
And this is another server log
Код:
[13:37:06] [debug] Run time error 4: "Array index out of bounds"
[13:37:06] [debug] Accessing element at index 65535 past array upper bound 99
[13:37:06] [debug] AMX backtrace:
[13:37:06] [debug] #0 000b9164 in public GPA_OnPlayerTakeDamage (0x00000002, 0x0000ffff, 0x418c8c9d, 0x00000036) from v6.0.amx
Not only this, I got another error with callbacks OnPlayerDisconnect... Etc..
it seems, someone attacking to callbacks, is it possible ?
So I am kindly requesting kalcor to fix this crash. Day by day somany server getting crashed
Sorry for my bad english
Re: most samp server get crashed -
KayJ - 12.09.2014
Quote:
Originally Posted by God'Z War
hi,
I found a big problem on samp server. I got somany complaints about this. Everyone get timeout and show 'Connection lost'. When i check on server log, It shows a error with callbacks. same crash happen to another server and they have the same error
It is like same error with different callbacks
Код:
[13:37:06] [debug] Run time error 4: "Array index out of bounds"
[13:37:06] [debug] Accessing element at index 65535 past array upper bound 99
[13:37:06] [debug] AMX backtrace:
[13:37:06] [debug] #0 000b9164 in public OnPlayerLogin (0x00000002, 0x0000ffff, 0x418c8c9d, 0x00000036) from v6.0.amx
And this is another server log
Код:
[13:37:06] [debug] Run time error 4: "Array index out of bounds"
[13:37:06] [debug] Accessing element at index 65535 past array upper bound 99
[13:37:06] [debug] AMX backtrace:
[13:37:06] [debug] #0 000b9164 in public GPA_OnPlayerTakeDamage (0x00000002, 0x0000ffff, 0x418c8c9d, 0x00000036) from v6.0.amx
Not only this, I got another error with callbacks OnPlayerDisconnect... Etc..
it seems, someone attacking to callbacks, is it possible
So I am kindly requesting kalcor to fix this crash. Day by day somany server getting same crash
Sorry for my bad english
|
Same with me
Re: most samp server get crashed -
SPA - 12.09.2014
Please read what i 'v writted here:
http://forum.sa-mp.com/showthread.ph...73#post3194073
Re: most samp server get crashed -
God'Z War - 12.09.2014
It wont fix SPA, Check my replay on that post
Re: most samp server get crashed -
Arjanz - 12.09.2014
Happened with my server aswell, but when i updated some includes and plugins it got fixed, but i also did some changes in the gm so cant tell how it got fixed.
Re: most samp server get crashed -
Infinity - 12.09.2014
Are you sure it's not your own script being buggy? OnPlayerLogin is not a native function of SA-MP, you know...
Re: most samp server get crashed -
rymax99 - 12.09.2014
https://sampforum.blast.hk/showthread.php?tid=536460