Details
-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
6.10.0 Beta1
-
Ubuntu24.04 x64, Wayland
Description
Install Qt 6.10.0 beta1 gcc x64 binaries on Ubuntu24.04 x64 (Wayland), including all additional modules.
Configure example opengl/2dpainting:
/home/qt/RTA/Qt_6.10.0/6.10.0/gcc_64/bin/qt-cmake -S /home/qt/RTA/Qt_6.10.0/Examples/Qt-6.10.0/opengl/2dpainting -B /home/qt/RTA/Qt_6.10.0/Examples/Qt-6.10.0/opengl/2dpainting/bld_gcc_64 -GNinja
passes, build with cmake --build passes also, but when launching:
QPainter::drawEllipse: Painter not active QPainter::rotate: Painter not active QPainter::drawEllipse: Painter not active QPainter::rotate: Painter not active QPainter::drawEllipse: Painter not active QPainter::restore: Unbalanced save/restore QPainter::setPen: Painter not active QPainter::setFont: Painter not active QPainter::end: Painter not active, aborted
Application launched with 6.9.1 on Ubuntu22.04 x64 (x11).