Summary: | Game sometimes crashes at exit | ||
---|---|---|---|
Product: | [Applications] picmi | Reporter: | Marko Käning <mk-lists> |
Component: | general | Assignee: | 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: | ||
Sentry Crash Report: | |||
Attachments: | crash log |
Description
Marko Käning
2015-02-03 22:23:31 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.
----
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! |