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
Forum Updated to NodeBB v4.3 + New Features

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

Scheduled Pinned Locked Moved Unsolved General and Desktop
9 Posts 6 Posters 825 Views 2 Watching
  • 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 6 Dec 2021, 07:43 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.

    S 1 Reply Last reply 6 Dec 2021, 08:22
    0
    • K kenchan
      6 Dec 2021, 07:43

      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.

      S Offline
      S Offline
      Swati777999
      wrote on 6 Dec 2021, 08:22 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 6 Dec 2021, 11:52 last edited by
        #3

        it was working until that error started showing up.

        J 1 Reply Last reply 6 Dec 2021, 11:59
        0
        • K kenchan
          6 Dec 2021, 11:52

          it was working until that error started showing up.

          J Offline
          J Offline
          JonB
          wrote on 6 Dec 2021, 11:59 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 6 Dec 2021, 12:59
          2
          • J JonB
            6 Dec 2021, 11:59

            @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 6 Dec 2021, 12:59 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 17 Aug 2022, 00:23 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 on 7 May 2025, 15:26 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 on 8 May 2025, 06:49 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 on 8 May 2025, 13:54 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