[Solved] Server Crashes - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Solved] Server Crashes (
/showthread.php?tid=101534)
[Solved] Server Crashes -
SiJ - 11.10.2009
Hey,
I just recompiled my script with 0.3 includes, it compiles with no errors, but then I try to start server, it crashes and gives me this crashinfo.txt:
Quote:
--------------------------
Exception At Address: 0x0048024B
Registers:
EAX: 0x0012FDA0 EBX: 0x01DE19C4 ECX: 0x00000000 EDX: 0x00405910
ESI: 0x00000000 EDI: 0x0132B550 EBP: 0x0012FDB0 ESP: 0x0012FD88
EFLAGS: 0x00010286
Stack:
+0000: 0x0132B550 0x0132B550 0x01DE19C4 0xFFFFFFFF
+0010: 0x0012FD88 0x0012F9AC 0x0012FE5C 0x00483DAC
+0020: 0x0049CE78 0xFFFFFFFF 0x01DE3504 0x0040591D
+0030: 0x00000000 0x00401096 0x0132B550 0x01EFF7DC
+0040: 0x01E477C4 0x00402BB3 0x0132B550 0x0000000E
+0050: 0x0012FDF0 0x01EFF7DC 0x004BB0A8 0x0132B550
+0060: 0x00000001 0x00000000 0x00000000 0x000B8014
+0070: 0x000B8018 0x000B804C 0x000B4050 0x000B8024
+0080: 0x000B4050 0x01DE19C4 0x01E477C4 0x00000000
+0090: 0x01DE0020 0x00065E00 0x00461A24 0x0132B550
+00A0: 0x0012FE38 0x00000034 0x003E7650 0xFFFFFFFF
+00B0: 0x00000034 0x003E7650 0x00478BA8 0x004BB0A8
+00C0: 0x0049C419 0x003E74E9 0xFFFFFFFF 0x00000000
+00D0: 0x0132B550 0x0012FEDC 0x00491C78 0xFFFFFFFF
+00E0: 0x00477FEF 0x00000001 0x00000000 0x00000A28
+00F0: 0x0012FFC0 0x7FFDF000 0x000093C2 0x00010101
+0100: 0x000000FA 0x00001E61 0x00000070 0x000005CC
+0110: 0x003E7650 0x656D6167 0x65646F6D 0x00003531
+0120: 0x004A6014 0x004A6010 0x7FFDF000 0x00491ED0
+0130: 0x0012FEA8 0x0012FEA4 0x0012FFB0 0x00483DAC
|
P.S. I'm sure that I compiled it with 0.3 pawn & includes..
Re: [Help] Server Crashes [Need Someone Who Understands crashinfo.txt] -
Limex - 11.10.2009
You did it to all your filterscripts aswell?
Re: [Help] Server Crashes [Need Someone Who Understands crashinfo.txt] -
SiJ - 11.10.2009
Quote:
You did it to all your filterscripts aswell?
|
Yeah, I did.. -_-
Re: [Help] Server Crashes [Need Someone Who Understands crashinfo.txt] -
Kalcor - 11.10.2009
For some reason it's crashing loading the game mode amx file. Can you load other modes besides your own?
Re: [Help] Server Crashes [Need Someone Who Understands crashinfo.txt] -
SiJ - 11.10.2009
Quote:
Originally Posted by Kye
For some reason it's crashing loading the game mode amx file. Can you load other modes besides your own?
|
Yeah, I can... But why won't it load? It compiles ok... :S
I've completed "Major changes needed to 0.2X scripts:" steps..
I use these includes if that's important:
#include <a_samp>
#include <JunkBuster>
#include <dudb>
#include <pBank>
#include <MidoStream>
Maybe some of those causes problems?
EDIT: Removed JunkBuster... It loads now..