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. Catching QML runtime exceptions
Qt 6.11 is out! See what's new in the release blog

Catching QML runtime exceptions

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 404 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.
  • C Offline
    C Offline
    cmclaughlin929
    wrote on last edited by
    #1

    Hello all,
    We run a QML app on Windows in Kiosk mode. When an unhandled exception/crash happens we go to our watchdog program that runs in the background. This allows the user to relaunch the program, export logs, or allows a service tech to log into Windows to try to sort the problem out.

    If we run into a QML engine exception all we get is a white screen and there is no way for our tech to get to the windows login. I'm looking for a way where if we get a QML engine exception we simply crash the program rather than displaying a white screen so our watchdog could handle it.
    Thanks.

    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