Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. The inferior stopped because it triggered an eaxception.
Qt 6.11 is out! See what's new in the release blog

The inferior stopped because it triggered an eaxception.

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 2 Posters 405 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.
  • N Offline
    N Offline
    nexan_pro
    wrote on last edited by
    #1

    Hello,

    I'm trying to save file using QFileDialog class using QFileDialog::getSaveFileName.
    When I try to debug my application got unhandled exception in combase.dll:

    onecore\com\combase\dcomrem\security.cxx(3071)\combase.dll!00007FFDF961BABC: (caller: 00007FFD8192823E) ReturnHr(1) tid(d78) 80010117 Call context cannot be accessed after call completed.
    

    and info dialog:

    The inferior stopped because it triggered an exception. Stopped in thread 0 by: Exception at 0x7ffdf8a9cd29, code: 0x6ba: RPC server unavailable, flags=0x1 (execution cannot be continued) (first chance).
    

    Code snippet:

      QFileDialog::getSaveFileName(this, "Choose location to save chart",
                                                         "", "JPG (*.jpg);;PNG (*.png);;BMP (*.bmp);;PDF (*.pdf)");
    
    

    System Info:

    MSVC2022 64bit v17.3.32901.215
    CDB v10.0.22621.755

    1 Reply Last reply
    0
    • Chris KawaC Offline
      Chris KawaC Offline
      Chris Kawa
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi, welcome to te forum.

      Qt uses native file dialogs. It's an internal exception of the Windows API and it is handled there. You can safely ignore it and continue debugging.

      1 Reply Last reply
      4

      • Login

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