View Single Post
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#1011
Originally Posted by gkuenning View Post
Hmmm...the new Qt version seems to launch to a completely black screen. Is it just slow the first time, or do I have something actually broken?
[QUOTE=mick3_de;1208615]The same for me. There is a segmentation fault at the end:


Do you have CSSU installed ? It is (unfortunately ?) a prerequisite for running the QML GUI as Qt Components & PySide are badly broken on vanilla PR 1.3 Fremantle.

Originally Posted by mick3_de View Post
file:///opt/modrana/modules/gui_modules/gui_qml/qml/PinchMap.qml:422:5: PinchArea is not a type
PinchArea {
^
This looks like running under QML 1.0, which doesn't have PinchArea and some other types/properties. Still, it should have crashed sooner on import QtQuick 1.1, which should not be available without CSSU.
__________________
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)
 

The Following User Says Thank You to MartinK For This Useful Post: