Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#48756 - [qtcreator] UI editor is crashing QT creator
Attached to Project:
Arch Linux
Opened by David Kremer (dkremer) - Wednesday, 30 March 2016, 15:32 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 30 March 2016, 18:08 GMT
Opened by David Kremer (dkremer) - Wednesday, 30 March 2016, 15:32 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 30 March 2016, 18:08 GMT
|
DetailsDescription:
QTcreator is crashing, I think because of a linkage bug. Steps to reproduce: Launch qtcreator->start a new project->QT application with widgets-> go for UI editing with the UI editor -> see qtcreator crash Log is here : QMetaProperty::read: Unable to handle unregistered datatype 'SelectionBehavior' for property 'QTabBar::selectionBehaviorOnRemove' Error while reparenting! Designer: A class name mismatch occurred when creating a widget using the custom widget factory registered for widgets of class KDialog. It returned a widget of class QDialog. No frame loaded No frame loaded No frame loaded QMetaProperty::read: Unable to handle unregistered datatype 'ActionTypes' for property 'KShortcutsEditor::actionTypes' Recreating ksycoca file ("/home/david/.cache/ksycoca5_C_oiAarr0tskD+xWzCZ9bKdbkRup8=", version 303) Menu "applications-merged/wine-Programmes-PartyPoker.fr-D??sinstaller PartyPoker.fr.menu" not found. Menu "applications-merged/wine-Programs-Avim??ca-Avim??ca.menu" not found. kf5.kservice.sycoca: Parse error in "/home/david/.config/menus/applications-merged/xdg-desktop-menu-dummy.menu" , line 1 , col 1 : "unexpected end of file" Saving KServiceTypeTrader: serviceType "ThumbCreator" not found Cannot mix incompatible Qt library (version 0x50501) with this library (version 0x50600) /usr/bin/qtcreator: line 2: 3375 Aborted (core dumped) QT_LOGGING_TO_CONSOLE=1 qtcreator-bin $@ |
This task depends upon
backtrace:
Reusable Qt Quick based UI controls to create classic desktop-style user interfaces
So the answer is yes.
Edit: Either way, you likely have something qt5 out of date. Update your entire system and check pacman -Qm.
Removing qt5-quick1 solved the issue.
Thanks.
Thx