Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt wont launch
Forum Update on Monday, May 27th 2025

Qt wont launch

Scheduled Pinned Locked Moved Unsolved General and Desktop
8 Posts 5 Posters 2.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.
  • T Offline
    T Offline
    Tomkis
    wrote on last edited by
    #1

    I have a chromebook with crouton and ubuntu 14.04 on it.

    I have installed Qt and when I try to launch it - nothing happens.
    I have a 64bit system and I installed the 64bit version of Qt.

    K 1 Reply Last reply
    0
    • T Tomkis

      I have a chromebook with crouton and ubuntu 14.04 on it.

      I have installed Qt and when I try to launch it - nothing happens.
      I have a 64bit system and I installed the 64bit version of Qt.

      K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      @Tomkis

      From where did you install Qt?
      Did you use the online installer from official webpage?
      what are the tools you have selected for installation?
      Did you select a version?

      Do you see any error messages?

      Vote the answer(s) that helped you to solve your issue(s)

      T 1 Reply Last reply
      2
      • K koahnig

        @Tomkis

        From where did you install Qt?
        Did you use the online installer from official webpage?
        what are the tools you have selected for installation?
        Did you select a version?

        Do you see any error messages?

        T Offline
        T Offline
        Tomkis
        wrote on last edited by
        #3

        @koahnig

        • No error message.

        • I used the online installer

        • I installed the newest version of Qt

        • I only selected 5.7Qt

        1 Reply Last reply
        0
        • VRoninV Offline
          VRoninV Offline
          VRonin
          wrote on last edited by
          #4

          I have installed Qt and when I try to launch it

          Please define "it". Qt Creator?

          "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
          ~Napoleon Bonaparte

          On a crusade to banish setIndexWidget() from the holy land of Qt

          1 Reply Last reply
          2
          • Pradeep KumarP Offline
            Pradeep KumarP Offline
            Pradeep Kumar
            wrote on last edited by Pradeep Kumar
            #5

            Hi,

            Download and Install qt creator from the below link

            https://www.qt.io/download-open-source/

            and after downloading, install the Qt creator.

            Then use the below command

            ./qtcreator from terminal.

            check what is the error status ur getting or wheather launching successfully.

            Thanks,

            Pradeep Kumar
            Qt,QML Developer

            1 Reply Last reply
            4
            • mrjjM Offline
              mrjjM Offline
              mrjj
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Hi
              as @Pradeep-Kumar suggest , try to start it from command line.
              The welcome screen needs opengl and your chromebook might not have it ?
              So try start without it and see if Creator shows up then.

              qtcreator -noload Welcome

              1 Reply Last reply
              2
              • T Offline
                T Offline
                Tomkis
                wrote on last edited by
                #7

                This is the error I get when trying to launch from terminal:

                This appliaction failed to start because it could not find or load the Qt platform plugin "xcb" in " ".

                Available platform plaugins are : eglfs,linuxfb,minimal,minimalegl,offscreen,xcb.

                Reinstalling the application may fix this problem.
                Aborted (core dumped)

                mrjjM 1 Reply Last reply
                0
                • T Tomkis

                  This is the error I get when trying to launch from terminal:

                  This appliaction failed to start because it could not find or load the Qt platform plugin "xcb" in " ".

                  Available platform plaugins are : eglfs,linuxfb,minimal,minimalegl,offscreen,xcb.

                  Reinstalling the application may fix this problem.
                  Aborted (core dumped)

                  mrjjM Offline
                  mrjjM Offline
                  mrjj
                  Lifetime Qt Champion
                  wrote on last edited by mrjj
                  #8

                  @Tomkis said in Qt wont launch:

                  appliaction failed to start because it could not find or load the Qt platform plugin "xcb" in " ".

                  Something wrong in your install or the linux. ( or not hooked up properly)

                  http://stackoverflow.com/questions/29405689/qt-5-4-1-this-application-failed-to-start-because-it-could-not-find-or-load-th

                  "Try to go to the platforms folder of the Qt installation your program is using and run ldd libqxcb.so in a command prompt. Then check in the output if there are any missing dependencies. If the libqxcb.so is missing one of its dependencies this produces the output you mentioned."

                  Is worth trying.

                  1 Reply Last reply
                  2

                  • Login

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