Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.5.1
-
None
-
Windows 10 64 bit
Description
Hello,
I get these "warnings" at runtime:
shell\comdlg32\fileopensave.cpp(9456)\comdlg32.dll!76190750: (caller: 76183458) ReturnHr[PreRelease](1) tid(5b4) 80070490 Élément introuvable. CallContext:[\PickerModalLoop\InitDialog\FileDialogInitEnterpriseData] shell\ext\thumbnailcache\lib\thumbcacheapi.cpp(243)\thumbcache.dll!5A6FDFD9: (caller: 5A6FE191) ReturnHr[PreRelease](1) tid(5b4) 80004005 Erreur non spécifiée shell\ext\thumbnailcache\lib\thumbcacheapi.cpp(153)\thumbcache.dll!5A716270: (caller: 769E5F33) ReturnHr[PreRelease](2) tid(5b4) 80004005 Erreur non spécifiée shell\ext\thumbnailcache\lib\thumbcacheapi.cpp(243)\thumbcache.dll!5A6FDFD9: (caller: 5A6FE191) ReturnHr[PreRelease](3) tid(5b4) 80004005 Erreur non spécifiée shell\ext\thumbnailcache\lib\thumbcacheapi.cpp(153)\thumbcache.dll!5A716270: (caller: 769E5F33) ReturnHr[PreRelease](4) tid(5b4) 80004005 Erreur non spécifiée shell\ext\thumbnailcache\lib\thumbcacheapi.cpp(243)\thumbcache.dll!5A6FDFD9: (caller: 5A6FE191) ReturnHr[PreRelease](5) tid(fcc) 8004B203 shell\ext\thumbnailcache\lib\thumbcacheapi.cpp(243)\thumbcache.dll!5A6FDFD9: (caller: 5A6FE191) ReturnHr[PreRelease](6) tid(fcc) 8004B203 shell\ext\thumbnailcache\lib\thumbcacheapi.cpp(243)\thumbcache.dll!5A6FDFD9: (caller: 5A6FE191) ReturnHr[PreRelease](7) tid(fd4) 8004B200 CallContext:[\PerformFullExtract] shell\ext\thumbnailcache\lib\thumbcacheapi.cpp(243)\thumbcache.dll!5A6FDFD9: (caller: 5A6FE191) ReturnHr[PreRelease](8) tid(fd4) 8004B200 CallContext:[\PerformFullExtract]
When opening a file dialog such as this:
QString file = QFileDialog::getSaveFileName(this, tr("Save file"), QString(), "Teal Map (*.tealmap)");
I'm using Qt 5.5.1 on Windows 10 64-bit with MinGW 4.9.2 32 bit.
It looks like the same bug as here: https://bugreports.qt.io/browse/QTBUG-52618
Attachments
Issue Links
- duplicates
-
QTBUG-52618 comdlg32.dll, thumbcache.dll warnings when using QFileDialog
- Closed
- is duplicated by
-
QTBUG-56599 QFileDialog::getOpenFileName(): comdlg32.dll "Unspecified error" on double click
- Closed