Getting strange Errors, but Program works
-
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
-
Do 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? -
@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.