Please Help!!
#1

My server shuts down after some time and i don't know why please help me.
There is a crashinfo.txt

Quote:

--------------------------

SA-MP Server: 0.3b R2



Exception At Address: 0x004A69A8



Registers:

EAX: 0x4F464E49 EBX: 0x03E9AE73 ECX: 0x7FFFFFFE EDX: 0x0012F95B

ESI: 0x0012F5B0 EDI: 0x0012FD82 EBP: 0x0012F5FC ESP: 0x0012F570

EFLAGS: 0x00010202



Stack:

+0000: 0x0012FD48 0x0012F948 0x03E9AE30 0x77B372E0

+0010: 0x001A0018 0x004A66D7 0x0012FD60 0x00000007

+0020: 0x00000000 0x38000000 0x00000000 0x00000000

+0030: 0x00000000 0x00000000 0x00000000 0x0012F5E8

+0040: 0x00000014 0x00000000 0x4F464E49 0xFFFFFFFF

+0050: 0x00000000 0x0024F638 0x00000001 0x00000000

+0060: 0x00000044 0x00000000 0x0100F608 0x00000000

+0070: 0x00000220 0x01010000 0x0012F520 0x00000001

+0080: 0x0012FA0C 0x77A7D75D 0x00396A03 0xFFFFFFFE

+0090: 0x77AB31AF 0x77AB2DA8 0x00000000 0x0024F638

+00A0: 0x68A92658 0x0046CA43 0x00000001 0x004BD5B8

+00B0: 0xFFFFFFFF 0x770B0877 0x001F0000 0x00000000

+00C0: 0x0024F638 0x0000002E 0x00000000 0x68A92658

+00D0: 0x00000000 0x00000001 0x0000021C 0x0012F6A0

+00E0: 0x770B094C 0x77109280 0xFFFF0000 0x00000000

+00F0: 0x77A935F0 0x00000000 0x00000000 0x00000000

+0100: 0x00000000 0x00000000 0x00000000 0x00000000

+0110: 0x00320030 0x0024F638 0x00000000 0x0024F638

+0120: 0x0012F900 0x7780944B 0x0012F54C 0x68A90000

+0130: 0x0012F710 0x77A7D75D 0x00389973 0xFFFFFFFE

Reply
#2

Oops sorry wrong post.
Reply
#3

Could you show us some of your code, because we can't do anything here now, or maybe, do you have SSCANF plugin, it used to crash my server, so I removed it.
Reply
#4

Probably an array out of bounds. Check if all your arrays are big enough. When you have for example:

new array[10];

and want to use this

a = array[11];

It can crash the server and create an exception like yours.
Btw sscanf only crashes the server if you use it wrong. The plugin itself works without big problems.
Reply
#5

Ok thanks i'll try to check arrays
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)