SA-MP Forums Archive
MSVCP140.dll is missing - 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: MSVCP140.dll is missing (/showthread.php?tid=656126)



MSVCP140.dll is missing - Filbert - 08.07.2018

I already put irc.inc in the script also irc.dll in the plugin folder, but I got this error...
My irc.inc and irc.dll is in the same version btw

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z-R4, ©2005-2014 SA-MP Team

[08:29:18] password = ""  (string)
[08:29:18] filterscripts = ""  (string)
[08:29:18] 
[08:29:18] Server Plugins
[08:29:18] --------------
[08:29:18]  Loading plugin: irc.dll
[08:29:19]   Failed.
[08:29:19]  Loading plugin: crashdetect.dll
[08:29:19]   CrashDetect v4.15.1 is OK.
[08:29:19]   Loaded.
[08:29:19]  Loading plugin: GeoIP_Plugin.dll
[08:29:19] GeoIP_Plugin got loaded.
[08:29:19]   Loaded.
[08:29:19]  Loading plugin: sscanf.dll
[08:29:19] 

[08:29:19]  ===============================

[08:29:19]       sscanf plugin loaded.     

[08:29:19]          Version:  2.8.1        

[08:29:19]    © 2012 Alex "******" Cole  

[08:29:19]  ===============================

[08:29:19]   Loaded.
[08:29:19]  Loading plugin: mysql.dll
[08:29:19]  >> plugin.mysql: R39-4 successfully loaded.
[08:29:19]   Loaded.
[08:29:19]  Loading plugin: Whirlpool.dll
[08:29:19]  
[08:29:19]  ==================
[08:29:19]  
[08:29:19]   Whirlpool loaded
[08:29:19]  
[08:29:19]  ==================
[08:29:19]  
[08:29:19]   Loaded.
[08:29:19]  Loading plugin: streamer.dll
[08:29:19] 

*** Streamer Plugin v2.7.9 by Incognito loaded ***

[08:29:19]   Loaded.
[08:29:19]  Loading plugin: nativechecker.dll
[08:29:19]   Loaded.
[08:29:19]  Loaded 7 plugins.

[08:29:19] 
[08:29:19] Filterscripts
[08:29:19] ---------------
[08:29:19]   Loaded 0 filterscripts.

[08:29:19]    Error: Function not registered: 'IRC_GetUserChannelMode'
[08:29:19]    Error: Function not registered: 'IRC_CreateGroup'
[08:29:19]    Error: Function not registered: 'IRC_Quit'
[08:29:19]    Error: Function not registered: 'IRC_DestroyGroup'
[08:29:19]    Error: Function not registered: 'IRC_GroupSay'
[08:29:19]    Error: Function not registered: 'IRC_Connect'
[08:29:19]    Error: Function not registered: 'IRC_SendRaw'
[08:29:19]    Error: Function not registered: 'IRC_JoinChannel'
[08:29:19]    Error: Function not registered: 'IRC_AddToGroup'
[08:29:19]    Error: Function not registered: 'IRC_RemoveFromGroup'
[08:29:19]    Error: Function not registered: 'IRC_Say'
[08:29:19]    Error: Function not registered: 'IRC_Notice'
[08:29:19] [debug] Run time error 19: "File or function is not found"
[08:29:19] [debug]  IRC_GetUserChannelMode
[08:29:19] [debug]  IRC_CreateGroup
[08:29:19] [debug]  IRC_Quit
[08:29:19] [debug]  IRC_DestroyGroup
[08:29:19] [debug]  IRC_GroupSay
[08:29:19] [debug]  IRC_Connect
[08:29:19] [debug]  IRC_SendRaw
[08:29:19] [debug]  IRC_JoinChannel
[08:29:19] [debug]  IRC_AddToGroup
[08:29:19] [debug]  IRC_RemoveFromGroup
[08:29:19] [debug]  IRC_Say
[08:29:19] [debug]  IRC_Notice
[08:29:19] [debug] Run time error 19: "File or function is not found"
[08:29:19] [debug]  IRC_GetUserChannelMode
[08:29:19] [debug]  IRC_CreateGroup
[08:29:19] [debug]  IRC_Quit
[08:29:19] [debug]  IRC_DestroyGroup
[08:29:19] [debug]  IRC_GroupSay
[08:29:19] [debug]  IRC_Connect
[08:29:19] [debug]  IRC_SendRaw
[08:29:19] [debug]  IRC_JoinChannel
[08:29:19] [debug]  IRC_AddToGroup
[08:29:19] [debug]  IRC_RemoveFromGroup
[08:29:19] [debug]  IRC_Say
[08:29:19] [debug]  IRC_Notice
[08:29:19] Script[gamemodes/SATDMv12.amx]: Run time error 19: "File or function is not found"
[08:29:19] Number of vehicle models: 0



Re: MSVCP140.dll is missing - Sew_Sumi - 08.07.2018

You're missing the runtime it needs. Install that and it will disappear.

Quote:
Originally Posted by Incognito
Посмотреть сообщение
The Windows version requires the Microsoft Visual C++ 2015 Redistributable Package.