You are not logged in.
I'm trying to make a new Qt6 project with Qt Quick on Qt Creator (system package from Arch repos), version 14.0.0-1 (latest available). Whenever I go to create it and get to the "Project Management" screen, the "Add to version control" setting has no options in the drop down, and when I try to go forwards, it returns me to the main menu of Creator, logging
SOFT ASSERT [10:39:12.881]: "!m_files.isEmpty()" in /usr/src/debug/qtcreator/qt-creator/src/plugins/projectexplorer/jsonwizard/jsonwizard.cpp:337
to my terminal. I have qtcreator-devel, cmake, ninja, and qt6-declarative all installed. I'm able to create a Qt Widgets project just fine, but when I select Qt Quick, it doesn't work. I've tried using the .run installer from Qt's site and the Flathub version, both have the same exact problem. Is there any way to fix this?
Offline
Have you had a look at this?
https://wiki.archlinux.org/title/Qt
Offline
Have you had a look at this?
https://wiki.archlinux.org/title/Qt
I'm not seeing anything that looks relevant to the problem I'm having. I'm pretty sure I have everything on there installed already.
Offline
/usr/src/debug/qtcreator/qt-creator/src/plugins/projectexplorer/jsonwizard/jsonwizard.cpp:337
To me this is suspect. The project is looking what looks like a bogus directory (qtcreator/qt-creator' ?!).
That's why I posted that link. To check how you installed. Which Qt-version?
Offline
/usr/src/debug/qtcreator/qt-creator/src/plugins/projectexplorer/jsonwizard/jsonwizard.cpp:337
To me this is suspect. The project is looking what looks like a bogus directory (qtcreator/qt-creator' ?!).
That's why I posted that link. To check how you installed. Which Qt-version?
I have qt5-base 5.15.14+kde+r143-1 and qt6-base 6.7.2-1. My Qt Creator kit is trying to use Qt 6.
Also, I checked after you mentioned the directory, and /usr/src/debug/qtcreator doesn't exist at all.
Offline
/usr/src/debug/qtcreator/qt-creator/src/plugins/projectexplorer/jsonwizard/jsonwizard.cpp:337
To me this is suspect. The project is looking what looks like a bogus directory (qtcreator/qt-creator' ?!).
That's why I posted that link. To check how you installed. Which Qt-version?
That's perfectly fine, it's the source file location at build time. I don't think the console message has anything to do with the issue. Since it's also reproducible with the official installer, this should be better brought up upstream.
Offline
d_fajardo wrote:/usr/src/debug/qtcreator/qt-creator/src/plugins/projectexplorer/jsonwizard/jsonwizard.cpp:337
To me this is suspect. The project is looking what looks like a bogus directory (qtcreator/qt-creator' ?!).
That's why I posted that link. To check how you installed. Which Qt-version?That's perfectly fine, it's the source file location at build time. I don't think the console message has anything to do with the issue. Since it's also reproducible with the official installer, this should be better brought up upstream.
I was talking about this on the Qt Forums a couple weeks ago but the topic started with an issue of kits before I got to this problem, I'd assume it's best to create another thread?
Offline