dll error when starting Qt Creator 4.8.2
-
wrote on 23 Nov 2019, 21:52 last edited by
-
wrote on 24 Nov 2019, 01:02 last edited by
Hi, try removing vscode-lldb
-
wrote on 24 Nov 2019, 22:41 last edited by
@hskoglund
Hi,
I tried to find it but as it looks there is no vscode-lldb on my whole computer. -
wrote on 24 Nov 2019, 22:47 last edited by
Hi, look for lldb-vscode.exe
-
Hi,
Every time I start Qt Creator I get the following warning message:
I reinstalled Qt Creator 3 times with or without antivirus running and keep getting the message above. How can I fix it?
Thank you for your help. -
Hi,
Every time I start Qt Creator I get the following warning message:
I reinstalled Qt Creator 3 times with or without antivirus running and keep getting the message above. How can I fix it?
Thank you for your help.@gabor53 You should install the current version (4.10.x)
-
@jsulm
I solved the problem by installing Python and copying python36.dll into the folder. -
wrote on 7 Apr 2020, 21:52 last edited by
It seems like the error is misleading. I got the same error and fixed it by removing LLVM.!
-
wrote on 18 Apr 2020, 05:48 last edited by
that error is related to LLVM. It pops up when QtCreator tries to load lldb (the LLVM debugger) that crashes because of the missing dll. You can verify by opening a command prompt and typing
lldb
.
I don' know why someone decided it was a good idea to package llvm without a required dll but here's how i fixed the error:- dowload a python 3.6 prebuilt package like https://www.python.org/ftp/python/3.6.4/python-3.6.4-embed-amd64.zip
- copy python36.dll to the lldb.exe folder (
where lldb
in a command prompt, mine is installed in C:\Program Files\LLVM\bin)
-
that error is related to LLVM. It pops up when QtCreator tries to load lldb (the LLVM debugger) that crashes because of the missing dll. You can verify by opening a command prompt and typing
lldb
.
I don' know why someone decided it was a good idea to package llvm without a required dll but here's how i fixed the error:- dowload a python 3.6 prebuilt package like https://www.python.org/ftp/python/3.6.4/python-3.6.4-embed-amd64.zip
- copy python36.dll to the lldb.exe folder (
where lldb
in a command prompt, mine is installed in C:\Program Files\LLVM\bin)
Hi @carcass,
as stated in QTCREATORBUG-23848, it's a LLVM packaging problem, which is tracked on https://bugs.llvm.org/show_bug.cgi?id=44087
Unfortunately, not much progress seems to happen there.
Regards
-
that error is related to LLVM. It pops up when QtCreator tries to load lldb (the LLVM debugger) that crashes because of the missing dll. You can verify by opening a command prompt and typing
lldb
.
I don' know why someone decided it was a good idea to package llvm without a required dll but here's how i fixed the error:- dowload a python 3.6 prebuilt package like https://www.python.org/ftp/python/3.6.4/python-3.6.4-embed-amd64.zip
- copy python36.dll to the lldb.exe folder (
where lldb
in a command prompt, mine is installed in C:\Program Files\LLVM\bin)
wrote on 9 May 2020, 08:20 last edited by@carcass
Thank you very much -
that error is related to LLVM. It pops up when QtCreator tries to load lldb (the LLVM debugger) that crashes because of the missing dll. You can verify by opening a command prompt and typing
lldb
.
I don' know why someone decided it was a good idea to package llvm without a required dll but here's how i fixed the error:- dowload a python 3.6 prebuilt package like https://www.python.org/ftp/python/3.6.4/python-3.6.4-embed-amd64.zip
- copy python36.dll to the lldb.exe folder (
where lldb
in a command prompt, mine is installed in C:\Program Files\LLVM\bin)
-
that error is related to LLVM. It pops up when QtCreator tries to load lldb (the LLVM debugger) that crashes because of the missing dll. You can verify by opening a command prompt and typing
lldb
.
I don' know why someone decided it was a good idea to package llvm without a required dll but here's how i fixed the error:- dowload a python 3.6 prebuilt package like https://www.python.org/ftp/python/3.6.4/python-3.6.4-embed-amd64.zip
- copy python36.dll to the lldb.exe folder (
where lldb
in a command prompt, mine is installed in C:\Program Files\LLVM\bin)