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. QtCreator will not start up, no crash report, no window.

QtCreator will not start up, no crash report, no window.

Scheduled Pinned Locked Moved Unsolved General and Desktop
shuts downno crash report
6 Posts 3 Posters 591 Views 2 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.
  • G Offline
    G Offline
    GlennDavid 077
    wrote on last edited by
    #1

    I installed Linux as my main Platform or OS. This is a virgin install of Ubuntu 21.04 x86_64. Nothing extra has been added to the OS installation, except Qt & QtCreator. The online installer program works fine here. I tried starting starting various Qt apps such as qtcreator, none would start up, some gave crash reports and others didn't.

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

      Hi,

      Start Qt Creator from the command line with the QT_ENVIRONMENT_VARIABLE set to 1 to see exactly what is going on.

      You are likely missing some Xorg related libraries.

      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
      • JoeCFDJ Offline
        JoeCFDJ Offline
        JoeCFD
        wrote on last edited by JoeCFD
        #3

        I believe Ubuntu 21 has wayland as default platform plugin. Try
        export QT_QPA_PLATFORM=wayland
        to see if it helps.

        on X11 systems:
        $ echo $XDG_SESSION_TYPE
        x11

        on some wayland system:
        $ echo $XDG_SESSION_TYPE
        wayland

        check here out
        https://www.qt.io/blog/2018/05/29/whats-new-in-qt-5-11-for-the-wayland-platform-plugin

        1 Reply Last reply
        1
        • G Offline
          G Offline
          GlennDavid 077
          wrote on last edited by
          #4

          @JoeCFD said in QtCreator will not start up, no crash report, no window.:

          export QT_QPA_PLATFORM=wayland
          Screenshot from 2021-06-20 10-23-41.png
          Here's a screenshot of what I tried last. I am sorry it took so long to answer. I was in the hospital with pneumonia and it was double pneumonia that turned septic and I almost went into septic shock.

          1 Reply Last reply
          0
          • G Offline
            G Offline
            GlennDavid 077
            wrote on last edited by
            #5

            I did something about the way I login to Ubuntu. I changed from wayland to x11 display and qtcreator started up normal.

            1 Reply Last reply
            2
            • JoeCFDJ Offline
              JoeCFDJ Offline
              JoeCFD
              wrote on last edited by
              #6

              qt5-wayland is needed. Install it ====> https://wiki.qt.io/QtWayland
              check this out:
              https://unix.stackexchange.com/questions/598099/could-not-find-the-qt-platform-plugin-wayland

              wayland is supposed to replace x11.

              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