SA-MP Forums Archive
My server is crashing - 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: My server is crashing (/showthread.php?tid=238363)



My server is crashing - sMog. - 11.03.2011

Hello my server is crashing :S
Crashlog:
Код:
--------------------------

SA-MP Server: 0.3c



Exception At Address: 0x004A4B44



Registers:

EAX: 0x00000000	EBX: 0x00000400	ECX: 0x00000100	EDX: 0x7EFEFEFF

ESI: 0x00000000	EDI: 0x0464E8B8	EBP: 0x0000000E	ESP: 0x0018F394

EFLAGS: 0x00010216



Stack:

+0000: 0x04C80020   0x0464D530   0x0464E8B8   0x0047CFFB

+0010: 0x0464E8B8   0x00000000   0x00000400   0x01DAB5F0

+0020: 0x00000000   0x0018F3EC   0x05B817D4   0x0000000E

+0030: 0x0048837E   0x43F38000   0x43A00000   0x00000000

+0040: 0x01DAB5F0   0x01DAB5F0   0x05074670   0x04C80020

+0050: 0x00000000   0x0589A1EC   0x050C08E8   0x00401096

+0060: 0x01DAB5F0   0x05B817D4   0x053F421C   0x00402BB3

+0070: 0x01DAB5F0   0x0000007D   0x0018F424   0x05B817D4

+0080: 0x0018F8B4   0x00000000   0x00000000   0x01DAB5F0

+0090: 0x00461048   0x00461048   0x0078D5B8   0x0078D784

+00A0: 0x0056D8B8   0x0078D778   0x0056D8B8   0x05074670

+00B0: 0x053F421C   0x00000000   0x05070020   0x0037FBAC

+00C0: 0x0048782E   0x01DAB5F0   0x0018F8A4   0x0000024D

+00D0: 0x646D637A   0x476E4F5F   0x4D656D61   0x4965646F

+00E0: 0x0074696E   0x01DAB5F0   0x01DAB5F0   0x05074670

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

+0100: 0x00000000   0x00000000   0x00000000   0x00000000

+0110: 0x00000000   0x00000000   0x00000000   0x00000000

+0120: 0x00000000   0x00000000   0x00000000   0x00000000

+0130: 0x02080052   0x00000054   0x00000000   0x00694400



Re: My server is crashing - Stigg - 11.03.2011

Have you recently changed any settings ?
Is your gm compiled and up to date ?
Is your gm in the correct folder ?
Are all plugins installed and ok ?
Are all filterscripts compiled and present ?
Have you change the password from the default in server cfg ?
Cant think of anything else at the minute.


Re: My server is crashing - sMog. - 11.03.2011

Yes this gamemode supports multilanguage and i translated this
yes
Yes
Yes
I dont use filterscrits right now
yes
Okei


Re: My server is crashing - Mauzen - 11.03.2011

This is a script problem 99% sure.

Check for invalid arrays, wrong format parameters, etc

The moment the server crashes will tell you where to look in the script (e.g. when a player joins = OnPlayerConnect)


Re: My server is crashing - Markx - 11.03.2011

Delete gta_sa.set in userfiles folder.


Re: My server is crashing - sMog. - 11.03.2011

how to you read error codes ?