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

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,337 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,818 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
10,398 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. RLWA32 46,376 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.