Error after a brand new installation
-
Dear Qt experts,
I am installing a new Qt 5.14.1 and after it is done, I am starting the Qt Creator and getting an error box: "qdborig.exe - Application error. The application was unable to start correctly.", see the screen shot below.
Do you have any idea why it occurs?
Thank you in advance.
Vitaliy -
@Vitaliy-Sokolov
You might look at https://bugreports.qt.io/browse/QTCREATORBUG-15060?focusedCommentId=292198&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel.But that is when trying to run the debugger, I am surprised you say Qt Creator is crashing as soon as you start it, not just when you try to debug your program? But you would have said that if that were the case, right?
-
@Vitaliy-Sokolov said in Error after a brand new installation:
qdborig.exe
What is this?! There is no such executable in my Qt installation on Windows.
From where did you download the installer? -
Hi all,
Thank you for your responses.
I have uninstalled Python (don't ask how they are related), completelly removed Qt from the machine, installed Qt (5.14) again, installed Python (3.8) and customely specified the path to the Python installation, added the path to the Python to the system variables PATH and PYTHONPATH, and also added the same path to tyhe Build environment variables in Qt Creator and the error has gone.