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] Qt 5.1.1 on Win7 64bit shows error on startup, but seems to work afterwards

[Solved] Qt 5.1.1 on Win7 64bit shows error on startup, but seems to work afterwards

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 2 Posters 4.4k 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.
  • I Offline
    I Offline
    immanuel777
    wrote on 16 Sept 2013, 22:37 last edited by
    #1

    Hi forum,

    I just installed the latest version of Qt (5.1.1) via the online installer for Windows on a Win7 64bit PC.

    The installation worked quite smoothly, but upon starting Qt Creator, a message pops, which says "The application could not be started correctly (0xc000007b). Click "OK" in order to close the application". The header of the message window says "cc1plus.exe - application error".

    When I click "OK", the message re-appears two times and then Qt Creator opens and seems to work OK. I could compile an own project and the example "Qt Quick Controls - Gallery" successfully. However, I'm a bit nervous because of the error message.

    Can anyone tell me what this cc1plus.exe is used for and which restrictions I might face due to the error? How can the error message be overcome? Is an update to my MinGW installation necessary? If yes, which modules?

    Any help is appreciated. My google search led to no clues so far.

    Take care,
    Steffen

    P.S.: While writing this, I had the error message open all the time and I just noticed that after ignoring it 1-2 minutes, Qt Creator started all the same and again seems to work OK. The error message stayed on the screen and I had to click "OK" three times as before in order to get rid of it.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 18 Sept 2013, 21:06 last edited by
      #2

      Hi and welcome to devnet,

      I guess you installed the 5.1.1 MinGW 32Bit, do you have your own MinGW installed on your machine ?

      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
      • I Offline
        I Offline
        immanuel777
        wrote on 19 Sept 2013, 05:37 last edited by
        #3

        Hi SGaist,

        thanks for your reply. Yes, I installed 5.1.1 MinGW 32bit and I already had my own MinGW installed before installing Qt. Actually, I just figured out, what was the problem:

        Dependency Walker showed a missing dll called zlib1.dll, which cc1plus.exe needs. Now I put this file in the same folder as cc1plus.exe and Qt creator starts without error message.

        By the way, Dependency Walker also showed some problems for Qtcreator.exe, but they don't seem to be too severe or are no problems in reality - al least I didn't experience any trouble so far.

        If anyone else reads this and is about to use Dependency Walker for the first time: By sure to use the version, which matches the application: 32bit Dependency Walker for 32bit application and 64bit Dependency Walker for 64bit application. Using 64bit Dependency Walker on a 32bit application produces a whole list of problems, which don't exist in reality.

        Best regards,
        Steffen

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 19 Sept 2013, 11:46 last edited by
          #4

          Glad you found out !

          Having multiple version of MinGW installed seems to pose problem (you're not alone)

          If you got it working, please update the thread title prepending [solved] so other forum users may know a solution has been found :)

          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

          4/4

          19 Sept 2013, 11:46

          • Login

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