Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Windows 8 shows the windows of my application empty.
QtWS25 Last Chance

Windows 8 shows the windows of my application empty.

Scheduled Pinned Locked Moved Solved Installation and Deployment
7 Posts 3 Posters 1.5k 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.
  • J Offline
    J Offline
    Jero
    wrote on last edited by
    #1

    I have a QT application which runs properly in Windows 7, Windows 10, and Mac OS, but in Windows 8 the windows of my application appear empty. No control or image are shown, just blank.

    Any idea? Thanks in advance.

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

      Hi,

      What kind of application is it ?

      What version of Qt are you using ?

      What is different in the Win8 machine from the other (specifically graphic hardware wise).

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      J 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        What kind of application is it ?

        What version of Qt are you using ?

        What is different in the Win8 machine from the other (specifically graphic hardware wise).

        J Offline
        J Offline
        Jero
        wrote on last edited by
        #3

        @SGaist Thank you for the fast response.

        -It is a download manager desktop application. The OS targets are: Windows 7,8,10 and Mac OS. (For Win8 we don't need Metro UI, but just the regular desktop one)

        -I am using QT 5.3.2 (for some special reasons I need to stick to this version for now).

        -The Win8 (64 bits version) is a ISO mounted in a Oracle Virtual Machine in the same Mac where the application runs without problems. We have additionally a Windows 7 host with also a Win8 ISO mounted in a Oracle VM. In both the app works perfectly in the host OS but not in the Win8 VM. Therefore I suppose the hardware setup doesn't play any role.

        Please just tell me if you need any further info, thanks!

        raven-worxR 1 Reply Last reply
        0
        • J Jero

          @SGaist Thank you for the fast response.

          -It is a download manager desktop application. The OS targets are: Windows 7,8,10 and Mac OS. (For Win8 we don't need Metro UI, but just the regular desktop one)

          -I am using QT 5.3.2 (for some special reasons I need to stick to this version for now).

          -The Win8 (64 bits version) is a ISO mounted in a Oracle Virtual Machine in the same Mac where the application runs without problems. We have additionally a Windows 7 host with also a Win8 ISO mounted in a Oracle VM. In both the app works perfectly in the host OS but not in the Win8 VM. Therefore I suppose the hardware setup doesn't play any role.

          Please just tell me if you need any further info, thanks!

          raven-worxR Offline
          raven-worxR Offline
          raven-worx
          Moderators
          wrote on last edited by
          #4

          @Jero said in Windows 8 shows the windows of my application empty.:

          -I am using QT 5.3.2 (for some special reasons I need to stick to this version for now).

          and what version exactly? the ANGLE or OpenGL variant?
          The dynamic OpenGL option was added since Qt 5.4.

          --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
          If you have a question please use the forum so others can benefit from the solution in the future

          J 1 Reply Last reply
          0
          • raven-worxR raven-worx

            @Jero said in Windows 8 shows the windows of my application empty.:

            -I am using QT 5.3.2 (for some special reasons I need to stick to this version for now).

            and what version exactly? the ANGLE or OpenGL variant?
            The dynamic OpenGL option was added since Qt 5.4.

            J Offline
            J Offline
            Jero
            wrote on last edited by
            #5

            @raven-worx The OpenGL one, specifically I used this one:
            http://download.qt.io/archive/qt/5.3/5.3.2/qt-opensource-windows-x86-mingw482_opengl-5.3.2.exe

            What is exactly "dynamic OpenGL"? is this feature needed in order to work properly with Win8?

            Thank you for the support.

            raven-worxR 1 Reply Last reply
            0
            • J Jero

              @raven-worx The OpenGL one, specifically I used this one:
              http://download.qt.io/archive/qt/5.3/5.3.2/qt-opensource-windows-x86-mingw482_opengl-5.3.2.exe

              What is exactly "dynamic OpenGL"? is this feature needed in order to work properly with Win8?

              Thank you for the support.

              raven-worxR Offline
              raven-worxR Offline
              raven-worx
              Moderators
              wrote on last edited by
              #6

              @Jero said in Windows 8 shows the windows of my application empty.:

              What is exactly "dynamic OpenGL"? is this feature needed in order to work properly with Win8?

              Read this.

              When using the OpenGL(-only) version as you do, you need to make sure that OpenGL is available on the machine. Means a compatible graphic card driver is installed. Also i would check the VM settings to use hardware accelerated graphics then.

              I was asking about which version, because this shouldn't be an issue with Qt 5.4 onwards, since it automatically falls back to ANGLE (DirectX) if OpenGL isn't available.

              --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
              If you have a question please use the forum so others can benefit from the solution in the future

              J 1 Reply Last reply
              1
              • raven-worxR raven-worx

                @Jero said in Windows 8 shows the windows of my application empty.:

                What is exactly "dynamic OpenGL"? is this feature needed in order to work properly with Win8?

                Read this.

                When using the OpenGL(-only) version as you do, you need to make sure that OpenGL is available on the machine. Means a compatible graphic card driver is installed. Also i would check the VM settings to use hardware accelerated graphics then.

                I was asking about which version, because this shouldn't be an issue with Qt 5.4 onwards, since it automatically falls back to ANGLE (DirectX) if OpenGL isn't available.

                J Offline
                J Offline
                Jero
                wrote on last edited by
                #7

                @raven-worx Indeed it seems a problem with OpenGL and the Win8 Virtual Box driver. I had the chance to test the app in a native Win8 and it works as expected.

                Thank you very much!!

                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