SA-MP Forums Archive
msvcp140.dll issue - 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: msvcp140.dll issue (/showthread.php?tid=655582)



msvcp140.dll issue - Mike861 - 24.06.2018

I keep getting this error when trying to run sscanf or either streamer plugin.I've got visual c++ 2013 version (had 2015 and 2017 but still getting the error) , what should i do?



Re: msvcp140.dll issue - Sew_Sumi - 24.06.2018

It's probably one of those ones that you need the service pack runtime as well.

https://www.sereby.org/site/All%20in%20One%20Runtimes

This will install all runtimes, easily, and fast.


Re: msvcp140.dll issue - Mike861 - 25.06.2018

Quote:
Originally Posted by Sew_Sumi
View Post
It's probably one of those ones that you need the service pack runtime as well.

https://www.sereby.org/site/All%20in%20One%20Runtimes

This will install all runtimes, easily, and fast.
Still the same error even after a restart.


Re: msvcp140.dll issue - Logic_ - 25.06.2018

Uninstall your currently installed VC Redists.

If you're on the 64 bit system, then install both 32 bit and 64 bit versions of VC Redist from late to latest. Otherwise, just 32 bit ones.


Re: msvcp140.dll issue - Mike861 - 25.06.2018

Quote:
Originally Posted by Logic_
View Post
Uninstall your currently installed VC Redists.

If you're on the 64 bit system, then install both 32 bit and 64 bit versions of VC Redist from late to latest. Otherwise, just 32 bit ones.
From 2005 till 2017 right?


Re: msvcp140.dll issue - Mike861 - 25.06.2018

Quote:
Originally Posted by Logic_
View Post
Uninstall your currently installed VC Redists.

If you're on the 64 bit system, then install both 32 bit and 64 bit versions of VC Redist from late to latest. Otherwise, just 32 bit ones.
Thanks, i installed all of them 32 bit version and it works now.