Major Crash (Beta Testers; Plz help)
#1

Hello,
Players on my server are getting this major crash in and out.
If you have a solution to this, Please reply.

Код:
SA-MP 0.3c
Exception At Address: 0x00217265

Registers:
EAX: 0xFFFF000B	EBX: 0x17DA3A19	ECX: 0x0000FFFF	EDX: 0xFFFFFFFF
ESI: 0x43869248	EDI: 0x41B00000	EBP: 0x75A8F9B0	ESP: 0x0028FB5C
EFLAGS: 0x00010212

Stack:
+0000: 0x00002172   0x41B00000   0x43869248   0x17DA3A19
+0010: 0x0071A780   0x0028FB8C   0x41B00000   0x43869248
+0020: 0x17DA3A19   0x17DA3A19   0x17DA3618   0x00000000
+0030: 0x49742400   0xC9742400   0xC9742400   0x49742400
+0040: 0x03C6BCB5   0x41B00000   0x43869248   0x17DA3A19
+0050: 0x17D725A0   0x00000002   0x44A00000   0x3ACCCCCD
+0060: 0x44400000   0x3B124925   0x03C25F28   0x0000001A
+0070: 0x00000018   0x03C6288D   0x00000000   0x265DC7E0
+0080: 0x00000006   0x0028FC0C   0x00000006   0x720D37A5
+0090: 0x1F656F10   0x0028FC00   0x00000000   0x05DA9900
+00A0: 0x05DAC43C   0x00000006   0x00000437   0x00000002
+00B0: 0x00000000   0x05DA9900   0x00000000   0x0028FC38
+00C0: 0x720BEDFD   0x05DA9900   0x00000000   0x00000000
+00D0: 0x00000000   0x00000000   0x00000000   0x000000AF
+00E0: 0x03C85BDB   0x05DA9900   0x00000000   0x00000000
+00F0: 0x00000001   0x00000000   0x007FDE41   0x03BCFFC0
+0100: 0x00000000   0x00000000   0x00B7CD98   0x00000000
+0110: 0x000000AF   0x007FE7DC   0x00000000   0x00000000
+0120: 0x00B7CD98   0x0000021B   0x0072859C   0x00000001
+0130: 0x00000000   0x00000005   0x00C80468   0x00000004
+0140: 0x00584954   0x4322AFB0   0x44268AEF   0x4322AFB1
+0150: 0x4420E2C7   0x4339504F   0x44268AEF   0x43395050
+0160: 0x4420E2C7   0x0028FD04   0x00000299   0x4339504F
+0170: 0x44268AEF   0x43395050   0x4420E2C7   0x4322AFB1
+0180: 0x4420E2C7   0x4322AFB0   0x44268AEF   0x00588727
+0190: 0x00BAA258   0x432E0000   0x4423B6DB   0x00000004
+01A0: 0x00000010   0x00588538   0x00000001   0x03C638D4
+01B0: 0x00000008   0x00585C2C   0x00000008   0x00000001
+01C0: 0x00000000   0x0000001A   0x00000018   0x75A8F9B0
+01D0: 0x00000000   0x000000AF   0x00000000   0x00000000
+01E0: 0x432E0000   0x4423B6DB   0x00000000   0x438A0000
+01F0: 0x4423B6DB   0x44A23D85   0xC4462673   0x44878040
+0200: 0x00000000   0x0000001A   0x0058FCE9   0x00000001
+0210: 0x0053E504   0x00000001   0x00000001   0x75A8F9B0
+0220: 0x0028FD90   0x00000000   0x017246E8   0x00B6F028
+0230: 0x03CAD6A1   0x0000001A   0x00000001   0x00000000
+0240: 0x0053EB17   0x44200000   0x43C00000   0x0053ECC2
+0250: 0x00000001   0x00619B71   0x0000001A   0x00000001
+0260: 0x00000001   0x0000000A   0x00748DA0   0x0000001A
+0270: 0x00000001   0x75B61225   0x00000000   0x0028FF88

SCM Op: 0x470, lDbg: 0

Game Version: US 1.0

State Information: Ped Context: 0
P0 (0,0) P1 (0,0) P2 (0,0) P3 (0,0) 
P5 (0,0) P6 (45,0) P7 (45,0) 
P8 (0,0) P9 (0,0) P10 (0,0)
Reply
#2

Do you use Textdraws ?
Try to make sure that you set the color in textdraws correctly!

Be careful with that modificator: ~

Код:
// Correct code:
test=TextDrawCreate(100.0,100.0,"~w~Welcome to my ~g~SA-MP server");

//WRONG code:
test=TextDrawCreate(100.0,100.0,"~w~Welcome to my ~g~~SA-MP server");
If that does not help:

-Give us some information: WHEN do the clients crash (OnConnect,OnSpawn,OnDeath?...)
-Please give us some code..
Reply
#3

Use the crashdetect plugin and try it out. It helps.
Reply
#4

Quote:
Originally Posted by webcode421F
Посмотреть сообщение
Do you use Textdraws ?
Try to make sure that you set the color in textdraws correctly!

Be careful with that modificator: ~

Код:
// Correct code:
test=TextDrawCreate(100.0,100.0,"~w~Welcome to my ~g~SA-MP server");

//WRONG code:
test=TextDrawCreate(100.0,100.0,"~w~Welcome to my ~g~~SA-MP server");
If that does not help:

-Give us some information: WHEN do the clients crash (OnConnect,OnSpawn,OnDeath?...)
-Please give us some code..
Well, It crashes players at any time and any stage. Generally when roaming around S.A. But like you said, I do believe this might be the case. I will try to review but it might take a while since I use many gametext and textdraws in my script.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)