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. qDebug() etc. has stopped appearing in my application output
QtWS25 Last Chance

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

Scheduled Pinned Locked Moved Unsolved General and Desktop
9 Posts 6 Posters 742 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.
  • K Offline
    K Offline
    kenchan
    wrote on last edited by
    #1

    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.

    Swati777999S 1 Reply Last reply
    0
    • K kenchan

      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.

      Swati777999S Offline
      Swati777999S Offline
      Swati777999
      wrote on last edited by
      #2

      @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
      0
      • K Offline
        K Offline
        kenchan
        wrote on last edited by
        #3

        it was working until that error started showing up.

        JonBJ 1 Reply Last reply
        0
        • K kenchan

          it was working until that error started showing up.

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

          @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
          2
          • JonBJ JonB

            @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 Offline
            K Offline
            kenchan
            wrote on last edited by
            #5

            @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
            0
            • G Offline
              G Offline
              GabrielDenilson
              wrote on last edited by
              #6

              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
              0
              • T Offline
                T Offline
                Thomas_J
                wrote last edited by
                #7

                Hi, maybe it's a bit too late for a solution, but I had the same problem with Qt 6.9.0. I couldn't start my application in debug mode anymore. It finally helped me to disable the 'Break On' for 'C++ exception' in Preferences -> Debugger -> CDB.

                1 Reply Last reply
                0
                • Z Offline
                  Z Offline
                  Zbigniew-Sch
                  wrote last edited by
                  #8

                  Hi,
                  Try to install the latest Microsoft SDK, it helped me

                  1 Reply Last reply
                  0
                  • T Offline
                    T Offline
                    Thomas_J
                    wrote last edited by
                    #9

                    Hello, thank you for your help. I have already installed the latest version and tried several other things and still nothing has helped me. maybe the problem is really due to the error https://bugreports.qt.io/browse/QTBUG-63789. Currently only deactivating 'C++ exception' has helped me.

                    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