Qt program fails to run after windows update
Solved
General and Desktop
-
Hello, my previosly working Qt program fails to run after the windows 10 update.
Updates are:
Security update for Microsoft Windows (KB4284835)
Update for KB2504637
Security update for Adobe Flash Player.The application fails when attempted to run with error : exited with code -1073741515.
-
@milan said in Qt program fails to run after windows update:
1073741515
I searched and found out that the error means
-1073741515 is equal to 0xC0000135 meaning STATUS_DLL_NOT_FOUND.
It means some missing dependencies according to new link. Maybe you can try to reinstall Qt and see if it works. -
Hi,
I have searched this issue. Mostly people having problem withwindows
platform plugin, generally happens after windows update.
Usefull link for same case.