https://bugs.kde.org/show_bug.cgi?id=513557
--- Comment #6 from [email protected] --- This appears to be some kind of incompatibility with what you have installed on your system. It is clearly using Qt5, as it is supposed to for Krita 5, but is loading Qt6 stuff along the way: > /usr/src/debug/python-pyqt6-sip/pyqt6_sip-13.10.3/sip_core.c:8834 Which then falls on its face because there's no Qt6 application here: > QMessageLogger::fatal (this=<optimized out>, msg=0x7fff52c40c50 "QWidget: > Must construct a QApplication before a QWidget") at > /usr/src/debug/qt6-base/qtbase/src/corelib/global/qlogging.cpp:901 Which then crashes because I guess having two Qt versions in the same process is a bad idea. But even if it didn't crash, it would bail out with a fatal error instead. However, even after installing python-pyqt6 on Arch Linux, I can't reproduce the issue. But does this maybe give you a clue as to what might be causing it? Something Krita-6-related you may have laying around on those machines maybe? -- You are receiving this mail because: You are watching all bug changes.
