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
Forum Updated to NodeBB v4.3 + New Features

App does not open after deployment on Windows 11

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
2 Posts 2 Posters 211 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 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?

    JonBJ 1 Reply Last reply
    0
    • S salirezag

      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?

      JonBJ Online
      JonBJ Online
      JonB
      wrote on 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

      • Login

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