SA-MP Forums Archive
Server Shutting Down after the 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 Shutting Down after the start (/showthread.php?tid=312916)



Server Shutting Down after the start - Frapsy - 23.01.2012

Put it on hosting server, but it "crashes" after the start.
Log run on the server (linux):
PHP код:
----------
Loaded log file"server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3d-R2, (C)2005-2011 SA-MP Team
[19:28:57
[
19:28:57Server Plugins
[19:28:57] --------------
[
19:28:57]  Loading pluginsscanf.so
[19:28:57
[
19:28:57]  ===============================
[
19:28:57]       sscanf plugin loaded.     
[
19:28:57]    (c2009 Alex "******" Cole
[19:28:57]    0.3d-R2 500 Players "dnee"
[19:28:57]  ===============================
[
19:28:57]   Loaded.
[
19:28:57]  Loading pluginmysql.so
[19:28:57
  > 
MySQL plugin R5 successfully loaded.
[
19:28:57]   Loaded.
[
19:28:57]  Loaded 2 plugins.
[
19:28:57
[
19:28:57Filterscripts
[19:28:57] ---------------
[
19:28:57]   Loading filterscript 'EnEx.amx'...
[
19:28:57]   Loaded 1 filterscripts.
[
19:28:57MySQL connectionalive.
[
19:28:57____________________________________
[19:28:57Number of vehicle models0
[19:28:59] --- Server Shutting Down.
[
19:28:59
Log home run (windows):
PHP код:
----------
Loaded log file"server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3d-R2, (C)2005-2011 SA-MP Team
[19:55:25
[
19:55:25Server Plugins
[19:55:25] --------------
[
19:55:25]  Loading pluginsscanf
[19:55:25
[
19:55:25]  ===============================
[
19:55:25]       sscanf plugin loaded.     
[
19:55:25]    (c2009 Alex "******" Cole
[19:55:25]    0.3d-R2 500 Players "dnee"
[19:55:25]  ===============================
[
19:55:25]   Loaded.
[
19:55:25]  Loading pluginmysql
[19:55:26
  > 
MySQL plugin R5 successfully loaded.
[
19:55:26]   Loaded.
[
19:55:26]  Loaded 2 plugins.
[
19:55:26
[
19:55:26Filterscripts
[19:55:26] ---------------
[
19:55:26]   Loading filterscript 'EnEx.amx'...
[
19:55:26]   Loaded 1 filterscripts.
[
19:55:26MySQL connectionalive.
[
19:55:26____________________________________
[19:55:26Number of vehicle models
Screenshot of the database table: click
Mode: pwn
---
In what may be the problem?
** Sorry for my english, used an interpreter.


Re: Server Shutting Down after the start - Frapsy - 23.01.2012

up up


Re: Server Shutting Down after the start - Konstantinos - 23.01.2012

Did you change the Rcon Password on the server.cfg file on the Host Server?
pawn Код:
rcon_password <changeme>



Re: Server Shutting Down after the start - Frapsy - 23.01.2012

No,
PHP код:
rcon_password 123 



Re: Server Shutting Down after the start - MP2 - 23.01.2012

Are you using any plugins?

Search for "exit" (with ") in your script(s). If you find 'SendRconCommand("exit");' - that's your cause.


Re: Server Shutting Down after the start - Mauzen - 23.01.2012

Probably a mysql issue. I had problems with blueG's mysql plugin in linux that caused about the same problem (plugin is loaded but server crashes)
I recommend switching to another version of that plugin, or another compile.


Re: Server Shutting Down after the start - Frapsy - 23.01.2012

******, what does this error and how to remove it? Maybe, if she somehow influence the "fall" of the server?
PHP код:
[14:27:32]  =======================================  
[
14:27:32]  |                                     |  
[
14:27:32]  |        YSI version 1.04.0000        |  
[
14:27:32]  |        By Alex "******" Cole        |  
[
14:27:32]  |                                     |  
[
14:27:32]  |  Checking the latest YSI version..  |  
[
14:27:32]  |                                     |  
[
14:27:32]  =======================================  
[
14:27:32]   
[
14:27:32] *** YSI Errory_amx tracer not found
Thank Mauzen, try to pick up Plugin.


Re: Server Shutting Down after the start - ProdrifterX - 23.01.2012

maybe u got Windows plugins , if u got windows plugins , find plugins for linux and start server again ?


Re: Server Shutting Down after the start - Frapsy - 24.01.2012

No, plugins for Linux installed.


Re: Server Shutting Down after the start - Frapsy - 24.01.2012

Tried all the plug-ins suitable for mysql server version of linux, but no effect. Could not, would you look at my gamemod, may I made ​​mistakes in it? Total 164 lines. In advance, thank you so much! Link to gamemod in first post.