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. GUI elements glitching out on some machines but not others
Qt 6.11 is out! See what's new in the release blog

GUI elements glitching out on some machines but not others

Scheduled Pinned Locked Moved Solved Installation and Deployment
5 Posts 2 Posters 1.4k 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.
  • E Offline
    E Offline
    EqiupmentConnected
    wrote on last edited by
    #1

    I have a problem where my program seems to work fine on one machine but I try it on other PC's some of the GUI elements are glitching out. In the screenshots you can see the menu in the top left is breaking, with a white square where the controls should be. I tried it on 3 PC's, all windows 10 machines and it only works properly on one.

    I used the windeployqt6 tool with the command C:\Qt\6.5.3\mingw_64\bin\windeployqt6.exe --qmldir qml folder exe folder

    It seemed to work fine, and running the exe from the deployed folder works on my dev machine but when I try to run it on other machines GUI elements are glitching out.

    Why would it work on one machine but not others? Any idea what would cause this?

    forum1.PNG

    forum2.PNG

    1 Reply Last reply
    0
    • SGaistS SGaist

      Then I would check whether you have the latest version of the Intel driver and if so, downgrade it to see if that helps and if no, update it.

      E Offline
      E Offline
      EqiupmentConnected
      wrote on last edited by
      #5

      Turns out it was caused by me leaving an absolute file path that pointed to something that was only on my dev machine in one of my classes. Stupid mistake! Thanks for the advice though.

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

        Hi and welcome to devnet,

        You should check what is different between your three machines such as:

        • Windows version
        • Graphics card
        • Driver version

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

          @SGaist the windows version is the same, windows 10 pro 10.01.19045 Build 19045
          The PC that works has a geforce GTX 1650, driver 31.0.15.4617

          the other uses Intel HD Graphics 520, driver 31.0.101.2111

          SGaistS 1 Reply Last reply
          0
          • E EqiupmentConnected

            @SGaist the windows version is the same, windows 10 pro 10.01.19045 Build 19045
            The PC that works has a geforce GTX 1650, driver 31.0.15.4617

            the other uses Intel HD Graphics 520, driver 31.0.101.2111

            SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #4

            Then I would check whether you have the latest version of the Intel driver and if so, downgrade it to see if that helps and if no, update it.

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

            E 1 Reply Last reply
            0
            • SGaistS SGaist

              Then I would check whether you have the latest version of the Intel driver and if so, downgrade it to see if that helps and if no, update it.

              E Offline
              E Offline
              EqiupmentConnected
              wrote on last edited by
              #5

              Turns out it was caused by me leaving an absolute file path that pointed to something that was only on my dev machine in one of my classes. Stupid mistake! Thanks for the advice though.

              1 Reply Last reply
              0
              • SGaistS SGaist has marked this topic as solved on

              • Login

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