kkaja123 / Gopher360

Gopher360 is a free and open source zero-configuration-needed application that turns your Xbox 360, Xbox One, or even DualShock controller into a mouse and keyboard. Just download, run, and relax.
GNU General Public License v3.0
6 stars 2 forks source link

System error #45

Open kkaja123 opened 4 years ago

kkaja123 commented 4 years ago

Originally posted by @Zenith0915 when I try to launch Gopher360 I get an error message saying "The code execution cannot proceed because MSVCP140.dll was not found. Reinstalling the program may fix this problem." how do I fix this?

kkaja123 commented 4 years ago

Originally posted by @Tylemagne As much as I would love for this to run 100% natively, sometimes fresh installations of Windows don't yet include an up-to-date version of the Visual C++ Runtimes. These should come in through Windows Update as well as other software packages that come with it pre-bundled in the installer. If yours doesn't have it yet, you can run Windows Update, or download the VC++ redistributable runtimes manually: https://www.microsoft.com/en-us/download/details.aspx?id=48145

Future note to self, I can compile it in such a way that doesn't require these: https://stackoverflow.com/questions/32998902/msvcp140-dll-missing

kkaja123 commented 4 years ago

Originally posted by @nsepetys @Tylemagne - I'm still getting the error even after downloading the "Visual C++ Redistributable for Visual Studio 2015". Noticing the MSVCP140.dll file is under C:\Windows\System32. Does it matter where we launch the gopher executable? Any other ideas?