When starting the designer, I suddenly get a segmentation fault and the designer is dead.
Console output:
user@host:~$ designer
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setFont: Painter not active
QPainter::end: Painter not active, aborted
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setFont: Painter not active
QPainter::end: Painter not active, aborted
QPainter::begin: Paint device returned engine == 0, type: 2
...
QPainter::setPen: Painter not active
QPainter::drawRects: Painter not active
QPainter::restore: Unbalanced save/restore
Gleitkomma-Ausnahme (Speicherabzug geschrieben) -> translates to segmentation fault
Any idea what might cause Designer to crash? Qtcreator and my QT app work fine.
System specs:
qttools5-dev-tools - 5.12.8-0ubuntu1
qtcreator - 4.11.0-2build2
Ubuntu focal
Added after 13 minutes:
Other fun fact: I tried to install qt via the official t-unified-linux-x64-4.0.1-online.run. However, the only thing that happens is that is opens a window presumably 10000 pixels wide but without content. I have seen a similar behaviour with VLC, but could not find a solution.
Bookmarks