qDebug() etc. has stopped appearing in my application output
-
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. -
@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:and others maybe from Google
qt 8002801D Library not registered
.I suggest you look through those....
-
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.