kosua20 / MIDIVisualizer

A small MIDI visualizer tool, using OpenGL
MIT License
1.07k stars 140 forks source link

vcruntime140_1.dll missing #57

Closed FreddieM007 closed 4 years ago

FreddieM007 commented 4 years ago

I tried running the latest version 5.0 but it complains about a missing vcruntime140_1.dll.

kosua20 commented 4 years ago

Hello! Sorry to hear that ; this is a Windows component (part of the Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019) that is often updated, you could try installing the latest version from the Microsoft support website: https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads (vc_redistx64). Let me know if it helps.

FreddieM007 commented 4 years ago

Great, that worked! Perhaps you could add that link to the install instructions. I searched for the .dll name directly but it pointed to Microsoft websites with old, outdated versions that did not install. Now I am going to play with your tool - thanks!

kosua20 commented 4 years ago

Great! I'll add this to a new Troubleshooting section in the Readme. Thanks!