Qt Forum

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

    Update: Forum Guidelines & Code of Conduct

    [Solved] Deployed application getting close silently at execution [Windows]

    Installation and Deployment
    3
    6
    1386
    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.
    • D
      dasun last edited by

      I deployed application on another windows machine as explained "here":http://qt-project.org/doc/qt-5.0/qtdoc/deployment-windows.html . My application work fine on development machine but on deployed machine its keep getting close silently without any error message. (Nothing happen when I double click on the 'exe' file)

      1 Reply Last reply Reply Quote 0
      • sierdzio
        sierdzio Moderators last edited by

        That usually means missing platform plugin.

        (Z(:^

        1 Reply Last reply Reply Quote 0
        • Q
          qtprojusername last edited by

          try using dependency walker to see if all the right dlls are included.

          1 Reply Last reply Reply Quote 0
          • D
            dasun last edited by

            @sierdzio can you explain what is platform plugin?

            @qtprojuserna I did try with dependency walker everything fine.

            My development machine is windows 8 64 bit(but i compiled for 32 bit) deployed machine is windows xp 32 bit. I'm using qprinter and sqlite for this project.

            Environment : 5.1.0 Alpha
            Compiler: VC2010

            1 Reply Last reply Reply Quote 0
            • D
              dasun last edited by

              @sierdzio Thank You. You are correct. I copied platform plugin folder to the deployment machine and it's working fine.. :)

              1 Reply Last reply Reply Quote 0
              • sierdzio
                sierdzio Moderators last edited by

                Great. Please edit your initial post and add [Solved] to the title. Maybe it will help somebody else along the way.

                (Z(:^

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post