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. Troubleshooting Deployment Issues with Custom Built Qt Application on Linux
Forum Updated to NodeBB v4.3 + New Features

Troubleshooting Deployment Issues with Custom Built Qt Application on Linux

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 3 Posters 307 Views 1 Watching
  • 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.
  • A Offline
    A Offline
    Ahmad296
    wrote on last edited by
    #1

    I'm facing a unique challenge while deploying my custom-built Qt application on a Linux environment. The app runs smoothly in the development environment, but after packaging and deploying, it fails to start, giving no specific error messages. I've ensured all necessary dependencies are included, and even tried using the Linux Deployment Tool provided by Qt. Has anyone encountered a similar issue or can suggest troubleshooting steps?

    Also, is there a way to debug the application post-deployment to figure out what's going wrong?

    jsulmJ 1 Reply Last reply
    0
    • Axel SpoerlA Offline
      Axel SpoerlA Offline
      Axel Spoerl
      Moderators
      wrote on last edited by
      #2

      You have to provide some more details.
      Which Qt version and which operating system?
      If you start the deployed application from the command line, what’s the output?

      Software Engineer
      The Qt Company, Oslo

      1 Reply Last reply
      0
      • A Ahmad296

        I'm facing a unique challenge while deploying my custom-built Qt application on a Linux environment. The app runs smoothly in the development environment, but after packaging and deploying, it fails to start, giving no specific error messages. I've ensured all necessary dependencies are included, and even tried using the Linux Deployment Tool provided by Qt. Has anyone encountered a similar issue or can suggest troubleshooting steps?

        Also, is there a way to debug the application post-deployment to figure out what's going wrong?

        jsulmJ Offline
        jsulmJ Offline
        jsulm
        Lifetime Qt Champion
        wrote on last edited by
        #3

        @Ahmad296 said in Troubleshooting Deployment Issues with Custom Built Qt Application on Linux:

        I've ensured all necessary dependencies are included

        Check that on the target machine using:

        ldd YOUR_APP_EXECUTABLE
        

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        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