Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Getting strange Errors, but Program works
QtWS25 Last Chance

Getting strange Errors, but Program works

Scheduled Pinned Locked Moved Unsolved General and Desktop
7 Posts 4 Posters 3.9k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    Fuel
    wrote on last edited by
    #1

    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
    
    K 1 Reply Last reply
    0
    • F Fuel

      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
      
      K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      @Fuel

      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?

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • F Offline
        F Offline
        Fuel
        wrote on last edited by
        #3

        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.

        K 1 Reply Last reply
        0
        • F Fuel

          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.

          K Offline
          K Offline
          koahnig
          wrote on last edited by
          #4

          @Fuel

          Did you get the recent update to "Windows creative" as they call it?
          Possibly an incompatibilty in there.

          Where do you see these error messages?

          Vote the answer(s) that helped you to solve your issue(s)

          1 Reply Last reply
          1
          • F Offline
            F Offline
            Fuel
            wrote on last edited by
            #5

            Dont know. I see the Errormessages in my QT Creater in the Output Window. The Program works fine, but i dont like the messages.

            JonBJ 1 Reply Last reply
            0
            • V Offline
              V Offline
              vlada
              wrote on last edited by
              #6

              I get the same error regarding OLEAUT32.DLL not registered. But everything works anyway. Do you have any idea what might be wrong?

              1 Reply Last reply
              0
              • F Fuel

                Dont know. I see the Errormessages in my QT Creater in the Output Window. The Program works fine, but i dont like the messages.

                JonBJ Offline
                JonBJ Offline
                JonB
                wrote on last edited by
                #7

                @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.

                1 Reply Last reply
                0

                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved