Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. [SOLVED] QtQuick won't start (or starts with blank screen) due to grafic card
QtWS25 Last Chance

[SOLVED] QtQuick won't start (or starts with blank screen) due to grafic card

Scheduled Pinned Locked Moved QML and Qt Quick
8 Posts 3 Posters 2.4k 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.
  • S Offline
    S Offline
    SlimIT
    wrote on last edited by
    #1

    Hi,

    i have a QtQuick applications that is built on the Qt 5.1 (with Layouts & Controls). My app works fine some computers but don't work on others ( The previous app version (Qt5.0.2) works good on all these computers ).

    I have noticed that because the new version won't start on a computer which have a (Mobil Intel(R) 945 Express Chipset Family) and when i removed the driver the app works but there is a blank screen. I have also reinstalled the driver and maked some change to make it work with the driver but there is also a blank screen.

    Notice: The application works good with the blank screen when i click on some buttons but i don't see nothing.

    Can you help me please ?

    Thank you.

    1 Reply Last reply
    0
    • J Offline
      J Offline
      Jens
      wrote on last edited by
      #2

      Which platform is this? If it is windows, you could for instance try using the angle builds which have more reliable graphics drivers.

      1 Reply Last reply
      0
      • S Offline
        S Offline
        SlimIT
        wrote on last edited by
        #3

        It is windows and i can't find an angle build for Qt 5.1.

        Someone adviced me to try compiling from source so is that simple & have you a good wiki for that ?

        Thank you.

        1 Reply Last reply
        0
        • J Offline
          J Offline
          Jens
          wrote on last edited by
          #4

          The angle build is simply the precompiled packages that do not have -opengl in the name.

          1 Reply Last reply
          0
          • S Offline
            S Offline
            SlimIT
            wrote on last edited by
            #5

            For Qt 5.1 i don't find a mingw precompiled package without *-opengl *in the name. And i don't have an MSVC Licence.

            Is MSVC included within the precompiled package ?

            1 Reply Last reply
            0
            • JKSHJ Offline
              JKSHJ Offline
              JKSH
              Moderators
              wrote on last edited by
              #6

              No, the Qt Project cannot include MSVC for legal reasons.

              However, you don't need an MSVC licence -- you can download Visual Studio Express for free from Microsoft. Or, if you don't want the Visual Studio IDE, you can download the Windows SDK, which contains the same compiler.

              Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

              1 Reply Last reply
              0
              • S Offline
                S Offline
                SlimIT
                wrote on last edited by
                #7

                Thank you.

                I have installed a Qt 5.1.0 version with MSVC 2012 and without opengl.

                I have also installed Visual Studio Express 2012 and configured the compiler with Qt Creator.

                Now the application works but still the same problem i have a blank screen and the application and i can't click the buttons that i know the emplacement as in the MinGW version.

                Have you an idea ?

                1 Reply Last reply
                0
                • S Offline
                  S Offline
                  SlimIT
                  wrote on last edited by
                  #8

                  The application works now.

                  I was opening the application through a shared folder on the network.

                  After i have copied it to the computer it works good with the MSVC version without opengl.

                  I have also copied the MinGW opengl version but it has the same problem (blank screen).

                  So the problem was really due to opengl.

                  Thank you.

                  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