https://bugs.kde.org/show_bug.cgi?id=474556
--- Comment #5 from Noah Davis <noaha...@gmail.com> --- (In reply to David Edmundson from comment #4) > >#5 0x00007fd936cdb5f4 in QQuickView::rootObject() const () at > >/lib64/libQt6Quick.so.6 > > This is typically a sign that QML failed to load, hence no root object. > This could mean a missing import on the user. In either case spectacle > should report any QML errors to stderr and exit gracefully. That was one of my first thoughts, but I asked Nate to put a Q_ASSERT(rootObject() != nullptr) there and he said it didn't trigger. -- You are receiving this mail because: You are watching all bug changes.