OK, went thru the examples. Here is a list of what does NOT work by \examples\subdirectory:
dbus - none work (no dbus running)
GUI->RHIWindow Error 'Failed to create RHI backend' then SIGABRT
Help->contextsensitivehelp: runs but doesn't work right - errors about not connecting to SQL Database
Multimedia - none work (because no backend), but in this version they actually run with an error saying no backend
Network - nothing works, but they run with various socket errors, except http which crashes.
Positioning - run but don't work
QML- all crash SIGSEGV
QMLTest - all crash SIGSEGV
Quick - most crash with SIGSEGV. A few start with 'Maximum call stack size exceeded' error but don't work.
QuickControls - some SIGSEGV, some say they can't load some component. None work.
SpatialAudio - runs but no backend.
Websockets - no crash, but nothing does anything. A couple 'Websocket not a type' errors.
Widgets -> desktop nothing works
-> draganddrop-> deposit doesn't work
-> touch doesn't work
LibreCAD, Soduku, and QT password generator I mentioned above work with version 6.6. All the others in that list either hung the machine, or gave a message saying it could not find a library (presumably because the name was changed).
Regards,
Some quick comments here....
GUI->RHIWindow needs opengl - hence it doesn't work.
Network - the ones I tried work fine.
positioning\logfilepositionsource works for me - the other positioning example seems to need a serial port
QML/Quick - I see the same with many ending with 'Maximum call stack size exceeded' which rings a bell from earlier qtdeclarative builds... (Yep, we were seeing it back in
https://www.os2world.com/forum/index.php?topic=3252.450)