App does not open after deployment on Windows 11
-
Hello everyone!
I'm using Qt 6.6.3 in Windows. The compiler is MSVC. When I build and run the app from Qt Creator, everything is OK. But when I run it from file explorer (after deploying by windeployqt) nothing shows up. I think the app is run but nothing is shown.
Anyone can guide me?
-
-
After (trying to) run from it Windows File Manager run up Task Manager and see whether the process for the executable is still running. Either it is, in which case for some reason it is not showing any interface, or it is not, in which case either it never ran (and Windows did not give you an error message for some reason) or it ran and exited.
-
Try running the executable from a Command Prompt. You may get some information there as to whether it runs, when it exits or some helpful message.
-