Server crashes right when it starts? - 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 crashes right when it starts? (
/showthread.php?tid=449443)
Server crashes right when it starts? -
Grooty - 08.07.2013
This is what happens.
Код:
SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team
[16:18:39] filterscripts = "" (string)
[16:18:39]
[16:18:39] Server Plugins
[16:18:39] --------------
[16:18:39] Loading plugin: sscanf
[16:18:39]
[16:18:39] ===============================
[16:18:39] sscanf plugin loaded.
[16:18:39] Version: 2.8.1
[16:18:39] © 2012 Alex "******" Cole
[16:18:39] ===============================
[16:18:39] Loaded.
[16:18:39] Loading plugin: streamer
[16:18:39]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[16:18:39] Loaded.
[16:18:39] Loading plugin: Whirlpool
[16:18:39]
[16:18:39] ==================
[16:18:39]
[16:18:39] Whirlpool loaded
[16:18:39]
[16:18:39] ==================
[16:18:39]
[16:18:39] Loaded.
[16:18:39] Loaded 3 plugins.
[16:18:39]
[16:18:39] Filterscripts
[16:18:39] ---------------
[16:18:39] Loaded 0 filterscripts.
[16:18:39]
[16:18:39] =======================================
[16:18:39] | |
[16:18:39] | YSI version 1.03.0011 |
[16:18:39] | By Alex "******" Cole |
[16:18:39] | |
[16:18:39] | Checking the latest YSI version.. |
[16:18:39] | |
[16:18:39] =======================================
[16:18:39]
Re: Server crashes right when it starts? -
GiamPy. - 08.07.2013
Can you show us the configuration file of the server?
Feel free to remove the RCON password and the server password, if you wish so.
Re: Server crashes right when it starts? -
Akira297 - 08.07.2013
- Download 'CrashDetector' and the reupload the server log.
Re: Server crashes right when it starts? -
Grooty - 08.07.2013
Quote:
Originally Posted by Akira297
- Download 'CrashDetector' and the reupload the server log.
|
Here's what comes up;
Код:
[17:42:56] [debug] Server crashed while executing CGRP.amx
[17:42:56] [debug] AMX backtrace:
[17:42:56] [debug] #0 native fread () [004057a0] from samp-server.exe
[17:42:56] [debug] #1 0000fa18 in ?? () from CGRP.amx
[17:42:56] [debug] #2 001ad78c in public SSCANF_OnGameModeInit () from CGRP.amx
[17:42:56] [debug] #3 native CallLocalFunction () [00471e90] from samp-server.exe
[17:42:56] [debug] #4 00005df8 in public Timers_OnScriptInit () from CGRP.amx
[17:42:56] [debug] #5 native CallLocalFunction () [00471e90] from samp-server.exe
[17:42:56] [debug] #6 00005a44 in public YVers_OnScriptInit () from CGRP.amx
[17:42:56] [debug] #7 native CallLocalFunction () [00471e90] from samp-server.exe
[17:42:56] [debug] #8 00004764 in public zcmd_OnGameModeInit () from CGRP.amx
[17:42:56] [debug] #9 native CallLocalFunction () [00471e90] from samp-server.exe
[17:42:56] [debug] #10 0000415c in public Itter_OnGameModeInit () from CGRP.amx
[17:42:56] [debug] #11 native CallLocalFunction () [00471e90] from samp-server.exe
[17:42:56] [debug] #12 00002004 in public Streamer_OnGameModeInit () from CGRP.amx
[17:42:56] [debug] #13 native CallLocalFunction () [00471e90] from samp-server.exe
[17:42:56] [debug] #14 000016b0 in public OnGameModeInit () from CGRP.amx
[17:42:57] [debug] Native backtrace:
[17:42:57] [debug] #0 77bb22b2 in ?? () from C:\windows\SysWOW64\ntdll.dll
[17:42:57] [debug] #1 00492860 in ?? () from C:\Users\xxxx\Documents\script\samp-server.exe
[17:42:57] [debug] #2 00492e90 in ?? () from C:\Users\xxxx\Documents\script\samp-server.exe
[17:42:57] [debug] #3 00404f44 in ?? () from C:\Users\xxx\Documents\script\samp-server.exe
Re: Server crashes right when it starts? -
Sandiel - 08.07.2013
Redownload the SAMP server files for windows/linux, depending on your system, and then redownload all of your includes and plugins again (mandatory)
then compile, and tell us what happens.
Re: Server crashes right when it starts? -
ReVo_ - 08.07.2013
fread crashes when you try to open a file which not exists (not really, fopen crash in this case if is open with io_read but).. have you uploaded all files (scriptfiles)?
Re: Server crashes right when it starts? -
[MG]Dimi - 08.07.2013
show us fread from OnGameModeInit.