- 
    Bug 
- 
    Resolution: Invalid
- 
     Not Evaluated Not Evaluated
- 
    None
- 
    6.2.3
- 
    None
- 
    Windows 11
Hello, I was using PySide6 and I found this error. I tried to replicate it in C++ and it is still taking place. Simple demo:
#include <QApplication> int main(int argc, char *argv[]) { QApplication a(argc, argv); QFileDialog::getOpenFileName(nullptr, "Test"); return a.exec(); }
It caused this in case you right click outside an element:
Failed to load needed ADL functions for resolving location
And this if you right click an element:
2022-09-20T11:31:29.482ZE [15140:NonCelloThread] thumbnail_util_win.cc:115:LoadBitmapFromPngResource Can't find PNG resource 0. 2022-09-20T11:31:29.483ZI [15140:NonCelloThread] ctxmenu.cc:213:GenerateContextMenu Received context menu with 0 menu items.
This is the new Windows 11 context menu that would be displayed. Instead, the old one is shown.
  
- is duplicated by
- 
                    PYSIDE-2061 Open file dialog error -           
- Closed
 
-         

