Qt 6.9 Known Issues: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Category:Known Issues *Check that your system meets [https://doc-snapshots.qt.io/qt6-6.9/supported-platforms.html Qt's requirements] *All open issues can be found from [https://bugreports.qt.io/issues/?filter=27174 Jira] **RTA findings [https://bugreports.qt.io/issues/?filter=27175 here] *Supported development platforms are listed [https://bugreports.qt.io/browse/QTBUG-130440 here] ==All platforms== ==Linux== * When using GNOME Wayland 46.0, Qt Designer's main wi...") |
(Added a known issue about image capture stalling as requested by Jani https://codereview.qt-project.org/c/qt/qtmultimedia/+/647742/comments/0d10672e_5a6fb836) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 6: | Line 6: | ||
==All platforms== | ==All platforms== | ||
* The qtprotobufgen and qtgrpcgen source code is not compatible with protobuf versions v30.0 or newer, because of API changes in libprotoc. (see [https://bugreports.qt.io/browse/QTBUG-134885 QTBUG-134885]) | |||
* Http requests with http/2 will sometimes error out and fail with "HPACK decompression failed" (see [https://bugreports.qt.io/browse/QTBUG-135800 QTBUG-135800]) | |||
==Linux== | ==Linux== | ||
Line 20: | Line 23: | ||
==Android== | ==Android== | ||
[https://doc.qt.io/qt-6/android-platform-notes.html#known-issues Qt for Android known issues] | |||
* A bug in the Qt camera pipeline prevents image capture from proceeding when the platform camera sets the automatic exposure state to CONTROL_AE_STATE_FLASH_REQUIRED. This issue is resolved in version 6.9.2 (see [https://codereview.qt-project.org/c/qt/qtmultimedia/+/643388]). | |||
* [https://doc.qt.io/qt-6/android-platform-notes.html#known-issues Qt for Android known issues] | |||
==iOS== | ==iOS== | ||
Line 27: | Line 32: | ||
==Embedded Linux== | ==Embedded Linux== | ||
* Windows on ARM: Boot2Qt's USB networking support does not yet work on WoA. ([https://bugreports.qt.io/browse/QTBUG-117504 QTBUG-117504]) | |||
{{Release Information}} | {{Release Information}} |
Latest revision as of 05:23, 28 May 2025
- Check that your system meets Qt's requirements
- All open issues can be found from Jira
- RTA findings here
- Supported development platforms are listed here
All platforms
- The qtprotobufgen and qtgrpcgen source code is not compatible with protobuf versions v30.0 or newer, because of API changes in libprotoc. (see QTBUG-134885)
- Http requests with http/2 will sometimes error out and fail with "HPACK decompression failed" (see QTBUG-135800)
Linux
- When using GNOME Wayland 46.0, Qt Designer's main window may not show under certain circumstances. The issue should be resolved in GNOME Wayland 46.2 (see QTBUG-127920 ).
- For Linux arm64/aarch64, if system glibc < 2.38, can't use official binary from Qt Installer. Workaround is build from source. (see QTBUG-129421 ).
macOS
Windows
- Windows on ARM: Debuggers And Tools ARM64 redistributable package is not available from Qt online installer / Qt Creator. Debuggers And Tools can be installed e.g. with MSVC 2022 ARM64 installation (see QTBUG-129157).
- Windows on ARM: Qt3D module not included in prebuild binaries, see discussion in https://bugreports.qt.io/browse/QTBUG-125439
Android
- A bug in the Qt camera pipeline prevents image capture from proceeding when the platform camera sets the automatic exposure state to CONTROL_AE_STATE_FLASH_REQUIRED. This issue is resolved in version 6.9.2 (see [1]).
- Qt for Android known issues
iOS
WebAssembly
Embedded Linux
- Windows on ARM: Boot2Qt's USB networking support does not yet work on WoA. (QTBUG-117504)