SA-MP Forums Archive
Plugins dont run? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Plugins dont run? (/showthread.php?tid=585044)



Plugins dont run? - DGRP - 10.08.2015

Hello, I just bought a Windows server 2003 VPS, and I tried using my friend script, then when I try to run, I get some errors. I'll post my server_log.txt
Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7, ©2005-2015 SA-MP Team

[04:27:38] 
[04:27:38] Server Plugins
[04:27:38] --------------
[04:27:38]  Loading plugin: streamer
[04:27:38] 

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

[04:27:38]   Loaded.
[04:27:38]  Loading plugin: sscanf
[04:27:38] 

[04:27:38]  ===============================

[04:27:38]       sscanf plugin loaded.     

[04:27:38]          Version:  2.8.1        

[04:27:38]    © 2012 Alex "******" Cole  

[04:27:38]  ===============================

[04:27:38]   Loaded.
[04:27:38]  Loading plugin: mysql
[04:27:38]   Failed.
[04:27:38]  Loading plugin: socket
[04:27:38]   Failed.
[04:27:38]  Loaded 2 plugins.

[04:27:39] 
[04:27:39] Filterscripts
[04:27:39] ---------------
[04:27:39]   Loading filterscript 'gm_custmapping.amx'...
[04:27:39]   Loading filterscript 'animations.amx'...
[04:27:39]   Loading filterscript 'int.amx'...
[04:27:39]  nInteriors by Norn successfully loaded.
[04:27:39]   Loading filterscript 'pos.amx'...
[04:27:39]   Loading filterscript 'UMask.amx'...
[04:27:39] OnFilter
[04:27:39] ------------------------------
[04:27:39] | Unique Mask System Loaded!-Edgar |
[04:27:39] ------------------------------
[04:27:39]   Loaded 5 filterscripts.

[04:27:39] OnGameo
[04:27:39] Script[gamemodes/SRP.amx]: Run time error 19: "File or function is not found"
[04:27:39] Number of vehicle models: 0
[04:27:40] --- Server Shutting Down.
[04:27:40] 
----------------------------------
[04:27:40]     -G.O-Anims Unloaded       
[04:27:40] ----------------------------------

[04:27:41] 

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

[04:27:41] 

[04:27:41]  ===============================

[04:27:41]      sscanf plugin unloaded.    

[04:27:41]  ===============================
mysql and socket won't run, I already have socket and mysql plugin and updated it, and recompiled the script. Anyone can help?


Re: Plugins dont run? - Alex Magaсa - 10.08.2015

1) Are msql.dll & socket.dll inside plugins folder?
2) Which mysql version you use?If its old update it with latest BlueG's mysql plugin.


Re: Plugins dont run? - MattTucker - 10.08.2015

Sometimes MySQL plugins require a .dll named libmysql or something like that.

Since the VPS is a server one, try running the server on your own computer with the same files as the ones on the VPS. If a .dll is missing it will popup.


Re: Plugins dont run? - Vince - 10.08.2015

Quote:
Originally Posted by DGRP
Посмотреть сообщение
Hello, I just bought a Windows server 2003 VPS
Well that wasn't such a bright idea, considering that Microsoft ended mainstream support in 2010 and ended extended support just last month. The latest MySQL plugin uses functions from the kernel32.dll system library (such as these) which simply do not exist in Windows XP and Windows Server 2003. Ergo, you cannot use it on these operating systems.


Re : Re: Plugins dont run? - DGRP - 10.08.2015

Quote:
Originally Posted by Vince
Посмотреть сообщение
Well that wasn't such a bright idea, considering that Microsoft ended mainstream support in 2010 and ended extended support just last month. The latest MySQL plugin uses functions from the kernel32.dll system library (such as these) which simply do not exist in Windows XP and Windows Server 2003. Ergo, you cannot use it on these operating systems.
So I can't make a server with mysql plugin?


Re: Plugins dont run? - SoFahim - 10.08.2015

You need to Update the VPS os


Re: Plugins dont run? - Alex Magaсa - 10.08.2015

Do you have everything that mysql plugin requires?


Re: Plugins dont run? - JohnLedingham - 11.08.2015

Why using Mysql.dll, while there is Mysql-Static ?