All plugins are failing to load , but are up to date
#1

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
Reply
#2

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.
Reply
#3

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 ?
Reply
#4

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).
Reply
#5

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

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 ...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)