Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 11.0.2
-
I'm using Kubuntu 22.04.
echo $XDG_CURRENT_DESKTOP
KDE
uname -a
Linux <USERNAME> 6.2.0-26-generic #26~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Jul 13 16:27:29 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.3 LTS
Release: 22.04
Codename: jammy
Model name: AMD Ryzen 5 4500U with Radeon Graphics
Product Name: HP ProBook 455 G7I'm using Kubuntu 22.04. echo $XDG_CURRENT_DESKTOP KDE uname -a Linux <USERNAME> 6.2.0-26-generic #26~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Jul 13 16:27:29 UTC 2 x86_64 x86_64 x86_64 GNU/Linux lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.3 LTS Release: 22.04 Codename: jammy Model name: AMD Ryzen 5 4500U with Radeon Graphics Product Name: HP ProBook 455 G7
Description
EDIT: It also crashes with Kit 6.5.2, so basically always.
To reproduce in Qt Creator 11.0.2 with Kit "Qt 5.15.2 GCC 64bit":
- Click "Create Project..."
- Choose "Qt Quick Application (compat)", click "Choose..."
- Give it a name and click "Next"
- Leave the rest on default:
- qmake
- Qt 5.15
- <none>
- (only) Desktop Qt 5.15.2 GCC 64bit
- <None>
- "main.qml" is shown (code below)
- Click "Designer" (on the left)
- Qt Creator window is closed (disappears, crashes)
main.qml:
import QtQuick 2.15
import QtQuick.Window 2.15
Window {
width: 640
height: 480
visible: true
title: qsTr("Hello World")
First I had the same behavior like here: https://forum.qt.io/topic/126576/qt-quick-form-editor-cannot-display-window
PLUS three empty windows opened (as defined by main.qml)
After trying some troubleshooting like enabling/disabling Qt Quick/Insight Plugin, reinstalling Qt Crator and Qt via Maintenance Tool it only crashes every time.