Microsoft Visual C++ Runtime Library (Not Responding)
-
wrote on 5 Jun 2024, 05:38 last edited by
I have just reinstalled Qt desktop and mobile but when I try to open Qt Creator I get the following error message:
"Microsoft Visual C++ Runtime Library (Not Responding)
Runtime Error!
Program: F:\Qt\Tools\QtCreator\bin\qtcreator.exe
R6034
An application has made an attempt to load the C runtime library incorrectly"Is there a solution to this problem?
-
-
I have just reinstalled Qt desktop and mobile but when I try to open Qt Creator I get the following error message:
"Microsoft Visual C++ Runtime Library (Not Responding)
Runtime Error!
Program: F:\Qt\Tools\QtCreator\bin\qtcreator.exe
R6034
An application has made an attempt to load the C runtime library incorrectly"Is there a solution to this problem?
wrote on 6 Jun 2024, 02:10 last edited by@Charlie2406
The problem was systemic and the solution is as follows:- Powershell -> (login as admin)
- PS C:\WINDOWS\system32> sfc /scannow
- PS C:\WINDOWS\system32> Dism /Online /Cleanup-Image /RestoreHealth
2 and 3 will take time to run. When complete, reboot.
1/2