Server doesn't start. - 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: Server doesn't start. (
/showthread.php?tid=585791)
Server doesn't start. -
faff - 16.08.2015
Hello, I'd wanted to run my server.
I'm sure the gamemode etc are working fine.
But when I'd start the server..
The server just shuts down.
The server logs shows me this:
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7, ©2005-2015 SA-MP Team
[18:09:45] filterscripts = "" (string)
[18:09:45]
[18:09:45] Server Plugins
[18:09:45] --------------
[18:09:45] Loading plugin: sscanf
[18:09:45]
[18:09:45] ===============================
[18:09:45] sscanf plugin loaded.
[18:09:45] Version: 2.8.1
[18:09:45] © 2012 Alex "******" Cole
[18:09:45] ===============================
[18:09:45] Loaded.
[18:09:45] Loaded 1 plugins.
[18:09:45]
[18:09:45] Filterscripts
[18:09:45] ---------------
[18:09:45] Loaded 0 filterscripts.
That's all.
Can somebody help me?
Re: Server doesn't start. -
SpikY_ - 16.08.2015
use Crashdetect plugin to see which thing is crashing the server.
Re: Server doesn't start. -
faff - 16.08.2015
I did, it's giving me the following information:
Код:
[20:04:59] [debug] Server crashed while executing SFMDRP.amx
[20:04:59] [debug] AMX backtrace:
[20:04:59] [debug] #0 native fclose () from samp-server.exe
[20:04:59] [debug] #1 00006ae8 in ?? (238232, 1551808) from SFMDRP.amx
[20:04:59] [debug] #2 0000db94 in public SSCANF_OnGameModeInit () from SFMDRP.amx
[20:04:59] [debug] #3 00000e38 in public zcmd_OnGameModeInit () from SFMDRP.amx
[20:04:59] [debug] #4 native CallLocalFunction () from samp-server.exe
[20:04:59] [debug] #5 00000638 in public OnGameModeInit () from SFMDRP.amx
[20:04:59] [debug] Native backtrace:
[20:04:59] [debug] #0 00497acb in ?? () from samp-server.exe
[20:04:59] [debug] #1 004056fd in ?? () from samp-server.exe
[20:04:59] [debug] #2 707562ca in ?? () from plugins\crashdetect.DLL
[20:04:59] [debug] #3 70758b28 in ?? () from plugins\crashdetect.DLL
[20:04:59] [debug] #4 707509c7 in ?? () from plugins\crashdetect.DLL
[20:04:59] [debug] #5 7075631a in ?? () from plugins\crashdetect.DLL
[20:04:59] [debug] #6 0047441e in ?? () from samp-server.exe
[20:04:59] [debug] #7 004010b6 in ?? () from samp-server.exe
[20:04:59] [debug] #8 707562ca in ?? () from plugins\crashdetect.DLL
[20:04:59] [debug] #9 70758b28 in ?? () from plugins\crashdetect.DLL
[20:04:59] [debug] #10 707509c7 in ?? () from plugins\crashdetect.DLL
[20:04:59] [debug] #11 7075631a in ?? () from plugins\crashdetect.DLL
[20:04:59] [debug] #12 0046f504 in ?? () from samp-server.exe
[20:04:59] [debug] #13 65646f6d in ?? () from samp-server.exe
[20:04:59] [debug] #14 46532f73 in ?? () from samp-server.exe
[20:04:59] [debug] #15 5052444d in ?? () from samp-server.exe
[20:04:59] [debug] #16 786d612e in ?? () from samp-server.exe
Re: Server doesn't start. -
faff - 16.08.2015
well?