SA-MP Forums Archive
Server restarts - 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: Server restarts (/showthread.php?tid=256739)



Server restarts - Marshell - 22.05.2011

Im not sure why its happening, but the server restarts
its not like straight away its over a few hours.
I've checked the code and cant see anything it could be.

any ideas?


Re: Server restarts - THE_KNOWN - 22.05.2011

cpu?


Re: Server restarts - Marshell - 22.05.2011

nah thats running fairly low and even.


Re: Server restarts - THE_KNOWN - 22.05.2011

sometimes a problem with fetching mysql results made my server crash.


Re: Server restarts - Marshell - 22.05.2011

im not using MySQL otherwise that would of been my first thought


Re: Server restarts - xalith - 22.05.2011

check log files


Re: Server restarts - Marshell - 22.05.2011

it seems to go off every say 3-4 global saves..


Re: Server restarts - Marshell - 29.05.2011

it seems to only happen on a global save after someone has been online... any ideas?
i realy do need help on this.


Re: Server restarts - WarServers - 29.05.2011

It is your script.


Re: Server restarts - Marshell - 29.05.2011

could it be a command? thats making it restart even after the players left?


Re: Server restarts - xalith - 30.05.2011

check under the OnPlayerDisconnect


Re: Server restarts - Marshell - 31.05.2011

Cant see anything wrong under disconnect.

Here is the crash code anyways...

Code:
--------------------------

SA-MP Server: 0.3c R2



Exception At Address: 0x004A319B



Registers:

EAX: 0x0012FDA0	EBX: 0x033A3828	ECX: 0x00000000	EDX: 0x00405910

ESI: 0x00000000	EDI: 0x02A9D5F8	EBP: 0x0012FDB0	ESP: 0x0012FD88

EFLAGS: 0x00010286



Stack:

+0000: 0x02A9D5F8   0x02A9D5F8   0x033A3828   0xFFFFFFFF

+0010: 0x0012FD88   0x0012F9B4   0x0012FEDC   0x004A6FE4

+0020: 0x004C22A8   0xFFFFFFFF   0x033AC3A8   0x0040591D

+0030: 0x00000000   0x00401096   0x02A9D5F8   0x04E6B004

+0040: 0x034C8894   0x00402BB3   0x02A9D5F8   0x00000034

+0050: 0x0012FDF0   0x04E6B004   0x02D78348   0x00000000

+0060: 0x00000000   0x02A9D5F8   0x00000000   0x019A276C

+0070: 0x019A2770   0x019A29AC   0x00A605B0   0x019A277C

+0080: 0x00A605B0   0x033A3828   0x034C8894   0x00000000

+0090: 0x033A0020   0x0012506C   0x00490D3A   0x02A9D5F8

+00A0: 0x0012FE50   0x00000045   0x003F7660   0x77E424EE

+00B0: 0x3BC2BFC9   0x003F6BA8   0x02D78348   0x00000045

+00C0: 0x003F6BA8   0x02D6B4F8   0x000001F4   0x0049BC54

+00D0: 0x00000005   0x77E61C7B   0x77E62311   0x00000000

+00E0: 0x3BC2BFC9   0x004983EE   0x00000000   0x00000ECE

+00F0: 0x0012FFC0   0x7FFDE000   0x0001E000   0x00010101

+0100: 0x00000064   0x00001E73   0x00002F68   0x00000820

+0110: 0x003F7660   0x656D6167   0x65646F6D   0x00003531

+0120: 0x004CB014   0x004CB010   0x7FFDE000   0x004B50D0

+0130: 0x0012FEA8   0x0012FEA4   0x0012FFB0   0x004A6FE4



Re: Server restarts - xalith - 01.06.2011

hmm if its not in the script then i cant help you.


Re: Server restarts - Marshell - 01.06.2011

Quote:
Originally Posted by xalith
View Post
hmm if its not in the script then i cant help you.
Well last night i spent a few hours removing parts bit by bit and it still doing it :/ same error too


Re: Server restarts - SchurmanCQC - 01.06.2011

Is there something wrong with your login/register system?


Re: Server restarts - Marshell - 01.06.2011

Its an idea il have a look and see if i can find out wrong with that.


Re: Server restarts - shitbird - 01.06.2011

Quote:

it seems to go off every say 3-4 global saves..

What do you mean by "3-4 global saves" ?
If it's "saving" as in saving data, I suppose it's something to do with whatever you're saving. (Accounts, Server Settings, etc.)