ra3xdh / qucs_s

Qucs-S is a circuit simulation program with Qt-based GUI
https://ra3xdh.github.io/
GNU General Public License v2.0
867 stars 111 forks source link

Missing text in all labels or symbols (Qt 6.8.0) #1002

Closed aisuneko closed 1 week ago

aisuneko commented 1 week ago

All texts present in the schematics, including symbol labels, diagram markers and wire labels (except axis labels on diagrams) are not rendered properly, shown as blanks missing on the screen: image

Clicking on and selecting text boxes in certain labels might reveal the text within, but they seem to be transparent and are not actually rendered on the screen. Right clicking on these hidden text labels might show a "fake" popup menu with its color the same as the schematic background but unable to interact with. image

Terminal will be spammed with lots of Warning: The requested buffer size is too big, ignoring (:0, ) messages when launched from the command line. Qucs-S 24.3.0, Arch Linux, Qt 6.8.0

ra3xdh commented 1 week ago

We are aware about this problem. It is related to bug in Qt itself. Wait for merging #995 for the solution.

ra3xdh commented 1 week ago

Fixed by #995