Bug 343751

Summary: Game sometimes crashes at exit
Product: [Applications] picmi Reporter: Marko Käning <mk-lists>
Component: generalAssignee: Jakob Gruber <jakob>
Status: RESOLVED NOT A BUG    
Severity: crash    
Priority: NOR    
Version: 2.0.0   
Target Milestone: ---   
Platform: MacPorts   
OS: macOS   
Latest Commit: Version Fixed In:
Attachments: crash log

Description Marko Käning 2015-02-03 22:23:31 UTC
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
Comment 1 Marko Käning 2015-02-03 22:27:22 UTC
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.
----
Comment 2 Christoph Feck 2015-02-10 21:10:24 UTC
The Konsole messages are unrelated. It crashes in Cocoa-specific Qt code.
Comment 3 Marko Käning 2015-02-15 12:25:21 UTC
So, if it is in Qt code, should this get reported to Qt's bug tracker instead?
Comment 4 Jakob Gruber 2015-07-02 10:24:48 UTC
Yeah this looks like a Qt or KF5Games bug (it happens during KgDifficultyGUI destruction). Thanks for reporting!