Crash server - 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: Crash server (
/showthread.php?tid=74097)
Crash server -
63Sylvain - 19.04.2009
Hi, I have a big problem with my server it crash very often and I have no idea where the problem can come
Here is the crash log:
Код:
--------------------------
Exception At Address: 0x100025B3
Registers:
EAX: 0x00000001 EBX: 0x01C61604 ECX: 0x785838DA EDX: 0x003DDFE8
ESI: 0x01102258 EDI: 0x01102258 EBP: 0x0012F530 ESP: 0x0012F518
EFLAGS: 0x00010206
Stack:
--------------------------
Exception At Address: 0x0047C8C6
Registers:
EAX: 0x00000000 EBX: 0x01E9AE74 ECX: 0x00000000 EDX: 0x0012F2E0
ESI: 0x0012F2E0 EDI: 0x0012F4E0 EBP: 0x0012EF94 ESP: 0x0012EF10
EFLAGS: 0x00010246
Stack:
Please help me
Re: Crash server -
Mr187 - 19.04.2009
try using another script for a little and see what happens, and if it doesnt crash that there's a bug in your script doing it. and if it does crash than either its your filterscripts or your server files
Re: Crash server -
63Sylvain - 19.04.2009
thank you for your reply.
I'll try to remove a FS recently modified.
But I think the problem come from gm.
EDIT: After removing the FS my server continues to crash thus come from my GM.
Re: Crash server -
WardenCS - 23.04.2009
use another gm or look where did u edited it last time
Re: Crash server -
63Sylvain - 13.05.2009
I found where the problem come

for:
Код:
Exception At Address: 0x0047C8C6
Registers:
EAX: 0x00000000 EBX: 0x01E9AE74 ECX: 0x00000000 EDX: 0x0012F2E0
ESI: 0x0012F2E0 EDI: 0x0012F4E0 EBP: 0x0012EF94 ESP: 0x0012EF10
EFLAGS: 0x00010246
Its just the FS F_SpeedoMeter that i have included in the GM who made crashed.
now there is much fewer crash.
But I have always not to find of or come this error:
Код:
Exception At Address: 0x100025B3
Registers:
EAX: 0x00000001 EBX: 0x01C61604 ECX: 0x785838DA EDX: 0x003DDFE8
ESI: 0x01102258 EDI: 0x01102258 EBP: 0x0012F530 ESP: 0x0012F518
EFLAGS: 0x00010206
Which is here since a long time.
Re: Crash server -
Chris-Teixeira - 13.05.2009
You might have a /command that is bugged, that will crash your server everytime you use that /cmd it happend to me and my server, try finding out what /cmd it is ( if it is a /cmd ) and try deleting it from your script and adding again or just dont use that /cmd