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



Server shutting down - appleomax - 25.07.2013

When I'm trying to shut down my server on localhost I get "Don't Send" table and samp-server.exe error -- Server Shutting Down. I'm using BlueG R5 mysql plugin and Incognito streamer plugin.

Here's my server_log:

Code:
SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team

[07:59:36] 
[07:59:36] Server Plugins
[07:59:36] --------------
[07:59:36]  Loading plugin: mysql
[07:59:36] 

  > MySQL plugin R5 successfully loaded.

[07:59:36]   Loaded.
[07:59:36]  Loading plugin: streamer
[07:59:36] 

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[07:59:36]   Loaded.
[07:59:36]  Loaded 2 plugins.

[07:59:36] 
[07:59:36] Filterscripts
[07:59:36] ---------------
[07:59:36]   Loaded 0 filterscripts.

[07:59:36] 
----------------------------------
[07:59:36]  Gamemode 
[07:59:36] ----------------------------------

[07:59:36] Number of vehicle models: 0
[07:59:38] --- Server Shutting Down.
mysql_log

Code:
[07:59:36] ---------------------------

[07:59:36] MySQL Debugging activated (07/25/13)

[07:59:36] ---------------------------

[07:59:36]  

[07:59:36] >> mysql_connect( )

[07:59:36] CMySQLHandler::CMySQLHandler() - constructor called.

[07:59:36] CMySQLHandler::CMySQLHandler() - Connecting to "127.0.0.1" | DB: "sa-mp" | Username: "root" ...

[07:59:36] CMySQLHandler::Connect() - Connection was successful.

[07:59:36] CMySQLHandler::Connect() - Auto-Reconnect has been enabled.

[07:59:36] >> mysql_query( Connection handle: 1 )

[07:59:36] CMySQLHandler::Query(CREATE TABLE IF NOT EXISTS playerdata(user VARCHAR(24), password VARCHAR(41), score INT(20), money INT(20), IP VARCHAR(16) )) - Successfully executed.

[07:59:38] CMySQLHandler::~CMySQLHandler() - deconstructor called.

[07:59:38] CMySQLHandler::FreeResult() - The result is already empty.

[07:59:38] CMySQLHandler::Disconnect() - Connection was closed.



Re: Server shutting down - NotePadGaming - 25.07.2013

Let me see your server. ip please.


Re: Server shutting down - appleomax - 25.07.2013

I solved it. Looks like there was something wrong with XAMPP, so I deleted it and installed WAMP. Maybe for someone it will be useful too.