How to fix microsoft visual c++ runtime library runtime error?

Mostly, this kinds of error can be caused by two factors:

1.Runtime components of Visual C++ Libraries are missing.

2.Software problem.

If the issue is caused by the first factor, you can reinstall the Runtime components of Visual C++ Libraries to resolve the problem.

Microsoft Visual C++ 2008 Redistributable Package (x86)

http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF&displaylang=en

If the issue still persists after installing above package, the issue should be a software problem. I suggest you take a clean boot check whether it is a software conflict issue. If not, it is still recommended to address the problem with manufacturer support.