Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. fresh installed QtCreator shows me 0xc000007b.
Qt 6.11 is out! See what's new in the release blog

fresh installed QtCreator shows me 0xc000007b.

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
6 Posts 3 Posters 2.0k 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.
  • H Offline
    H Offline
    huangda1982
    wrote on last edited by
    #1

    My QtCreator installation works just fine for almost a year. And suddenly it shows like this:
    0_1547013182591_f0242b2f-6fbc-4829-b1a2-63c50b3a3163-image.png

    I reinstalled it, and nothing changed.
    So, please, someone tell could tell me what happened and who can I fix it ?

    Thanks.

    jsulmJ J.HilkJ 2 Replies Last reply
    0
    • H Offline
      H Offline
      huangda1982
      wrote on last edited by
      #6

      I fix it by doing this:
      foreach it in "all of the MS redistributables" {
      if its uninstaller shows a "repair" button {
      repair it
      } else {
      unsitall it
      }
      }

      1 Reply Last reply
      0
      • H huangda1982

        My QtCreator installation works just fine for almost a year. And suddenly it shows like this:
        0_1547013182591_f0242b2f-6fbc-4829-b1a2-63c50b3a3163-image.png

        I reinstalled it, and nothing changed.
        So, please, someone tell could tell me what happened and who can I fix it ?

        Thanks.

        jsulmJ Offline
        jsulmJ Offline
        jsulm
        Lifetime Qt Champion
        wrote on last edited by
        #2

        @huangda1982 You can try to disable some of the plug-ins.
        To do so you need to start QtCreator from a terminal like this:

        ./qtcreator -noload Welcome -noload QmlDesigner -noload QmlProfiler
        

        If it helps you can disable them permanently under Help menu.
        Also consider to update your graphics drivers as such issues are usually related to graphics.

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        H 1 Reply Last reply
        4
        • H huangda1982

          My QtCreator installation works just fine for almost a year. And suddenly it shows like this:
          0_1547013182591_f0242b2f-6fbc-4829-b1a2-63c50b3a3163-image.png

          I reinstalled it, and nothing changed.
          So, please, someone tell could tell me what happened and who can I fix it ?

          Thanks.

          J.HilkJ Offline
          J.HilkJ Offline
          J.Hilk
          Moderators
          wrote on last edited by
          #3

          @huangda1982 also,
          what windows version are you on? That seems like a very old style window. Maybe your OS-updated resently and shuffled stuff (dlls mostly) around?

          Was the case for me, suddenly my windows sdk kit had a different path than it had the week before.


          Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


          Q: What's that?
          A: It's blue light.
          Q: What does it do?
          A: It turns blue.

          H 1 Reply Last reply
          2
          • jsulmJ jsulm

            @huangda1982 You can try to disable some of the plug-ins.
            To do so you need to start QtCreator from a terminal like this:

            ./qtcreator -noload Welcome -noload QmlDesigner -noload QmlProfiler
            

            If it helps you can disable them permanently under Help menu.
            Also consider to update your graphics drivers as such issues are usually related to graphics.

            H Offline
            H Offline
            huangda1982
            wrote on last edited by
            #4

            @jsulm Thanks for you reply. but it doesn't work.

            1 Reply Last reply
            0
            • J.HilkJ J.Hilk

              @huangda1982 also,
              what windows version are you on? That seems like a very old style window. Maybe your OS-updated resently and shuffled stuff (dlls mostly) around?

              Was the case for me, suddenly my windows sdk kit had a different path than it had the week before.

              H Offline
              H Offline
              huangda1982
              wrote on last edited by
              #5

              @J.Hilk Thanks for you reply. It is Windows7 build 7601.

              1 Reply Last reply
              0
              • H Offline
                H Offline
                huangda1982
                wrote on last edited by
                #6

                I fix it by doing this:
                foreach it in "all of the MS redistributables" {
                if its uninstaller shows a "repair" button {
                repair it
                } else {
                unsitall it
                }
                }

                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