Library not registered error!
-
wrote on 8 Dec 2023, 10:59 last edited by
Hi there! Here is a output of my app:
12:41:00: Debugging D:\Univer\2kurs\Course_Work\build-Course_work-Desktop_Qt_6_6_1_MinGW_64_bit-Debug\debug\Course_work.exe ...
mincore\com\oleaut32\dispatch\ups.cpp(2126)\OLEAUT32.dll!00007FFC22F2470C: (caller: 00007FFC22F249FA) ReturnHr(1) tid(2d70) 8002801D Library not registered.
onecore\vm\dv\storage\plan9\rdr\dll\util.cpp(99)\p9np.dll!00007FFBE78CF0CC: (caller: 00007FFBE78C93B0) LogHr(1) tid(1a08) C0000034 Msg:[?????????????????????????????????????????????????????/??????????????????????????????????????????????)]
12:53:54: Debugging of D:\Univer\2kurs\Course_Work\build-Course_work-Desktop_Qt_6_6_1_MinGW_64_bit-Debug\debug\Course_work.exe has finished with exit code 0.I already trying to solve this problem for some hours, and it still dont work. Please help me if you know how to solve it!
-
I think you need to update your Windows 10, so that you'll get a fresher version of oleaut32.dll.
Some google hits on this error: for example herewrote on 8 Dec 2023, 16:21 last edited by@hskoglund, i was thinking about it, but my windows is up to date. And error is still here
-
wrote on 8 Dec 2023, 16:27 last edited by
Do you get the same error if you try building in Release mode (instead of Debug)?
-
wrote on 8 Dec 2023, 16:29 last edited by
Also try uinstalling your WSL or upgrading it to WSL2
-
wrote on 8 Dec 2023, 16:32 last edited by Hachenze 12 Aug 2023, 16:43
@hskoglund this error ocures in debug mode when i trying to initialize new QVector
Fun fact: i get this error only in one function on the begining of it
-
wrote on 8 Dec 2023, 16:52 last edited by
@hskoglund it is doesn't help me
-
@hskoglund it is doesn't help me
-
wrote on 8 Dec 2023, 21:11 last edited by Hachenze 12 Aug 2023, 21:16
@Axel-Spoerl
I get this error when trying to debug any line of code, maybe it is when i trying to create variables using dynamic memory
Like this: -
@Axel-Spoerl
I get this error when trying to debug any line of code, maybe it is when i trying to create variables using dynamic memory
Like this:@Hachenze
The heap allocation is likely to just be the trigger. The problem looks like a local configuration mismatch.
Can you isolate it to a specific app (Course_Work
)?
Can you build & run Qt examples from Creator? -
@Hachenze
The heap allocation is likely to just be the trigger. The problem looks like a local configuration mismatch.
Can you isolate it to a specific app (Course_Work
)?
Can you build & run Qt examples from Creator?wrote on 8 Dec 2023, 21:30 last edited by@Axel-Spoerl I launched Qt example and it works fine.
I am just getting started in Qt and in programing at all, so i dont understand what you mean "Can you isolate it to a specific app (Course_Work)?" -
-
Hi there! Here is a output of my app:
12:41:00: Debugging D:\Univer\2kurs\Course_Work\build-Course_work-Desktop_Qt_6_6_1_MinGW_64_bit-Debug\debug\Course_work.exe ...
mincore\com\oleaut32\dispatch\ups.cpp(2126)\OLEAUT32.dll!00007FFC22F2470C: (caller: 00007FFC22F249FA) ReturnHr(1) tid(2d70) 8002801D Library not registered.
onecore\vm\dv\storage\plan9\rdr\dll\util.cpp(99)\p9np.dll!00007FFBE78CF0CC: (caller: 00007FFBE78C93B0) LogHr(1) tid(1a08) C0000034 Msg:[?????????????????????????????????????????????????????/??????????????????????????????????????????????)]
12:53:54: Debugging of D:\Univer\2kurs\Course_Work\build-Course_work-Desktop_Qt_6_6_1_MinGW_64_bit-Debug\debug\Course_work.exe has finished with exit code 0.I already trying to solve this problem for some hours, and it still dont work. Please help me if you know how to solve it!
1/12