Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. App does not open after deployment on Windows 11

App does not open after deployment on Windows 11

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
2 Posts 2 Posters 134 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    salirezag
    wrote on 13 Jan 2025, 07:30 last edited by
    #1

    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?

    J 1 Reply Last reply 13 Jan 2025, 11:24
    0
    • S salirezag
      13 Jan 2025, 07:30

      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?

      J Offline
      J Offline
      JonB
      wrote on 13 Jan 2025, 11:24 last edited by
      #2

      @salirezag

      • 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.

      1 Reply Last reply
      0

      1/2

      13 Jan 2025, 07:30

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved