Getting strange Errors, but Program works
-
wrote on 20 Jun 2017, 01:17 last edited by
I have a QListWidget for Attachments and during adding Items, i get strage Errors. My Programm works fine, but i dont understand that Errors. Anyone can explain the Errors?
mincore\com\oleaut32\dispatch\ups.cpp(2128)\OLEAUT32.dll!74185072: (caller: 7418FE4F) ReturnHr(1) tid(2f7c) 8002801D Bibliothek nicht registriert. shell\comdlg32\fileopensave.cpp(14267)\comdlg32.dll!767B7BED: (caller: 767E686C) ReturnHr(1) tid(2f7c) 80004005 Unbekannter Fehler CallContext:[\PickerModalLoop] shell\comdlg32\fileopensave.cpp(14267)\comdlg32.dll!767B7BED: (caller: 767E686C) ReturnHr(2) tid(2f7c) 80004005 Unbekannter Fehler CallContext:[\PickerModalLoop] shell\comdlg32\fileopensave.cpp(14267)\comdlg32.dll!767B7BED: (caller: 767E686C) ReturnHr(3) tid(2f7c) 80004005 Unbekannter Fehler CallContext:[\PickerModalLoop] onecoreuap\shell\ext\thumbnailcache\lib\thumbcacheapi.cpp(285)\thumbcache.dll!2633FF91: (caller: 26340121) ReturnHr(1) tid(2f7c) 80004005 Unbekannter Fehler onecoreuap\shell\ext\thumbnailcache\lib\thumbcacheapi.cpp(159)\thumbcache.dll!2635C74E: (caller: 75F3136E) ReturnHr(2) tid(2f7c) 80004005 Unbekannter Fehler onecoreuap\shell\ext\thumbnailcache\lib\thumbcacheapi.cpp(285)\thumbcache.dll!2633FF91: (caller: 26340121) ReturnHr(3) tid(2f7c) 80004005 Unbekannter Fehler onecoreuap\shell\ext\thumbnailcache\lib\thumbcacheapi.cpp(285)\thumbcache.dll!2633FF91: (caller: 26340121) ReturnHr(4) tid(2f7c) 80004005 Unbekannter Fehler shell\comdlg32\fileopensave.cpp(14267)\comdlg32.dll!767B7BED: (caller: 767E686C) ReturnHr(4) tid(2f7c) 80004005 Unbekannter Fehler
-
I have a QListWidget for Attachments and during adding Items, i get strage Errors. My Programm works fine, but i dont understand that Errors. Anyone can explain the Errors?
mincore\com\oleaut32\dispatch\ups.cpp(2128)\OLEAUT32.dll!74185072: (caller: 7418FE4F) ReturnHr(1) tid(2f7c) 8002801D Bibliothek nicht registriert. shell\comdlg32\fileopensave.cpp(14267)\comdlg32.dll!767B7BED: (caller: 767E686C) ReturnHr(1) tid(2f7c) 80004005 Unbekannter Fehler CallContext:[\PickerModalLoop] shell\comdlg32\fileopensave.cpp(14267)\comdlg32.dll!767B7BED: (caller: 767E686C) ReturnHr(2) tid(2f7c) 80004005 Unbekannter Fehler CallContext:[\PickerModalLoop] shell\comdlg32\fileopensave.cpp(14267)\comdlg32.dll!767B7BED: (caller: 767E686C) ReturnHr(3) tid(2f7c) 80004005 Unbekannter Fehler CallContext:[\PickerModalLoop] onecoreuap\shell\ext\thumbnailcache\lib\thumbcacheapi.cpp(285)\thumbcache.dll!2633FF91: (caller: 26340121) ReturnHr(1) tid(2f7c) 80004005 Unbekannter Fehler onecoreuap\shell\ext\thumbnailcache\lib\thumbcacheapi.cpp(159)\thumbcache.dll!2635C74E: (caller: 75F3136E) ReturnHr(2) tid(2f7c) 80004005 Unbekannter Fehler onecoreuap\shell\ext\thumbnailcache\lib\thumbcacheapi.cpp(285)\thumbcache.dll!2633FF91: (caller: 26340121) ReturnHr(3) tid(2f7c) 80004005 Unbekannter Fehler onecoreuap\shell\ext\thumbnailcache\lib\thumbcacheapi.cpp(285)\thumbcache.dll!2633FF91: (caller: 26340121) ReturnHr(4) tid(2f7c) 80004005 Unbekannter Fehler shell\comdlg32\fileopensave.cpp(14267)\comdlg32.dll!767B7BED: (caller: 767E686C) ReturnHr(4) tid(2f7c) 80004005 Unbekannter Fehler
wrote on 20 Jun 2017, 07:45 last edited byDo you get this when using the "file open save" (Speichern als..) dialog only?
Do you see this also with other programs e.g. notepad or whatever?The dialog you are using should be the standard, native "file open save" of windows.
What system OS are you using?
What tool chain is this? -
wrote on 20 Jun 2017, 08:26 last edited by
The first Message i get always, but the others i get with my QFileDialog. By the Way the Dialog is very slow at the Moment, but it works. I use Windows 10.
-
The first Message i get always, but the others i get with my QFileDialog. By the Way the Dialog is very slow at the Moment, but it works. I use Windows 10.
-
wrote on 20 Jun 2017, 08:46 last edited by
Dont know. I see the Errormessages in my QT Creater in the Output Window. The Program works fine, but i dont like the messages.
-
wrote on 17 Jul 2018, 13:33 last edited by
I get the same error regarding OLEAUT32.DLL not registered. But everything works anyway. Do you have any idea what might be wrong?
-
Dont know. I see the Errormessages in my QT Creater in the Output Window. The Program works fine, but i dont like the messages.
wrote on 17 Jul 2018, 13:54 last edited by@Fuel , @vlada
Just to be clear: it is not uncommon for Windows internals (which is what you are seeing here) to generate "Unknown error"s etc. during it's normal operation. Because you are using Qt Creator to run you will see these in the Output Windows, but they don't appear to the end-user at runtime. Other debuggers (e.g. Visual Studio) will also show such errors in its windows, nothing to do with Qt. So these may be harmless, unavoidable messages.