Crashing randomly - 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)
+--- Thread: Crashing randomly (
/showthread.php?tid=406668)
Crashing randomly -
Luis- - 11.01.2013
Hey! I've been using 0.3x while coding a new update for my server and for some reason i've started crashing, here's the crash code.
Код:
SA-MP 0.3x-RC1-2
Exception At Address: 0x00719176
Registers:
EAX: 0x00000000 EBX: 0x0FB10A00 ECX: 0x0028FA38 EDX: 0x00000186
ESI: 0x0FB13C89 EDI: 0x0FB16FFF EBP: 0x0FB10A79 ESP: 0x0028F9C8
EFLAGS: 0x00010297
Stack:
+0000: 0x44A2D000 0x00000000 0x00000000 0x00000000
+0010: 0x00000000 0x00000000 0x00000000 0x00000000
+0020: 0x00000000 0x0071A2C9 0x0FB13C89 0x0028FA38
+0030: 0x00000001 0x0028FA13 0x44A2D000 0x44364F6E
+0040: 0x7619F9B0 0x0FB10A79 0x53000000 0x44C08800
+0050: 0x00000000 0x00000000 0x00000000 0x00000011
+0060: 0x44364F6E 0x44C08800 0x00000000 0xFFFFFFFF
+0070: 0x00000000 0x00000000 0x00000000 0x00000000
+0080: 0x00000000 0x00000000 0x00000000 0x00000000
+0090: 0x00000000 0x00000000 0x00000000 0x00000000
+00A0: 0x00000000 0x00000000 0x00000000 0x00000000
+00B0: 0x00000000 0x00000000 0x00000000 0x00000000
+00C0: 0x00000000 0x00000000 0x00000000 0x00000000
+00D0: 0x00000000 0x00000000 0x00000000 0x00000000
+00E0: 0x00000000 0x00000000 0x00000000 0x00000000
+00F0: 0x00000000 0x00000000 0x00000000 0x00000000
+0100: 0x00000000 0x00000000 0x00000000 0x00000000
+0110: 0x00000000 0x00000000 0x00000000 0x00000000
+0120: 0x00000000 0x00000000 0x00000000 0x00000000
+0130: 0x00000000 0x00000000 0x00000000 0x00000000
+0140: 0x00000000 0x00000000 0x00000000 0x00000000
+0150: 0x00000000 0x00000000 0x00000000 0x00000000
+0160: 0x00000000 0x00000000 0x00000000 0x00000000
+0170: 0x00000000 0x0071A807 0x00000001 0x44A2D000
+0180: 0x44364F6E 0x0FB10A79 0x0FB10A79 0x0FB10678
+0190: 0x00000000 0x00000000 0x00000000 0x00000000
+01A0: 0x00000000 0x03AC4CFE 0x44A2D000 0x44364F6E
+01B0: 0x0FB10A79 0x0FB10A79 0x0FB10A79 0xFFFFFFFF
+01C0: 0xFFFFFFFF 0xFFFFFFFF 0xFFFFFFFF 0xFFFFFFFF
+01D0: 0xFFFFFFFF 0x0FB10A79 0x00000002 0x0FABBD28
+01E0: 0x00000800 0x44A2D000 0x44364F6E 0x45480000
+01F0: 0x3ACCCCCD 0x45480000 0x3B124925 0x03A37D66
+0200: 0x00000000 0x00000000 0x03AB81AB 0x00000004
+0210: 0x00000000 0x00000000 0x412D8106 0x0028FC58
+0220: 0x00000B7C 0x00000000 0x00000000 0x00000000
+0230: 0x006E8713 0x4537C000 0xBEC08000 0xC4D51604
+0240: 0x412D8106 0x0028FC58 0x00000A88 0x00000000
+0250: 0x452879FC 0x00C7DDF8 0x00000001 0x00000001
+0260: 0x00724D4F 0x00C7DE28 0x00C7DDF8 0x00725921
+0270: 0x44A6EEB5 0x43AF9392 0x4199A587 0x40000000
SCM Op: 0x77E, lDbg: 0 LastRendObj: 1412
Game Version: US 1.0
State Information: Ped Context: 0
I've no idea how to decode that crash code.
Re: Crashing randomly -
seanny - 11.01.2013
I can't read that code myself, but did you install any mods recently?
Re: Crashing randomly -
Alex Magaсa - 11.01.2013
LastRendObj: 1412
I think this object bugging
your script ! or you got mods..!
Re: Crashing randomly -
Luis- - 11.01.2013
I have no mods at all.
Re: Crashing randomly -
Kalcor - 11.01.2013
It looks like a TextDraw format code problem (~). I doubt it's a new to 0.3x.
Re: Crashing randomly -
Luis- - 11.01.2013
Thanks for that Kalcor! My own mistake but, thanks for narrowing it down.