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 opens and closes on Linux 16.04
Qt 6.11 is out! See what's new in the release blog

Qt Creator opens and closes on Linux 16.04

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
17 Posts 4 Posters 7.1k 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.
  • SGaistS Offline
    SGaistS Offline
    SGaist
    Lifetime Qt Champion
    wrote on last edited by
    #2

    Hi,

    Try starting from the command line, you might get more clues about what is happening.

    By the way, virtual machine or standard desktop ?

    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
    2
    • R rbmisc

      I tried opening Qt 5.6 Creator in Linux 16.04. The window opens and closes. I thought maybe I should try the latest. So I downloaded Qt 5.7 and it does that same thing. Linux has been updated to the latest software.

      Anyone else had this problem and know the fix?

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

      @rbmisc Try to start QtCreator with "-noload Welcome" parameter.
      If it works disable Welcome plug-in under "Help/About Plugins..."

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

      Pradeep KumarP 2 Replies Last reply
      2
      • R Offline
        R Offline
        rbmisc
        wrote on last edited by
        #4

        It's a virtual machine. But it worked in the past. I did update Linux before trying to open it. Could there be something in the latest updates that is causing this?

        1 Reply Last reply
        0
        • R Offline
          R Offline
          rbmisc
          wrote on last edited by
          #5

          I ran qt from the command line and it stated that qt creator wasn't installed. So I installed it. I tried running again by clicking the app on the side bar and it still just comes up then shuts down.

          So I tried running via command line. Qt Creator came up. Here is what was displayed on the command line when I entered qtcreator.

          $ qtcreator
          void DBusMenuExporterPrivate::addAction(QAction*, int): Already tracking action "Follow Symbol Under Cursor" under id 173
          Cannot start '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory
          OpenGL Warning: glXCreatePbuffer not implemented by Chromium
          OpenGL Warning: glXCreatePbuffer not implemented by Chromium
          QOpenGLFramebufferObject: Unsupported framebuffer format.

          1 Reply Last reply
          0
          • R Offline
            R Offline
            rbmisc
            wrote on last edited by
            #6

            I just checked and the Qt Creator version running from the command line is 5.5.1 not 5.7

            jsulmJ Pradeep KumarP 3 Replies Last reply
            0
            • R rbmisc

              I just checked and the Qt Creator version running from the command line is 5.5.1 not 5.7

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

              @rbmisc Did you try to disable the Welcome plug-in as I suggested before?

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

              1 Reply Last reply
              1
              • R rbmisc

                I just checked and the Qt Creator version running from the command line is 5.5.1 not 5.7

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

                @rbmisc 5.5.1 and 5.7 are not QtCreator versions, those are Qt versions.

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

                1 Reply Last reply
                1
                • R Offline
                  R Offline
                  rbmisc
                  wrote on last edited by
                  #9

                  I didn't see your message until now. I disabled the Welcome plug in and it now works. Thanks. What seems to be the issue with the Welcome plugin?

                  jsulmJ 1 Reply Last reply
                  0
                  • R rbmisc

                    I didn't see your message until now. I disabled the Welcome plug in and it now works. Thanks. What seems to be the issue with the Welcome plugin?

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

                    @rbmisc As far as I know it is related to OpenGL issues with some graphics drivers. But I don't know exactly what the problem is.

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

                    1 Reply Last reply
                    1
                    • jsulmJ jsulm

                      @rbmisc Try to start QtCreator with "-noload Welcome" parameter.
                      If it works disable Welcome plug-in under "Help/About Plugins..."

                      Pradeep KumarP Offline
                      Pradeep KumarP Offline
                      Pradeep Kumar
                      wrote on last edited by
                      #11

                      @jsulm said in Qt Creator opens and closes on Linux 16.04:

                      @rbmisc Try to start QtCreator with "-noload Welcome" parameter.
                      If it works disable Welcome plug-in under "Help/About Plugins..."

                      Hi,

                      @jsulm

                      Apart from starting qtcreator with the command in linux

                      Command Below
                      ./qtcreator

                      What is the parameter which u specified?.

                      Curious to know
                      Thanks,

                      Pradeep Kumar
                      Qt,QML Developer

                      jsulmJ 1 Reply Last reply
                      1
                      • Pradeep KumarP Pradeep Kumar

                        @jsulm said in Qt Creator opens and closes on Linux 16.04:

                        @rbmisc Try to start QtCreator with "-noload Welcome" parameter.
                        If it works disable Welcome plug-in under "Help/About Plugins..."

                        Hi,

                        @jsulm

                        Apart from starting qtcreator with the command in linux

                        Command Below
                        ./qtcreator

                        What is the parameter which u specified?.

                        Curious to know
                        Thanks,

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

                        @Pradeep-Kumar

                        ./qtcreator -noload Welcome
                        

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

                        Pradeep KumarP 1 Reply Last reply
                        1
                        • R rbmisc

                          I just checked and the Qt Creator version running from the command line is 5.5.1 not 5.7

                          Pradeep KumarP Offline
                          Pradeep KumarP Offline
                          Pradeep Kumar
                          wrote on last edited by
                          #13

                          @rbmisc said in Qt Creator opens and closes on Linux 16.04:

                          I just checked and the Qt Creator version running from the command line is 5.5.1 not 5.7

                          As said by @jsulm

                          Qt creator version is different from Qt version.

                          Qt creator version u can get in Qt creator help menu.

                          Thanks:)

                          Pradeep Kumar
                          Qt,QML Developer

                          1 Reply Last reply
                          0
                          • jsulmJ jsulm

                            @rbmisc Try to start QtCreator with "-noload Welcome" parameter.
                            If it works disable Welcome plug-in under "Help/About Plugins..."

                            Pradeep KumarP Offline
                            Pradeep KumarP Offline
                            Pradeep Kumar
                            wrote on last edited by
                            #14

                            @jsulm said in Qt Creator opens and closes on Linux 16.04:

                            @rbmisc Try to start QtCreator with "-noload Welcome" parameter.
                            If it works disable Welcome plug-in under "Help/About Plugins..."

                            As far as I know it is related to OpenGL issues with some graphics drivers. But I don't know exactly what the problem is.

                            Which is related to plugins?.

                            Pradeep Kumar
                            Qt,QML Developer

                            jsulmJ 1 Reply Last reply
                            0
                            • jsulmJ jsulm

                              @Pradeep-Kumar

                              ./qtcreator -noload Welcome
                              
                              Pradeep KumarP Offline
                              Pradeep KumarP Offline
                              Pradeep Kumar
                              wrote on last edited by
                              #15

                              @jsulm said in Qt Creator opens and closes on Linux 16.04:

                              @Pradeep-Kumar

                              ./qtcreator -noload Welcome
                              

                              Thanks @jsulm

                              Thanks,

                              Pradeep Kumar
                              Qt,QML Developer

                              1 Reply Last reply
                              0
                              • Pradeep KumarP Pradeep Kumar

                                @jsulm said in Qt Creator opens and closes on Linux 16.04:

                                @rbmisc Try to start QtCreator with "-noload Welcome" parameter.
                                If it works disable Welcome plug-in under "Help/About Plugins..."

                                As far as I know it is related to OpenGL issues with some graphics drivers. But I don't know exactly what the problem is.

                                Which is related to plugins?.

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

                                @Pradeep-Kumar Yes. It depends on the plug-in.

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

                                1 Reply Last reply
                                1
                                • SGaistS Offline
                                  SGaistS Offline
                                  SGaist
                                  Lifetime Qt Champion
                                  wrote on last edited by
                                  #17

                                  The Welcome plugin uses QtQuick so you need to have OpenGL working properly.

                                  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
                                  1

                                  • Login

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