Plugins not loading
#1

Hello,
So Basically, my Streamer, Crashdetect and sscanf plugins won't load.
Here's my server.cfg
Код:
echo Executing Server Config...
lanmode 1
rcon_password nopass
maxplayers 10
port 7777
hostname Texture Studio 1.8
gamemode0 bare 1
filterscripts tstudio fsdebug
plugins crashdetect.dll sscanf.dll streamer.dll filemanager.dll
announce 1
query 1
chatlogging 1
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 1
logtimeformat [%H:%M:%S]
Here's my server folder.


Here's my plugins folder


Here's my server log
Код:
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[22:28:14] 
[22:28:14] Server Plugins
[22:28:14] --------------
[22:28:14]  Loading plugin: crashdetect.dll
[22:28:14]   Failed.
[22:28:14]  Loading plugin: sscanf.dll
[22:28:14]   Failed.
[22:28:14]  Loading plugin: streamer.dll
[22:28:14]   Failed.
[22:28:14]  Loading plugin: filemanager.dll
[22:28:14] ******************
[22:28:14] ** FILE MANAGER **
[22:28:14] **    Loaded    **
[22:28:14] ** Version 1.5 **
[22:28:14] ******************
[22:28:14]   Loaded.
[22:28:14]  Loaded 1 plugins.

[22:28:14] 
[22:28:14] Filterscripts
[22:28:14] ---------------
[22:28:14]   Loading filterscript 'tstudio.amx'...
[22:28:14]   Loading filterscript 'fsdebug.amx'...
[22:28:14] 
  *********************
  * SA:MP DEBUG 0.2   *
[22:28:14]   * By Simon Campbell *
  *********************
[22:28:14]   * Version: 0.5d      *
  *********************
[22:28:14]   * -- LOADED         *
  *********************

[22:28:14]   Loaded 2 filterscripts.

[22:28:14] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()
[22:28:14] 
----------------------------------
[22:28:14]   Bare Script

[22:28:14] ----------------------------------

[22:28:14] Number of vehicle models: 0
I have installed the following things,



and still its not working, I really don't know what's causing this, any help would be appreciated

Thanks
Reply
#2

Change
Код:
crashdetect.dll sscanf.dll streamer.dll filemanager.dll
To.

Код:
crashdetect sscanf streamer filemanager
Make sure the plugins are the same version as the includes, compile it again just to be sure and then if the problem persist post the log.
Reply
#3

Quote:
Originally Posted by Stones
Посмотреть сообщение
Change
Код:
crashdetect.dll sscanf.dll streamer.dll filemanager.dll
To.

Код:
crashdetect sscanf streamer filemanager
Make sure the plugins are the same version as the includes, compile it again just to be sure and then if the problem persist post the log.
I tried this, when I updated the sscanf plugin and re-compiled and run the server, it instantly gave an error saying the
The runtime "VCRUNTIME140.dll" was not found, I manually downloaded this .dll and pasted it in the server files. and it when I started it again, it didn't give any error yet no plugins were loaded.
Код:
vSA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[12:17:50] 
[12:17:50] Server Plugins
[12:17:50] --------------
[12:17:50]  Loading plugin: crashdetect.dll
[12:17:50]   Failed.
[12:17:50]  Loading plugin: sscanf.dll
[12:17:50]   Failed.
[12:17:50]  Loading plugin: streamer.dll
[12:17:50]   Failed.
[12:17:50]  Loading plugin: filemanager.dll
[12:17:50] ******************
[12:17:50] ** FILE MANAGER **
[12:17:50] **    Loaded    **
[12:17:50] ** Version 1.5 **
[12:17:50] ******************
[12:17:50]   Loaded.
[12:17:50]  Loaded 1 plugins.

[12:17:50] 
[12:17:50] Filterscripts
[12:17:50] ---------------
[12:17:50]   Loading filterscript 'tstudio.amx'...
[12:17:50]   Loading filterscript 'fsdebug.amx'...
[12:17:50] 
  *********************
  * SA:MP DEBUG 0.2   *
[12:17:50]   * By Simon Campbell *
  *********************
[12:17:50]   * Version: 0.5d      *
  *********************
[12:17:50]   * -- LOADED         *
  *********************

[12:17:50]   Loaded 2 filterscripts.

[12:17:50] Loaded 3 vehicles from: vehicles/trains.txt
[12:17:50] Loaded 3 vehicles from: vehicles/pilots.txt
[12:17:50] Loaded 15 vehicles from: vehicles/lv_law.txt
[12:17:50] Loaded 39 vehicles from: vehicles/lv_airport.txt
[12:17:50] Loaded 255 vehicles from: vehicles/lv_gen.txt
[12:17:50] Loaded 38 vehicles from: vehicles/sf_law.txt
[12:17:50] Loaded 35 vehicles from: vehicles/sf_airport.txt
[12:17:50] Loaded 353 vehicles from: vehicles/sf_gen.txt
[12:17:50] Loaded 24 vehicles from: vehicles/ls_law.txt
[12:17:50] Loaded 37 vehicles from: vehicles/ls_airport.txt
[12:17:50] Loaded 98 vehicles from: vehicles/ls_gen_inner.txt
[12:17:50] Loaded 389 vehicles from: vehicles/ls_gen_outer.txt
[12:17:50] Loaded 71 vehicles from: vehicles/whetstone.txt
[12:17:50] Loaded 168 vehicles from: vehicles/bone.txt
[12:17:50] Loaded 61 vehicles from: vehicles/flint.txt
[12:17:50] Loaded 96 vehicles from: vehicles/tierra.txt
[12:17:50] Loaded 96 vehicles from: vehicles/red_county.txt
[12:17:50] Total vehicles from files: 1781
[12:17:50] 
---------------------------------------
[12:17:50] Running Grand Larceny - by the SA-MP team

[12:17:50] ---------------------------------------

[12:17:50] Number of vehicle models: 173
Reply
#4

Try this. http://forum.sa-mp.com/showpost.php?...51&postcount=3
Reply
#5

Quote:
Originally Posted by SsHady
Посмотреть сообщение
I manually downloaded this .dll and pasted it in the server files.
Never do this. A DLL is a library that is always part of a greater package, in this case the Visual C++ 2015 redistributable package. You need the 32 bit version because the SA-MP server is 32 bit. Even if your system is x64.
Reply
#6

Quote:
Originally Posted by Vince
Посмотреть сообщение
Never do this. A DLL is a library that is always part of a greater package, in this case the Visual C++ 2015 redistributable package. You need the 32 bit version because the SA-MP server is 32 bit. Even if your system is x64.
Hi Vince,

After installing the 32bit version, I'm getting the following error when plugin streamer and sscanf starts to load.

Reply
#7

If that other DLL is still in there, that's why...
Reply
#8

Quote:
Originally Posted by Sew_Sumi
Посмотреть сообщение
If that other DLL is still in there, that's why...
I tried removing the VCRUNTIME140.dll, while leaving the others and also removing all the .dll's. Either way it is not working.



and

Reply
#9

Extremely sorry for bumping, but I really need help.
Reply
#10

http://forum.sa-mp.com/showpost.php?...51&postcount=3

Also, I don't know if it's just a me problem, but FileManager 1.5 never seems to work for me.
Always says that there are missing dlls, even though they already exist in System32.

EDIT (Off-Topic): FileManager seems to be working, it turns out it needs this (x86/32bit).
Thank you Konstantinos!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)