Server Crash ??
#1

Hello everyone,

I've tryed to use a rcon command to unload a fs. When it unload the server goes down/crash.

Is this a bug?!

Edit:

This is the error crash code:

Код:
SA-MP Server: 0.3c R5



Exception At Address: 0x0047A472



Registers:

EAX: 0x00000000	EBX: 0x01785F08	ECX: 0x00000008	EDX: 0x000007F8

ESI: 0x00000000	EDI: 0x014984C0	EBP: 0x0149E5A0	ESP: 0x0012FDF8

EFLAGS: 0x00010212



Stack:

+0000: 0x01498F28   0x7682C246   0x3BA371A6   0x014984C0

+0010: 0x0149E5A0   0x00000003   0x014984C0   0x0149E5C0

+0020: 0x000001F4   0x00485643   0x00000004   0x7682C290

+0030: 0x7682BD5C   0x00000000   0x3BA371A6   0x00481D5E

+0040: 0x00000000   0x00001DB1   0x0012FF88   0x7FFDF000

+0050: 0x0000F000   0x00010101   0x00000001   0x00001E61

+0060: 0x00000078   0x000012FC   0x01498F28   0x656D6167

+0070: 0x65646F6D   0x00003531   0x004B4014   0x004B4010

+0080: 0x7FFDF000   0x0049ED10   0x0012FE70   0x0012FF78

+0090: 0x0012FF78   0x00490C48   0x004AAB18   0xFFFFFFFF

+00A0: 0x0048EED1   0x0048EEE1   0x0049ED10   0x0012FF78

+00B0: 0x0049E981   0xFFFFFFFF   0x004906E5   0x00000001

+00C0: 0x01491468   0x014914B8   0x00000094   0x00000006

+00D0: 0x00000001   0x00001DB1   0x00000002   0x76726553

+00E0: 0x20656369   0x6B636150   0x00003120   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
Reply
#2

Show us your OnFilterScriptExit code.
Reply
#3

pawn Код:
public OnFilterScriptExit()
{
    print(" FilterScript UnLoaded ");
    return 1;
}
I dont think there's a problem with FilterScriptExit
Reply
#4

Show us your OnRConCommand....(I forgot the callback name, just search for OnRCon)
Reply
#5

Quote:
Originally Posted by varthshenon
Посмотреть сообщение
Show us your OnRConCommand....(I forgot the callback name, just search for OnRCon)
OMG i'm sure this a server crash not my FS.

Anyways
pawn Код:
SendRconCommand("unloadfs FS");
Is the same as " /rcon unloadfs FS " that in game work to unload it, but in GM/FS not.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)