Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved qDebug() etc. has stopped appearing in my application output

    General and Desktop
    4
    6
    217
    Loading More Posts
    • 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.
    • K
      kenchan last edited by

      it seems to be related to these errors...
      mincore\com\oleaut32\dispatch\ups.cpp(2122)\OLEAUT32.dll!00007FFE460B9DD6: (caller: 00007FFE460B91E9) ReturnHr(1) tid(28a4) 8002801D Library not registered.

      Exception at 0x7ffe44314f69, code: 0xe06d7363: C++ exception, flags=0x1 (execution cannot be continued) (first chance) in UIAutomationCore!wil::details::ThrowResultExceptionInternal

      Does anyone know anything about this?
      How can i fix it?

      The output works when i run it without the debugger??

      I will be very grateful for any suggestions to fix it.

      Thanks,
      kmj.

      Swati777999 1 Reply Last reply Reply Quote 0
      • Swati777999
        Swati777999 @kenchan last edited by

        @kenchan I assume that you've not forgotten to include #include<qDebug> headerfile as well as a message input for qDebug().

        “ In order to be irreplaceable, one must always be different” – Coco Chanel

        1 Reply Last reply Reply Quote 0
        • K
          kenchan last edited by

          it was working until that error started showing up.

          JonB 1 Reply Last reply Reply Quote 0
          • JonB
            JonB @kenchan last edited by

            @kenchan
            I don't know what you can do about it (I have only glanced, you need to investigate), but there are references to this:

            • https://bugreports.qt.io/browse/QTBUG-63789

            • https://stackoverflow.com/questions/44579720/qt-widget-application-library-not-registered-error

            and others maybe from Google qt 8002801D Library not registered.

            I suggest you look through those....

            K 1 Reply Last reply Reply Quote 2
            • K
              kenchan @JonB last edited by

              @JonB
              thanks for the links.
              the bug report is good clue. as for the others "been there, done that" and not made any head way.

              cheers,
              kmj.

              1 Reply Last reply Reply Quote 0
              • G
                GabrielDenilson last edited by

                Hello, I have the same problem in Qt 6.3.1. The error message is the same "mincore\com\oleaut32\dispatch\ups.cpp(2122)\OLEAUT32.dll!00007FFAC1B59DD6: (caller: 00007FFAC1B591E9) ReturnHr(1) tid(3034) 8002801D Library not registered.". Was any solution found? Search various forums, similar sites, microsoft help and no one gives a concrete solution beyond ignoring said message. I will be very grateful for any help.

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post