Server crashed on player log in - 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: Server crashed on player log in (
/showthread.php?tid=72639)
Server crashed on player log in -
Big_Duck - 09.04.2009
Quote:
--------------------------
Exception At Address: 0x00461938
Registers:
EAX: 0x00000000 EBX: 0x01ADE770 ECX: 0x00000001 EDX: 0x00000001
ESI: 0x00000000 EDI: 0x00E5BEC8 EBP: 0x0012F548 ESP: 0x0012F408
EFLAGS: 0x00010246
Stack:
--------------------------
Exception At Address: 0x00461938
Registers:
EAX: 0x00000000 EBX: 0x01ADE770 ECX: 0x00000001 EDX: 0x00000001
ESI: 0x00000000 EDI: 0x00E5BEC8 EBP: 0x0012F548 ESP: 0x0012F408
EFLAGS: 0x00010246
Stack:
--------------------------
Exception At Address: 0x00461938
Registers:
EAX: 0x00000000 EBX: 0x01ADE770 ECX: 0x00000001 EDX: 0x00000001
ESI: 0x00000000 EDI: 0x00E5BEC8 EBP: 0x0012F548 ESP: 0x0012F408
EFLAGS: 0x00010246
Stack:
--------------------------
--------------------------
Exception At Address: 0x00461938
Registers:
EAX: 0x00000000 EBX: 0x01ADE770 ECX: 0x00000001 EDX: 0x00000001
ESI: 0x00000000 EDI: 0x00E5BEC8 EBP: 0x0012F548 ESP: 0x0012F408
EFLAGS: 0x00010246
Stack:
--------------------------
Exception At Address: 0x00461938
Registers:
EAX: 0x00000000 EBX: 0x01ADE770 ECX: 0x00000001 EDX: 0x00000001
ESI: 0x00000000 EDI: 0x00E5BEC8 EBP: 0x0012F530 ESP: 0x0012F3F0
EFLAGS: 0x00010246
Stack:
|
So my server crashes when some players log in , i guess its an account problem , cause they log in ,play for some time and than if they exit and log back in again they crash the server , only happens to some players and didn't happen to my account , if someone can help me i would really appreciate it , thanks .
Re: Server crashed on player log in -
DMSOrg - 09.04.2009
PM me the IP, I'll check it out and see if I can find what is wrong with it later.
Re: Server crashed on player log in -
Big_Duck - 09.04.2009
Ok so i pretty much figured out what triggers this problem , if a player crashes he gets crash=1 at the user file ,and if he tries to log back in he crashes the server , if i change it to 0 the server doesn't crash anymore , is there any way to stop that crash counter so it could remain at 0 all the time?
Re: Server crashed on player log in -
Clum` - 09.04.2009
Quote:
Originally Posted by Big_Duck
Ok so i pretty much figured out what triggers this problem , if a player crashes he gets crash=1 at the user file ,and if he tries to log back in he crashes the server , if i change it to 0 the server doesn't crash anymore , is there any way to stop that crash counter so it could remain at 0 all the time?
|
There must be something in the script that says 'crash == 1; or similar, search for it and delete.
Re: Server crashed on player log in -
Big_Duck - 10.04.2009
Did that ,no effect , if crashed = 1 in the user cfg server crashes...
Re: Server crashed on player log in -
gijsmin - 10.04.2009
put your OnPlayerConnect here:
http://www.pastebin.com
then give us the link then we will MABY fix for you
Re: Server crashed on player log in -
Big_Duck - 10.04.2009
Ok here it is
http://pastebin.com/mc8eb3eb