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. [Solved] Deployed application getting close silently at execution [Windows]

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

Scheduled Pinned Locked Moved Installation and Deployment
6 Posts 3 Posters 1.7k 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.
  • D Offline
    D Offline
    dasun
    wrote on last edited by
    #1

    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
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      That usually means missing platform plugin.

      (Z(:^

      1 Reply Last reply
      0
      • Q Offline
        Q Offline
        qtprojusername
        wrote on last edited by
        #3

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

        1 Reply Last reply
        0
        • D Offline
          D Offline
          dasun
          wrote on last edited by
          #4

          @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
          0
          • D Offline
            D Offline
            dasun
            wrote on last edited by
            #5

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

            1 Reply Last reply
            0
            • sierdzioS Offline
              sierdzioS Offline
              sierdzio
              Moderators
              wrote on last edited by
              #6

              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
              0

              • Login

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