![]() |
|
MSVCP140.dll & VCRUNTIME140.dll Missing? - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Support (https://forums.dolphin-emu.org/Forum-support) +--- Thread: MSVCP140.dll & VCRUNTIME140.dll Missing? (/Thread-msvcp140-dll-vcruntime140-dll-missing) |
MSVCP140.dll & VCRUNTIME140.dll Missing? - Brownittoya - 09-20-2015 Ever since i got a new development version of Dolphin a few weeks ago i've had this message every time i tried running the application. 4.0.2 and probably every development version from 4.0-7000 and lower works. (cant quite remember the last development version i had that worked) https://gyazo.com/45ffa16ebb0bcda01d8091837a69051e https://gyazo.com/c8a2453d52da0d1677a574111c80d647 RE: MSVCP140.dll & VCRUNTIME140.dll Missing? - Anti-Ultimate - 09-20-2015 Instal Visual C++ 2015 runtimes RE: MSVCP140.dll & VCRUNTIME140.dll Missing? - Kurausukun - 09-20-2015 I really think you should make this more obvious on the download page--it REALLY just blends into the rest of the text. RE: MSVCP140.dll & VCRUNTIME140.dll Missing? - AnyOldName3 - 09-20-2015 Or at the very least, the error message should be changed to point at the redist installer. RE: MSVCP140.dll & VCRUNTIME140.dll Missing? - Brownittoya - 09-21-2015 Download the Visual C++ Redistributable for Visual Studio 2015 right? im stuck at this page and 'clicking here' just makes me try the process of downloading it again and it just sits there still https://gyazo.com/f39c785288b969707793b55dc0e9890a Edit: nevermind, i searched for this on microsoft's website and going from there allowed me to download it but i guess clicking the direct link off google's search makes it stand still for the download....weird RE: MSVCP140.dll & VCRUNTIME140.dll Missing? - Anti-Ultimate - 09-21-2015 When you select the x86_64 and x86 versions, it shows you a direct link. Use that instead. RE: MSVCP140.dll & VCRUNTIME140.dll Missing? - Helios - 09-21-2015 (09-20-2015, 11:57 PM)AnyOldName3 Wrote: Or at the very least, the error message should be changed to point at the redist installer. afaik that's not possible. That error message is generated by the OS. RE: MSVCP140.dll & VCRUNTIME140.dll Missing? - AnyOldName3 - 09-21-2015 Surely it's throwing an exception that we could catch and then replace the error message of? RE: MSVCP140.dll & VCRUNTIME140.dll Missing? - Helios - 09-21-2015 afaik Dolphin doesn't implement exception handling due to performance impacts and generally being a Bad Idea to do in C++. Also, no I don't think a catchable error is thrown for missing runtimes. |