SA-MP Forums Archive
Server Crashes - 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 (/showthread.php?tid=572349)



Server Crashes - aCloudy - 27.04.2015

Hello, When I run my server-samp.exe file, It works well, But when I go in-game it crashes, I checked server_log file and last line was: "[Join] Ahmad has connected to the server."
Two hours ago, It crashed, I checked the server_log and the last line was "Server shutting down" or something.
Help please.


Re: Server Crashes - JaydenJason - 27.04.2015

Open your gamemode and search for

Code:
GameModeExit();
also post the last two minutes of your server log here in [code] tags please.


Re: Server Crashes - aCloudy - 27.04.2015

Quote:
Originally Posted by JaydenJason
View Post
Open your gamemode and search for

Code:
GameModeExit();
also post the last two minutes of your server log here in [code] tags please.
There is no "GameModeExit();" in my gamemode.


Re: Server Crashes - Konstantinos - 27.04.2015

Load crashdetect plugin: https://github.com/Zeex/samp-plugin-...es/tag/v4.15.1
Compile with -d3: https://github.com/Zeex/samp-plugin-...ith-debug-info

After done the above: restart the server and join the server. When the server crash again, post your server log.