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. Qt Quick apps crash when clicking on ComboBox/drop-down menu
Forum Updated to NodeBB v4.3 + New Features

Qt Quick apps crash when clicking on ComboBox/drop-down menu

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

    I have just installed Qt with Qt Creator on Windows 7 x64 using the pre-compiled package "Qt 5.1.1 for Windows 32-bit (VS 2010, OpenGL, 504 MB)" because I have Visual Studio 2010 32-bit installed already. I chose the OpenGL version because the notes suggested it if the app should run on Windows XP.

    Compiling and running the Qt Widget-based example "Application Example" worked fine. However, I then tried the "Qt Quick Controls - Gallery" example. When running it and clicking on either the Button2 menu or the drop-down with "Apple" on it, the app immediately crashes with the following stack trace:

    0 DllMain atioglxx 0x69039ac4
    1 DrvDescribePixelFormat atioglxx 0x6903b379
    2 wglGetProcAddress OPENGL32 0x745dc6b7
    3 wglGetPixelFormat OPENGL32 0x745e5658
    4 wglSetPixelFormat OPENGL32 0x745e6405
    5 SetPixelFormat GDI32 0x76565973
    6 qt_plugin_instance qwindows 0x5668ddd9
    7 QOpenGLContext::makeCurrent Qt5Gui 0x58736a36
    8 QSGRenderLoop::instance Qt5Quick 0x5b452c93
    9 QAbstractEventDispatcherPrivate::releaseTimerId Qt5Core 0x5a9ac95e
    10 QSGNode::nextSibling Qt5Quick 0x5b4533db
    11 QSGNode::nextSibling Qt5Quick 0x5b453961
    12 QSGNode::nextSibling Qt5Quick 0x5b45396f
    13 QWindow::event Qt5Gui 0x5871a99f
    14 QCoreApplicationPrivate::sendThroughApplicationEventFilters Qt5Core 0x5a9af516
    15 QQuickWindow::event Qt5Quick 0x5b46d8bd
    16 QApplicationPrivate::notify_helper Qt5Widgets 0x5682f9d7
    17 QApplicationPrivate::notify_helper Qt5Widgets 0x5682f9e9
    18 QApplication::notify Qt5Widgets 0x568336c9
    19 QGuiApplicationPrivate::processWindowSystemEvent Qt5Gui 0x587178d3
    ... <More>

    The interesting thing is that it only crashes when the app window is on a particular monitor. I have three monitors, two connected to an ATI AMD 760G graphics card and the third connected to an older Nvidia Geforce 7300 LE. Only if I click the drop-down with the app on the monitor controlled by the Nvidia does the app crash. However, the crash happens in atioglxx.dll which suggests the ATI driver.

    I also tried the TableView example with the exact same result.

    I checked my video drivers and they are both up to date. Also downloaded OpenGL Extensions Viewer to find out what OpenGL version I have and it says 3.2. Inside this utility, I can only see AMD 760G though, there is no entry for the Nvidia card.

    Does anyone know what's going on here? I was planning on using Qt Quick for a new desktop app project with a custom GUI but this does not inspire confidence. How do I know it's not going to crash out of the box on certain graphics cards? Would I be better off with ANGLE? Or is it better to stick to Qt Widgets for Windows desktop apps for now?

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

      It sounds like using Angle would solve your issue as the quality of DirectX driers tend to be better on windows. I would suggest at least trying to see if that solves your issue. But regardless you should report this as a bug. I suspect using Qt Quick on multiple graphics cards on the same desktop has simply not been tested that much given how rare such configurations are.

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

        Thanks for replying.

        I did investigate ANGLE as an option for a while, but couldn't satisfactorily establish exactly what Windows versions it would support. The official Qt docs (http://qt-project.org/wiki/Qt-5-on-Windows-ANGLE-and-OpenGL) have a vague wording about ANGLE not working on XP saying "it does not fully work and may lead to crashes", whereas other sources I've found say it will work on XP SP2 and upwards, plus anything else that has DirectX 9.0c.

        Anyhow, because of this uncertainty I decided to use old-school Qt Widgets for this project in the end.

        PS. I admit it's an unusual monitor configuration, at least for the general public (maybe not so much for developers, I've worked with guys rocking 5-monitor setups), but I've never experienced a similar issue with any other apps on this setup.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          shit_adam
          wrote on last edited by
          #4

          I'm getting this kind of bug too. I'm using Ubuntu 3.2.0-57. Qt5.2.0.

          1 Reply Last reply
          0
          • V Offline
            V Offline
            voidful
            wrote on last edited by
            #5

            me too
            Ubuntu 12.04 64bit , Qt 5.2.0

            1 Reply Last reply
            0
            • L Offline
              L Offline
              lijo
              wrote on last edited by
              #6

              I am getting the same crash with
              Ubuntu 13.10 64bit , Qt 5.2.0

              1 Reply Last reply
              0
              • L Offline
                L Offline
                lijo
                wrote on last edited by
                #7

                I have reported a bug for the same "QTBUG-35989":https://bugreports.qt-project.org/browse/QTBUG-35989. Please vote there.

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

                  Could you try running the app with the environment setting: QSG_RENDER_LOOP=basic
                  and see if that affects the crash in any way?

                  1 Reply Last reply
                  0
                  • F Offline
                    F Offline
                    fonzi337
                    wrote on last edited by
                    #9

                    I can confirm that setting the QSG_RENDER_LOOP environment variable to basic fixes a (possibly related) crash I have experienced when dismissing Menu elements. See the bug reported by lijo above for details.

                    1 Reply Last reply
                    0
                    • V Offline
                      V Offline
                      vitvrn
                      wrote on last edited by
                      #10

                      Same problem with crash when selecting QML ComboBox entry:
                      Linux Mint 16 x86
                      Latest ATI Proprietary Driver 14.1 Beta (from 01.02.2014)

                      Setting QSG_RENDER_LOOP=basic helps to solve this for me.

                      1 Reply Last reply
                      0
                      • _ Offline
                        _ Offline
                        _dmp
                        wrote on last edited by
                        #11

                        I am try use QSG_RENDER_LOOP=basic and have no effect - app still crashed.
                        Qt 5.3.1
                        Buildroot 3.10.17
                        I.MX6 soc

                        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