Gameplay seems to be possible and functioning. (I was just clicking around and seeing black squares appear in the table and on the screen, but that's all what I did, as I didn't check out the rules.) :-) Reproducible: Always Steps to Reproduce: 1. Start app 2. Click around 3. Exit application Actual Results: Crash Expected Results: No crash
Created attachment 90893 [details] crash log This test has been carried out on my OSX/CI system, which has a special setup regarding XDG_(CONFIG|DATA)_DIRS and alike (similar to Linux/CI using Jenkins on build.kde.org). Thus I hope that the app finds all its files correctly. On the console I see these messages: ---- Shortcut for action "save-position" "Save Position" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead. Shortcut for action "load-position" "Load Position" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead. ----
The Konsole messages are unrelated. It crashes in Cocoa-specific Qt code.
So, if it is in Qt code, should this get reported to Qt's bug tracker instead?
Yeah this looks like a Qt or KF5Games bug (it happens during KgDifficultyGUI destruction). Thanks for reporting!