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. Qt Creator cannot launch in ubuntu16.04

Qt Creator cannot launch in ubuntu16.04

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
8 Posts 4 Posters 1.1k 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.
  • P Offline
    P Offline
    Phymin
    wrote on last edited by
    #1

    I upgraded my Qt version to 5.12.9, buf after the upgrade, the QtCreator cannot launch normally. If I click the QtCreator icon to launch, nothing will happen. And when I use command line to launch, the following error occurs:

    (qtcreator:3220): GLib-CRITICAL **: g_hash_table_contains: assertion 'hash_table != NULL' failed
    
    (qtcreator:3220): GLib-CRITICAL **: g_hash_table_insert_internal: assertion 'hash_table != NULL' failed
    Segmentation fault (core dumped)
    

    I reinstalled the Qt serveral times, but it doesn't work. Hope someone could help me figure this out. Thanks!

    jsulmJ 1 Reply Last reply
    0
    • P Phymin

      I upgraded my Qt version to 5.12.9, buf after the upgrade, the QtCreator cannot launch normally. If I click the QtCreator icon to launch, nothing will happen. And when I use command line to launch, the following error occurs:

      (qtcreator:3220): GLib-CRITICAL **: g_hash_table_contains: assertion 'hash_table != NULL' failed
      
      (qtcreator:3220): GLib-CRITICAL **: g_hash_table_insert_internal: assertion 'hash_table != NULL' failed
      Segmentation fault (core dumped)
      

      I reinstalled the Qt serveral times, but it doesn't work. Hope someone could help me figure this out. Thanks!

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

      @Phymin Try to start QtCreator with "-noload all" parameter - does this work?

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

      1 Reply Last reply
      1
      • P Offline
        P Offline
        Phymin
        wrote on last edited by
        #3

        @jsulm said in Qt Creator cannot launch in ubuntu16.04:

        -noload all
        Actually, it's the same:

        ./qtcreator -noload all
        
        (qtcreator:8402): GLib-CRITICAL **: g_hash_table_contains: assertion 'hash_table != NULL' failed
        
        (qtcreator:8402): GLib-CRITICAL **: g_hash_table_insert_internal: assertion 'hash_table != NULL' failed
        Segmentation fault (core dumped)
        
        
        JonBJ 1 Reply Last reply
        0
        • P Phymin

          @jsulm said in Qt Creator cannot launch in ubuntu16.04:

          -noload all
          Actually, it's the same:

          ./qtcreator -noload all
          
          (qtcreator:8402): GLib-CRITICAL **: g_hash_table_contains: assertion 'hash_table != NULL' failed
          
          (qtcreator:8402): GLib-CRITICAL **: g_hash_table_insert_internal: assertion 'hash_table != NULL' failed
          Segmentation fault (core dumped)
          
          
          JonBJ Offline
          JonBJ Offline
          JonB
          wrote on last edited by
          #4

          @Phymin said in Qt Creator cannot launch in ubuntu16.04:

          g_hash_table_contains: assertion

          I don't know whether any of them will help your situation, but if you Google for g_hash_table_contains: assertion you will see a number of hits which you might at least read through.

          1 Reply Last reply
          0
          • P Offline
            P Offline
            Phymin
            wrote on last edited by
            #5

            Thanks for your reply. Yes,I do google this problem before I post the problem here, and I tried some of them, but I didn't find much useful information related to qtcreator exactly.

            jsulmJ 1 Reply Last reply
            0
            • P Phymin

              Thanks for your reply. Yes,I do google this problem before I post the problem here, and I tried some of them, but I didn't find much useful information related to qtcreator exactly.

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

              @Phymin You could also try to update graphics driver

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

              1 Reply Last reply
              1
              • J Offline
                J Offline
                JoaoWang
                wrote on last edited by
                #7

                Hello, I meet the same problem as you. Have you solved this problem? I hope you can give me some advice.
                My system is Ubuntu 20.04LTS, and my Qt version is 5.12.8

                jsulmJ 1 Reply Last reply
                0
                • J JoaoWang

                  Hello, I meet the same problem as you. Have you solved this problem? I hope you can give me some advice.
                  My system is Ubuntu 20.04LTS, and my Qt version is 5.12.8

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

                  @JoaoWang Did you try what was suggested in this thread?

                  ./qtcreator -noload all
                  

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

                  1 Reply Last reply
                  1

                  • Login

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