[Plugins] Runtime error, plugins don't seem to load. - 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] Runtime error, plugins don't seem to load. (
/showthread.php?tid=604600)
[Plugins] Runtime error, plugins don't seem to load. -
bradleyofniet - 07.04.2016
Hey guys, I got a problem with starting up my server.
Here is my server.cfg:
Code:
echo Executing Server Config...
lanmode 0
rcon_password changeme3uryw
maxplayers 50
port 7777
hostname Bone county RP test
gamemode0 bcrp 1
plugins sscanf streamer crashdetect mysql
filterscripts
announce 0
query 1
chatlogging 0
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
ackslimit 60000
messageholelimit 60000
Here is my server_log.txt from the last startup:
Code:
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team
[17:47:49] filterscripts = "" (string)
[17:47:49]
[17:47:49] Server Plugins
[17:47:49] --------------
[17:47:49] Loading plugin: sscanf
[17:47:49] Failed.
[17:47:49] Loading plugin: streamer
[17:47:49]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[17:47:49] Loaded.
[17:47:49] Loading plugin: crashdetect
[17:47:49] CrashDetect v4.15.1 is OK.
[17:47:49] Loaded.
[17:47:49] Loading plugin: mysql
[17:47:49] Failed.
[17:47:49] Loaded 2 plugins.
[17:47:49]
[17:47:49] Filterscripts
[17:47:49] ---------------
[17:47:49] Loaded 0 filterscripts.
[17:47:49] [debug] Run time error 19: "File or function is not found"
[17:47:49] [debug] SSCANF_Init
[17:47:49] [debug] SSCANF_Join
[17:47:49] [debug] SSCANF_Leave
[17:47:49] [debug] mysql_init
[17:47:49] [debug] mysql_connect
[17:47:49] [debug] mysql_stat
[17:47:49] [debug] mysql_real_escape_string
[17:47:49] [debug] mysql_query
[17:47:49] [debug] mysql_store_result
[17:47:49] [debug] mysql_num_rows
[17:47:49] [debug] mysql_free_result
[17:47:49] [debug] mysql_fetch_row
[17:47:49] [debug] mysql_fetch_field
[17:47:49] [debug] sscanf
[17:47:49] [debug] Run time error 19: "File or function is not found"
[17:47:49] [debug] SSCANF_Init
[17:47:49] [debug] SSCANF_Join
[17:47:49] [debug] SSCANF_Leave
[17:47:49] [debug] mysql_init
[17:47:49] [debug] mysql_connect
[17:47:49] [debug] mysql_stat
[17:47:49] [debug] mysql_real_escape_string
[17:47:49] [debug] mysql_query
[17:47:49] [debug] mysql_store_result
[17:47:49] [debug] mysql_num_rows
[17:47:49] [debug] mysql_free_result
[17:47:49] [debug] mysql_fetch_row
[17:47:49] [debug] mysql_fetch_field
[17:47:49] [debug] sscanf
[17:47:49] Script[gamemodes/erp.amx]: Run time error 19: "File or function is not found"
[17:47:49] Number of vehicle models: 0
I reinstalled all C+++ I could think of, reinstalled framework 3.5 and 4.5, recompiled a thousand times, updated the plugins and includes, it just doesn't work.
Thanks,
Bradley
Re: [Plugins] Runtime error, plugins don't seem to load. -
bradleyofniet - 07.04.2016
I have got a working sscanf.dll in my plugins folder, yes.
Re: [Plugins] Runtime error, plugins don't seem to load. -
bradleyofniet - 08.04.2016
*bump*