Failed loading plugins - 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: Failed loading plugins (
/showthread.php?tid=604847)
Failed loading plugins -
pixelzn - 10.04.2016
Hi all,
I just installed Windows 10 on my PC, and I have problem running several plugins.
I downloaded new SAMP server, and all latest plugins.
It won't load sscanf, streamer and MySQL.
Here is server.cfg:
Код:
echo Executing Server Config...
lanmode 0
rcon_password password
maxplayers 50
port 7777
hostname SA-MP 0.3 Server
gamemode0 mod 1
filterscripts
plugins sscanf nativechecker
announce 0
chatlogging 0
weburl
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
language English
Here is server.log:
Код:
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team
[20:16:05] filterscripts = "" (string)
[20:16:05] weburl = "www.sa-mp.com" (string)
[20:16:05]
[20:16:05] Server Plugins
[20:16:05] --------------
[20:16:05] Loading plugin: sscanf
[20:16:05] Failed.
[20:16:05] Loading plugin: nativechecker
[20:16:05] Loaded.
[20:16:05] Loaded 1 plugins.
[20:16:05]
[20:16:05] Filterscripts
[20:16:05] ---------------
[20:16:05] Loaded 0 filterscripts.
[20:16:05] Error: Function not registered: 'SSCANF_Init'
[20:16:05] Error: Function not registered: 'SSCANF_IsConnected'
[20:16:05] Error: Function not registered: 'SSCANF_Join'
[20:16:05] Error: Function not registered: 'SSCANF_Leave'
[20:16:05] Script[gamemodes/mod.amx]: Run time error 19: "File or function is not found"
[20:16:05] Number of vehicle models: 0
Re: Failed loading plugins -
pixelzn - 10.04.2016
Problem is solved. You can lock this thread.
Solutions was to install all latest updates of Microsoft Visual C++ libraries, from 2005 to 2015.