I am using Qt 5.15.2 with Visual Studio Professional 2022 Version 17.12.3. I am getting below warning while opening explorer using QFileDialog. Please help me to resolve this issue.

Kuntoji, Vinod 0 Reputation points
2025-01-06T07:53:19.51+00:00

onecoreuap\internal\shell\inc\SrcPkg\FileExplorerSessionWatcher\inc\FileExplorerSessionWatcher.h(843)\SHELL32.dll!00007FFEBBAA1DB4: (caller: 00007FFEBB9E65F2) ReturnHr(1) tid(66d8) 80004001 Not implemented

shell\SrcPkg\FileExplorer\DefView\src\DefView.cpp(17508)\SHELL32.dll!00007FFEBB9E6611: (caller: 00007FFE76B6434E) LogHr(1) tid(66d8) 80004001 Not implemented

Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | C++
Developer technologies | Visual Studio | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. RLWA32 49,636 Reputation points
    2025-01-06T08:22:08.8733333+00:00

    If your application is running successfully and producing expected results then the appearance of these messages when running under the debugger can be ignored. It is quite common for some system components to detect that they are running under a debugger and so they issue informational messages about non-fatal errors/exceptions.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.