Qt program fails to run after windows update
-
Hi,
I have searched this issue. Mostly people having problem withwindows
platform plugin, generally happens after windows update.
Usefull link for same case. -
@milan
Hi
Do you mean when you run app in deployment folder, stand alone or via
Creator. Also are you using visual studio compiler ? -
@milan
Hi
You can try to run a repair via the visual studio installer.
Also check your kits are ok. -
The program failed because windows update deleted some dll while update happened. Restoring the dlls again, fixed the issue.
-
@milan
Hi
For reference, do u know name of that DLL?
and what did u do to fix it ?
(in what folder did u replace (/ put it back in) -
@mrjj . I reinstalled ftd2xx.dll from the executables from https://www.ftdichip.com/ website
-
@milan
ahh and app tried to use/linked to this dll? -
@milan
Yes, it won't fail if dynamic linked so just check to understand why
it died running from creator.
Super. thank you for the feedback.
12/14