Server Restarts in 5-7 Sec's!
#1

Dear Frends,

I am getting a problem that my server gets closed After about 30-40 seconds
and i am not able to solve it and if that error will be solved,
my script will be completed and You will be given Credits in my
server.....
The Crash Info Looks like this-
Код:
--------------------------

SA-MP Server: 0.3d-R2



Exception At Address: 0x00492AAC



Registers:

EAX: 0x3339397B	EBX: 0x01964673	ECX: 0x7FFFFFFE	EDX: 0x0012F967

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

EFLAGS: 0x00010202



Stack:

+0000: 0x0012FD48   0x0012F948   0x0196464C   0x0007B690

+0010: 0x0007B6B4   0x0007B6B4   0x000776BC   0x00000007

+0020: 0x00000000   0x01872990   0x00000000   0x00000000

+0030: 0x00000000   0x00000000   0x00000000   0x00EAD890

+0040: 0x00000020   0x00000000   0x3339397B   0xFFFFFFFF

+0050: 0x00000000   0x00000270   0x00EAD890   0x00000000

+0060: 0x00EAD890   0xFFFFFFFF   0x00EAD890   0x0012F614

+0070: 0x0012F5FC   0x0046D5AF   0x00EAD890   0x000776B8

+0080: 0x00EAD890   0x00000000   0x00000001   0x0196066C

+0090: 0x00488A5B   0x00000016   0x00000270   0x00000000

+00A0: 0xFFFFFFFF   0x00488A6F   0x0012F86C   0x009D6E48

+00B0: 0x0201A801   0x0000003D   0x0000FFFF   0x009D0270

+00C0: 0x00000038   0x00000038   0x00000030   0x0012F86C

+00D0: 0x004E5200   0x00000FFF   0x018E91A4   0x00EAD890

+00E0: 0x019645BC   0x0012F674   0x00EAD890   0x000001DC

+00F0: 0x00000002   0x00000108   0x00000001   0x019645BC

+0100: 0x018E9240   0x00000001   0x0012F240   0x018E9234

+0110: 0x00000001   0x00000018   0x0012F264   0x00000001

+0120: 0x018732AC   0x00000006   0x004A8DA6   0x00000035

+0130: 0x004A9178   0x0040174F   0x00EAD890   0x00000035
Thanks, Waiting for your reply

-Ronaldo_Raul
Reply
#2

Quote:

I am getting a problem that my server gets closed

.
What kind of timers do you use right after start of the server?
Reply
#3

Quote:
Originally Posted by timothyinthehouse
Посмотреть сообщение
.
What kind of timers do you use right after start of the server?
Using these timers. -
pawn Код:
SetTimer("InCar2",10000,1);
    SetTimer("SendMSG", 60000, true);
    SetTimer("Onlinep", SEC2, 1);
    SetTimer("SchimbaNumele" , 3000 , 0);
    SetTimer("SchimbaNumele2" , 3000 , 0);
    UsePlayerPedAnims();
    DisableInteriorEnterExits( );
    SetTimer("weatherchange",10800000,true);
    SetTimer("Counter",1000,1);
    TimerA=SetTimer("AngleUpdate", 200, true);
    TimerB=SetTimer("AutoFix", 500, true);
    TimerC=SetTimer("CheckPlayerState", 100, true);
Reply
#4

Make sure that you dont miss something from scriptfiles.
Reply
#5

^Blank strings aswell.
Reply
#6

Use print("something here"); under every function to know which of them is bugged.
Try using print under your timed callbacks aswell.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)