QT Creator crashes when opening a qmake project
-
wrote on 2 Jan 2024, 07:50 last edited by
I have a problem with Qt Creator (on Windows 10 22H2): whenever I open a qmake-based project, it forcibly closes without giving any error message.
I have tried rebooting several times and reinstalling Qt from scratch, even in various versions (6.5.3, 6.6.1, 6.7b1), and even manually installing Qt Creator 11.0 instead of 12.0.1, but nothing has changed. Also deleting Qt Creator settings folder in %appdata% or launching it with admin privileges didn't work.
This happens for any qmake-based project, even creating a new one.Does anyone know what the problem might be?
Thanks -
I have a problem with Qt Creator (on Windows 10 22H2): whenever I open a qmake-based project, it forcibly closes without giving any error message.
I have tried rebooting several times and reinstalling Qt from scratch, even in various versions (6.5.3, 6.6.1, 6.7b1), and even manually installing Qt Creator 11.0 instead of 12.0.1, but nothing has changed. Also deleting Qt Creator settings folder in %appdata% or launching it with admin privileges didn't work.
This happens for any qmake-based project, even creating a new one.Does anyone know what the problem might be?
Thanks@DavideXG Did you try to disable anti virus software to see whether it makes a difference?
-
wrote on 3 Jan 2024, 09:40 last edited by
@jsulm Unfortunately, I can't disable it, but on another PC with the same av software, Qt Creator works. However, there are no events in the antivirus log.
I tried opening an empty .pro file and Qt Creator crashes even if the file is empty.
I also tried with Qt Creator 9.0.2 and 5.0.3 with the same result. -
wrote on 27 May 2024, 14:29 last edited by
Update: I formatted the pc and installed Windows 11, Qt 6.7.0, Qt Creator 13 and it crashes again. Then I tried with another laptop, but same model (Dell Latitude 3520), and it crashes also on that pc! So it seems something related to some specific Dell driver for this product...
-
wrote on 27 May 2024, 22:11 last edited by
Please enable the collection of user-mode dumps in Windows https://learn.microsoft.com/en-us/windows/win32/wer/collecting-user-mode-dumps, create a bug report at https://bugreports.qt.io/, and attach the
dmp
file to the bug report.You could find out where Qt Creator crashes by loading the
dmp
in either Visual Studio or Qt Creator as described at https://wiki.qt.io/Loading_a_Qt_Creator_minidump_crash_file_on_Windows -
Please enable the collection of user-mode dumps in Windows https://learn.microsoft.com/en-us/windows/win32/wer/collecting-user-mode-dumps, create a bug report at https://bugreports.qt.io/, and attach the
dmp
file to the bug report.You could find out where Qt Creator crashes by loading the
dmp
in either Visual Studio or Qt Creator as described at https://wiki.qt.io/Loading_a_Qt_Creator_minidump_crash_file_on_Windowswrote on 4 Jun 2024, 14:34 last edited by@cristian-adam Hi, unfortunately no crash dumps are collected.