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] MultiTouch ASSERT: "itemForTouchPointId.isEmpty()"
QtWS25 Last Chance

[SOLVED] MultiTouch ASSERT: "itemForTouchPointId.isEmpty()"

Scheduled Pinned Locked Moved QML and Qt Quick
2 Posts 1 Posters 1.1k 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.
  • W Offline
    W Offline
    winkler3523
    wrote on last edited by
    #1

    Hello,

    i have problems with Qt5.1.1 on an embedded linux device. When i use a MouseArea Element and i touch with multiple fingers on the display the programm aborts with the following message:
    ASSERT: "itemForTouchPointId.isEmpty()" in file items/qquickwindow.cpp, line 1617

    A single MultiPointTouchArea works fine. When there are more than one MultiPointTouchAreas on the screen the problem also occurs.

    What can i do to prevent this problem.

    Thanks

    1 Reply Last reply
    0
    • W Offline
      W Offline
      winkler3523
      wrote on last edited by
      #2

      Hello,

      the Problem is already solved in Qt5.2.
      It was a problem with the linux touch support in qtbase/src/platformsupport/input/evdevtouch/qevdevtouch.cpp and not QtQuick.

      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