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:57] Server Plugins
[19:28:57] --------------
[19:28:57] Loading plugin: sscanf.so
[19:28:57]
[19:28:57] ===============================
[19:28:57] sscanf plugin loaded.
[19:28:57] (c) 2009 Alex "******" Cole
[19:28:57] 0.3d-R2 500 Players "dnee"
[19:28:57] ===============================
[19:28:57] Loaded.
[19:28:57] Loading plugin: mysql.so
[19:28:57]
> MySQL plugin R5 successfully loaded.
[19:28:57] Loaded.
[19:28:57] Loaded 2 plugins.
[19:28:57]
[19:28:57] Filterscripts
[19:28:57] ---------------
[19:28:57] Loading filterscript 'EnEx.amx'...
[19:28:57] Loaded 1 filterscripts.
[19:28:57] MySQL connection: alive.
[19:28:57] ____________________________________
[19:28:57] Number of vehicle models: 0
[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:25] Server Plugins
[19:55:25] --------------
[19:55:25] Loading plugin: sscanf
[19:55:25]
[19:55:25] ===============================
[19:55:25] sscanf plugin loaded.
[19:55:25] (c) 2009 Alex "******" Cole
[19:55:25] 0.3d-R2 500 Players "dnee"
[19:55:25] ===============================
[19:55:25] Loaded.
[19:55:25] Loading plugin: mysql
[19:55:26]
> MySQL plugin R5 successfully loaded.
[19:55:26] Loaded.
[19:55:26] Loaded 2 plugins.
[19:55:26]
[19:55:26] Filterscripts
[19:55:26] ---------------
[19:55:26] Loading filterscript 'EnEx.amx'...
[19:55:26] Loaded 1 filterscripts.
[19:55:26] MySQL connection: alive.
[19:55:26] ____________________________________
[19:55:26] Number of vehicle models: 0
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?
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 Error: y_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.