Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Unsolved Deployment succeeds, app does not run on double click

    Installation and Deployment
    4
    15
    336
    Loading More Posts
    • 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
      Ahsan Niaz last edited by aha_1980

      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 Reply Quote 0
      • A
        Ahsan Niaz last edited by

        @jsulm @H-dragon

        JonB 1 Reply Last reply Reply Quote 0
        • JonB
          JonB @Ahsan Niaz last edited by

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

          1 Reply Last reply Reply Quote 0
          • A
            Ahsan Niaz last edited by

            @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)

            JonB 1 Reply Last reply Reply Quote 0
            • JonB
              JonB @Ahsan Niaz last edited by

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

              1 Reply Last reply Reply Quote 0
              • A
                Ahsan Niaz last edited by

                so there is no solution? @JonB

                JonB 1 Reply Last reply Reply Quote 0
                • JonB
                  JonB @Ahsan Niaz last edited by

                  @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 Reply Quote 0
                  • A
                    Ahsan Niaz last edited by

                    You know anybody who can answer?

                    JonB 1 Reply Last reply Reply Quote 0
                    • JonB
                      JonB @Ahsan Niaz last edited by

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

                      1 Reply Last reply Reply Quote 0
                      • SGaist
                        SGaist Lifetime Qt Champion last edited by

                        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 Reply Quote 1
                        • A
                          Ahsan Niaz last edited by

                          QT5.9.1 i use at linux

                          1 Reply Last reply Reply Quote 0
                          • SGaist
                            SGaist Lifetime Qt Champion last edited by

                            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 Reply Quote 0
                            • A
                              Ahsan Niaz last edited by

                              @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 Reply Quote 0
                              • SGaist
                                SGaist Lifetime Qt Champion last edited by

                                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 Reply Quote 0
                                • hskoglund
                                  hskoglund last edited by

                                  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 Reply Quote 0
                                  • First post
                                    Last post