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. Qt 5 application crashes on startup on Windows 8??? [Solved]

Qt 5 application crashes on startup on Windows 8??? [Solved]

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

    Hello,

    One of the users of my software is "reporting crash on startup on Windows 8 Pro 64-bit":https://groups.google.com/forum/#!topic/sequalator/pGQC_wWYVGc.

    !https://lh5.googleusercontent.com/-ACJFkjX6Uj4/U6XNVyBcWBI/AAAAAAAAAFU/6Jh06xKe3Yg/s1600/seq1.PNG(Error1)!

    !https://lh4.googleusercontent.com/-uQnNOwoBCY4/U6XNZFx65WI/AAAAAAAAAFc/wE4DelFZSfA/s320/seq2.PNG(Error2)!

    I do not have access to Windows 8, but only Windows7 PC on which it runs fine.
    Can somebody please try to reproduce this bug on Windows 8 and confirm it is true?
    You can download the application from "here":https://drive.google.com/file/d/0B0-rlsRpLGiDQTliMVhMLWNrbEk/edit?usp=sharing.
    Alternatively there is a previous version built using Qt4 which can be downloaded from "here":https://drive.google.com/file/d/0B0-rlsRpLGiDVUJNMENKYlRWOW8/edit?usp=sharing.
    Requesting help from the community...

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

      I'll check next time I'm on Windows and post the results here. Usually, the software that works on Windows 7 also works on Window 8, there should not be any problems.

      (Z(:^

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

        Confirmed, it does not work.

        The platform plugin is indeed missing from the zip. I am surprised that it works on Windows 7, you maybe have the platform plugin in PATH.

        You need to copy qwindows.dll into platform plugins folder. See the deployment guide: "link":http://qt-project.org/doc/qt-5/windows-deployment.html.

        (Z(:^

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

          Hi, it does not work on Windows 7 either, unless you build a 64-bit MinGW version of Qt 5.2.1, then either copy the platforms subdirectory (with a qwindows.dll in it) so that it's placed together with sequalator.exe, or put it in C:\5.2.1\64\mingw\plugins (the path Qt Creator looks for on your dev. PC).

          1 Reply Last reply
          0
          • CAD_codingC Offline
            CAD_codingC Offline
            CAD_coding
            wrote on last edited by
            #5

            Hello sierdzio and hskoglund,

            Thanks for your answers, it worked!!!
            Many many thanks for your help.
            Sorry I could not reply early due to some problems.

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

              Good news :) Have fun and success with your app!

              (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