SA-MP Forums Archive
My server keep crashing - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: My server keep crashing (/showthread.php?tid=109806)



My server keep crashing - [WS]Hyper - 22.11.2009

It used to work just fine but today it started crashing after like 1 minute.. A crashlog was made and it keep repeating this error:

Exception At Address: 0x7C82A38B



Registers:

EAX: 0x00000001 EBX: 0x007F0000 ECX: 0x00000000 EDX: 0x013020D0

ESI: 0x013020C8 EDI: 0x000003FE EBP: 0x0012F200 ESP: 0x0012EFE4

EFLAGS: 0x00010246



Stack:

+0000: 0x00001FE4 0x00001FE4 0x00001FE4 0x7C82A144

+0010: 0x007F0808 0x0012F220 0x7C82A0D8 0x7C82A11C

+0020: 0x00000038 0x00000038 0x609C9040 0x0012F090

+0030: 0x71B21803 0x00000000 0x006B6C48 0x00000000

+0040: 0x00000000 0x00000010 0x0000000E 0x0012F035

+0050: 0x00320178 0xDE19F2B1 0x00000000 0x00000001

+0060: 0x0000001C 0x0012F124 0x00000000 0x01600000

+0070: 0x004910DB 0x00146B88 0x0012F29C 0x00000000

+0080: 0x00000001 0x00000000 0x0012F0A0 0x00000000

+0090: 0x0012F164 0x00000000 0x0012F090 0x0000E509

+00A0: 0x00000000 0x00000018 0x00000000 0x00000000

+00B0: 0x00000000 0x013020D0 0x7C82A100 0x000006F4

+00C0: 0x00000099 0x7C829FF6 0x00000003 0x00000000

+00D0: 0x67F7A44D 0x0000E509 0x00320178 0x00000030

+00E0: 0x0012EF74 0x00000078 0x00320178 0x00320178

+00F0: 0x00003400 0x0012F018 0x71BF1510 0x0012F130

+0100: 0x71B4654F 0x71B21930 0xFFFFFFFF 0x00000001

+0110: 0x71C0283C 0x000006F5 0x0012F164 0x71C023EC

+0120: 0x006B6C48 0x006B6C48 0x71C02855 0x609C9040

+0130: 0x000006F4 0x7C826FE9 0x71B225D5 0x000006F4


What does it mean?


Re: My server keep crashing - TMasters - 22.11.2009

******

Quote:

0x7C82A38B




Re: My server keep crashing - dice7 - 22.11.2009

Quote:
Originally Posted by TMasters.tk
******

Quote:

0x7C82A38B

That will give you absolutely no info what so ever about his problem.

On exactly what point does the server crash ?


Re: My server keep crashing - [WS]Hyper - 22.11.2009

Nope, its when a specific players joins.. When most players join it's all fine but there is 1 who screws it all up. I use a MySQL DB but there's no errors in the connecting :/.
I resetted his account, but same thing.


Re: My server keep crashing - dice7 - 22.11.2009

Then show your OnPlayerConnect


Re: My server keep crashing - [WS]Hyper - 22.11.2009

it seems fixed for now, I'll let u know if it happens again


Re: My server keep crashing - [WS]Hyper - 23.11.2009

Still not fixed but I MAY have found something...

samp_mysql_free_result

It gets called when ppl log in, could that crash the server and what is it supposed to do?