Getting two plugin errors MSVC140.dll and VCRUNTIME140.dll is missing

Started by Virus, Aug 26, 2020, 01:55 PM

Previous topic - Next topic

SHy^

That's an obvious error, you don't have the plugin or named wrong which you want to load.

Gito Baloch

- MSVCP140.DLL -> removed
- VCRUNTIME140.DLL - > removed

Edit: Add these 2 dll files in Server folder, it will work.

Don't use random sites that provide dll files, they are unsafe.
Programming is the language I speak, the world I shape, and the future I code

AdTec_224

VCRUNTIME140 and MSVCP140 are runtime errors, you need to download the correct redistributable from Microsoft (and not use the dodgy probably virus infested links above). In this case I believe it's the Visual C++ Redistributable for Visual Studio 2015.

SHy^

Quote from: AdTec_224 on Aug 26, 2020, 07:06 PMVCRUNTIME140 and MSVCP140 are runtime errors, you need to download the correct redistributable from Microsoft (and not use the dodgy probably virus infested links above). In this case I believe it's the Visual C++ Redistributable for Visual Studio 2015.
You should delete the above post if it does, you do have permissions I guess.