no luck with Qt 5.9.2

Lubomir I. Ivanov neolit123 at gmail.com
Thu Oct 12 10:34:44 PDT 2017


On 12 October 2017 at 20:28, Jan Mulder <jlmulder at xs4all.nl> wrote:
> Just upgraded my (Arch Linux) system to Qt 5.9.2. But now mobile-on-desktop
> does not run any more (same for an android build).
>
> It exits very early in run_ui() with the message "can't create window
> object", and I am totally unsure where to start looking for the issue.
>
> Anybody a good idea (other than downgrading Qt :-) ?
>

hi,

i think this would happen if there is an error in the loaded
"main.qml", that way the root object of main.qml would not compile and
cannot be obtained from C++ - thus the error we throw. are you getting
QML related errors; could be Kirigami related?

if you are not getting QML errors, what happens if you replace
main.qml with a simple QML "hello world" app?

lubomir
--


More information about the subsurface mailing list