SA-MP Forums Archive
All plugins are failing to load , but are up to date - 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: All plugins are failing to load , but are up to date (/showthread.php?tid=491530)



All plugins are failing to load , but are up to date [SOLVED] - Immortal_LTU - 31.01.2014

Hello so i got a problem , i cannot start the server because plugins aren't loading but they are up to date . It started yesterday when i installed windows 8.1 , but before windows 8.1 installation it worked good .


EDIT : It says that msvcr100.dll is missing and msvcp100.dll how do i fix this ?

Server Log :


Code:
----------
Loaded log file: "server_log.txt".
----------

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

[10:00:22] 
[10:00:22] Server Plugins
[10:00:22] --------------
[10:00:22]  Loading plugin: streamer
[10:00:23]   Failed.
[10:00:23]  Loading plugin: sscanf
[10:00:23]   Failed.
[10:00:23]  Loaded 0 plugins.

[10:00:23] 
[10:00:23] Filterscripts
[10:00:23] ---------------
[10:00:23]   Loading filterscript 'carspawn.amx'...
[10:00:23]   Loaded 1 filterscripts.

[10:00:23] Script[gamemodes/rpg.amx]: Run time error 19: "File or function is not found"
[10:00:23] Number of vehicle models: 0



Re: All plugins are failing to load , but are up to date - Threshold - 31.01.2014

Linux Servers:
In your server.cfg...
Code:
plugins streamer.so sscanf.so
In the plugins/ folder, you should have the 'streamer.so' and 'sscanf.so' file.
In the pawno/include/ folder, you should have the 'streamer.inc' and 'sscanf2.inc' file.

Windows Servers:
In your server.cfg...
Code:
plugins streamer sscanf
In the plugins/ folder, you should have the 'streamer.dll' and 'sscanf.dll' file.
In the pawno/include/ folder, you should have the 'streamer.inc' and 'sscanf2.inc' file.


Re: All plugins are failing to load , but are up to date - Immortal_LTU - 31.01.2014

Quote:
Originally Posted by BenzoAMG
View Post
Linux Servers:
In your server.cfg...
Code:
plugins streamer.so sscanf.so
In the plugins/ folder, you should have the 'streamer.so' and 'sscanf.so' file.
In the pawno/include/ folder, you should have the 'streamer.inc' and 'sscanf2.inc' file.

Windows Servers:
In your server.cfg...
Code:
plugins streamer sscanf
In the plugins/ folder, you should have the 'streamer.dll' and 'sscanf.dll' file.
In the pawno/include/ folder, you should have the 'streamer.inc' and 'sscanf2.inc' file.
my cfg looks fine

EDIT : It says that msvcr100.dll is missing and msvcp100.dll how do i fix this ?


Respuesta: Re: All plugins are failing to load , but are up to date - Zume - 31.01.2014

Quote:
Originally Posted by Immortal_LTU
View Post
my cfg looks fine

EDIT : It says that msvcr100.dll is missing and msvcp100.dll how do i fix this ?
Maybe you can fix it by inserting these files in the root folder of your server (either property or your pc).


Re: All plugins are failing to load , but are up to date - Vince - 31.01.2014

Install Microsoft Visual C++ 2010 Runtime libraries. Probably the 32 bit version. Could've found that by searching.


Re: All plugins are failing to load , but are up to date - Immortal_LTU - 31.01.2014

Quote:
Originally Posted by Vince
View Post
Install Microsoft Visual C++ 2010 Runtime libraries. Probably the 32 bit version. Could've found that by searching.
did that but nothing happend , also i have msvcp and msvcr dll's in my pc .

EDIT : INSTALLED NOW IT ONLY DOESNT LOAD SSCANF

EDIT : SOLVED ...