SA:MP Server crash after loading filterscripts -
RACGaming - 20.03.2013
My SA:MP 0.3x server crashes after it loads filterscripts, please help!
Logs:
pawn Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3x, (C)2005-2013 SA-MP Team
[20:55:59] filterscripts = "" (string)
[20:55:59]
[20:55:59] Server Plugins
[20:55:59] --------------
[20:55:59] Loading plugin: sscanf
[20:55:59]
[20:55:59] ===============================
[20:55:59] sscanf plugin loaded.
[20:55:59] Version: 2.8.1
[20:55:59] (c) 2012 Alex "******" Cole
[20:55:59] ===============================
[20:55:59] Loaded.
[20:55:59] Loaded 1 plugins.
[20:55:59]
[20:55:59] Filterscripts
[20:55:59] ---------------
[20:55:59] Loaded 0 filterscripts.
Re: SA:MP Server crash after loading filterscripts -
Misiur - 20.03.2013
Search crashdetect on forums and install it, and show your server.cfg
Re: SA:MP Server crash after loading filterscripts -
RACGaming - 20.03.2013
My server.cfg, i hidded some parts with ***
pawn Код:
echo Executing Server Config...
lanmode 1
rcon_password ***
maxplayers 32
port 7777
hostname ***
gamemode0 *** 1
filterscripts
plugins sscanf
announce 1
query 1
chatlogging 1
weburl ***
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
Re: SA:MP Server crash after loading filterscripts -
Joshman543 - 20.03.2013
Are you missing any plugins like streamer or whirlpool?
Re: SA:MP Server crash after loading filterscripts -
RACGaming - 20.03.2013
No Im not, only sscanf and now crasdetect.
Logs with crashdetect on:
pawn Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3x, (C)2005-2013 SA-MP Team
[21:06:48] filterscripts = "" (string)
[21:06:48]
[21:06:48] Server Plugins
[21:06:48] --------------
[21:06:48] Loading plugin: sscanf
[21:06:48]
[21:06:48] ===============================
[21:06:48] sscanf plugin loaded.
[21:06:48] Version: 2.8.1
[21:06:48] (c) 2012 Alex "******" Cole
[21:06:48] ===============================
[21:06:48] Loaded.
[21:06:48] Loading plugin: crashdetect
[21:06:48] CrashDetect v4.10 is OK.
[21:06:48] Loaded.
[21:06:48] Loaded 2 plugins.
[21:06:48]
[21:06:48] Filterscripts
[21:06:48] ---------------
[21:06:48] Loaded 0 filterscripts.
[21:06:48] [debug] Server crashed while executing ***.amx
[21:06:48] [debug] AMX backtrace:
[21:06:48] [debug] #0 native SetGameModeText () [0046e5f0] from samp-server.exe
[21:06:48] [debug] #1 00007cc8 in ?? () from ***.amx
[21:06:48] [debug] #2 00001f68 in public zcmd_OnGameModeInit () from ***.amx
[21:06:48] [debug] #3 native CallLocalFunction () [00471e90] from samp-server.exe
[21:06:48] [debug] #4 0000021c in public OnGameModeInit () from ***.amx
[21:06:48] [debug] System backtrace:
[21:06:49] [debug] #0 004010b6 in ?? () from C:\Users\***\Desktop\***\SA-MP_Server\samp-server.exe
[21:06:49] [debug] #1 7053340a in ?? () from C:\Users\***\Desktop\***\SA-MP_Server\plugins\crashdetect.DLL
[21:06:49] [debug] #2 70535aa6 in ?? () from C:\Users\***\Desktop\***\SA-MP_Server\plugins\crashdetect.DLL
[21:06:49] [debug] #3 7052d621 in ?? () from C:\Users\***\Desktop\***\SA-MP_Server\plugins\crashdetect.DLL
[21:06:49] [debug] #4 7053345a in ?? () from C:\Users\***\Desktop\***\SA-MP_Server\plugins\crashdetect.DLL
[21:06:49] [debug] #5 0047219e in ?? () from C:\Users\***\Desktop\***\SA-MP_Server\samp-server.exe
[21:06:49] [debug] #6 004010b6 in ?? () from C:\Users\***\Desktop\***\SA-MP_Server\samp-server.exe
[21:06:49] [debug] #7 7053340a in ?? () from C:\Users\***\Desktop\***\SA-MP_Server\plugins\crashdetect.DLL
[21:06:49] [debug] #8 70535aa6 in ?? () from C:\Users\***\Desktop\***\SA-MP_Server\plugins\crashdetect.DLL
[21:06:49] [debug] #9 7052d621 in ?? () from C:\Users\***\Desktop\***\SA-MP_Server\plugins\crashdetect.DLL
[21:06:49] [debug] #10 7053345a in ?? () from C:\Users\***\Desktop\***\SA-MP_Server\plugins\crashdetect.DLL
[21:06:49] [debug] #11 0046e194 in ?? () from C:\Users\***\Desktop\***\SA-MP_Server\samp-server.exe
[21:06:49] [debug] #12 65646f6d in ?? () from C:\Users\***\Desktop\***\SA-MP_Server\samp-server.exe
[21:06:49] [debug] #13 6b492f73 in ?? () from C:\Users\***\Desktop\***\SA-MP_Server\samp-server.exe
[21:06:49] [debug] #14 2e6d616e in ?? () from C:\Users\***\Desktop\***\SA-MP_Server\samp-server.exe
[21:06:49] [debug] #15 00786d61 in ?? ()
Re: SA:MP Server crash after loading filterscripts -
RACGaming - 20.03.2013
-------
Re: SA:MP Server crash after loading filterscripts -
RACGaming - 20.03.2013
New problem: When I call function SetGameModeText(); then server crashes!
Please help!
Re: SA:MP Server crash after loading filterscripts -
kamzaf - 20.03.2013
thats not how you call: SetGameModeText();
You have to put a string in between it like:
SetGameModeText("PUTSOMETHINGHERE");
Re: SA:MP Server crash after loading filterscripts -
RACGaming - 20.03.2013
I have:
pawn Код:
SetGameModeText(dini_Get("config.ini","GM-Text"));