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. Deployment succeeds, app does not run on double click
QtWS25 Last Chance

Deployment succeeds, app does not run on double click

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
15 Posts 4 Posters 1.1k 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.
  • A Offline
    A Offline
    Ahsan Niaz
    wrote on last edited by aha_1980
    #1

    Hi, i have created an app with the help of following command on terminal

    ./linuxdeployqt-7-x86_64.AppImage processorder/Process_Orders -unsupported-allow-new-glibc -appimage
    

    An app is generated successfully. But, when i double clikc it or (right click -> run) , nothing happens,
    I tried to run it using terminal.
    This is what i got on terminal

    ./Process_Orders-x86_64.AppImage: symbol lookup error: ./Process_Orders-x86_64.AppImage: undefined symbol: _ZdlPvm, version Qt_5
    

    Can anybody help me deploy the app successfully and run it properly?

    1 Reply Last reply
    0
    • A Offline
      A Offline
      Ahsan Niaz
      wrote on last edited by
      #2

      @jsulm @H-dragon

      JonBJ 1 Reply Last reply
      0
      • A Ahsan Niaz

        @jsulm @H-dragon

        JonBJ Offline
        JonBJ Offline
        JonB
        wrote on last edited by
        #3

        @Ahsan-Niaz
        I don't know whether it will help, you could try a ldd ./Process_Orders-x86_64.AppImage.

        1 Reply Last reply
        0
        • A Offline
          A Offline
          Ahsan Niaz
          wrote on last edited by
          #4

          @JonB said in Depl;oyment succeds, app does not run on double click:

          ldd ./Process_Orders-x86_64.AppImage

          it says (not a dynamic executable)

          JonBJ 1 Reply Last reply
          0
          • A Ahsan Niaz

            @JonB said in Depl;oyment succeds, app does not run on double click:

            ldd ./Process_Orders-x86_64.AppImage

            it says (not a dynamic executable)

            JonBJ Offline
            JonBJ Offline
            JonB
            wrote on last edited by
            #5

            @Ahsan-Niaz
            OK, don't worry, ignore my suggestion :) I thought it was an executable.

            1 Reply Last reply
            0
            • A Offline
              A Offline
              Ahsan Niaz
              wrote on last edited by
              #6

              so there is no solution? @JonB

              JonBJ 1 Reply Last reply
              0
              • A Ahsan Niaz

                so there is no solution? @JonB

                JonBJ Offline
                JonBJ Offline
                JonB
                wrote on last edited by
                #7

                @Ahsan-Niaz
                I'm sure there's a solution, but not from me, sorry! Someone who knows about this will doubtless pick it up.

                1 Reply Last reply
                0
                • A Offline
                  A Offline
                  Ahsan Niaz
                  wrote on last edited by
                  #8

                  You know anybody who can answer?

                  JonBJ 1 Reply Last reply
                  0
                  • A Ahsan Niaz

                    You know anybody who can answer?

                    JonBJ Offline
                    JonBJ Offline
                    JonB
                    wrote on last edited by
                    #9

                    @Ahsan-Niaz No, you have to be patient and wait to see.

                    1 Reply Last reply
                    0
                    • SGaistS Offline
                      SGaistS Offline
                      SGaist
                      Lifetime Qt Champion
                      wrote on last edited by
                      #10

                      Hi,

                      Which version of Qt did you use to build your AppImage ?
                      If not the one from the system, did you try with that one ?

                      Interested in AI ? www.idiap.ch
                      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                      1 Reply Last reply
                      1
                      • A Offline
                        A Offline
                        Ahsan Niaz
                        wrote on last edited by
                        #11

                        QT5.9.1 i use at linux

                        1 Reply Last reply
                        0
                        • SGaistS Offline
                          SGaistS Offline
                          SGaist
                          Lifetime Qt Champion
                          wrote on last edited by
                          #12

                          The question was: pre-built binary from the Qt installer or the one from your distribution ?

                          Interested in AI ? www.idiap.ch
                          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                          1 Reply Last reply
                          0
                          • A Offline
                            A Offline
                            Ahsan Niaz
                            wrote on last edited by
                            #13

                            @SGaist I am not that much aware of the thing you asked, but the following much answer your question
                            fe179bb8-42e9-4cc8-9342-b2c1379dac14-image.png

                            1 Reply Last reply
                            0
                            • SGaistS Offline
                              SGaistS Offline
                              SGaist
                              Lifetime Qt Champion
                              wrote on last edited by
                              #14

                              The kit information would be better but I am guessing that you installed it from the online installer.

                              Interested in AI ? www.idiap.ch
                              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                              1 Reply Last reply
                              0
                              • hskoglundH Offline
                                hskoglundH Offline
                                hskoglund
                                wrote on last edited by
                                #15

                                Hi, most likely the error is because you have 2 different versions of Qt on your Linux, 1 Qt version (as @SGaist assumes I think correctly) from the online installer and 1 Qt version builtin in your Linux. Try removing one of them.

                                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