Qt online installer can not start
-
Hello everyone. Using Qt for a long time and I got a brand new computer. I am trying to reinstall Qt 5.15.2 for my projects. I downloaded the online installer and I tried to run it as an administrator but it does not work. App can not start at all. Here is what I get: https://prnt.sc/xcj5os
It is probably some libraries missing or something but I cannot figure.
Windows 10 pro (x64), amd cpu -
Hello everyone. Using Qt for a long time and I got a brand new computer. I am trying to reinstall Qt 5.15.2 for my projects. I downloaded the online installer and I tried to run it as an administrator but it does not work. App can not start at all. Here is what I get: https://prnt.sc/xcj5os
It is probably some libraries missing or something but I cannot figure.
Windows 10 pro (x64), amd cpu -
It says:
The application did not succeed to start properly (0xc000007b). Clic OK to close the application.Nothing really usefull. Most of the time it happens when the app have some dll missing issues. Like c++ redistribuable, .NET framework not installed properly. If someone has an idea about what is supposed to be installed on a new computer to run the online installer it would be appreciated.
-
It says:
The application did not succeed to start properly (0xc000007b). Clic OK to close the application.Nothing really usefull. Most of the time it happens when the app have some dll missing issues. Like c++ redistribuable, .NET framework not installed properly. If someone has an idea about what is supposed to be installed on a new computer to run the online installer it would be appreciated.
@info
I think I had such a situation with one of my applications, also using the QtInstallerFrameWork same as Qt.
And, if I remember correctly, the issue was a wrongly installed Visual Studio c++ Redistributable version ( 2013 was installed and 15/17/19 was needed)