| Summary: | kbreakout crashes on startup | ||
|---|---|---|---|
| Product: | [Applications] kbreakout | Reporter: | Christopher Tanner <christann404> |
| Component: | general | Assignee: | Viranch Mehta <viranch.mehta> |
| Status: | RESOLVED DOWNSTREAM | ||
| Severity: | crash | CC: | aacid, kde-games-bugs-null |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 22.08.2 | ||
| Target Milestone: | --- | ||
| Platform: | Mandriva RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Christopher Tanner
2022-10-31 11:45:31 UTC
Does running it from the command line give you any output? Are you on Plasma or any other desktop Environment? Can you run (install valgrind first if needed) valgrind kbreakout on the command line and attach its output? When run from a command prompt I get:
kbreakout
Failed to create wl_display (No such file or directory)
qt.qpa.plugin: Could not load the Qt platform plugin "wayland" in "" even though it was found.
file:///usr/share/kbreakout/qml/main.qml:8:1: module "org.kde.games.core" is not installed
import org.kde.games.core 0.1 as KgCore
^
QObject::connect: Cannot connect (nullptr)::levelComplete() to CanvasWidget::levelComplete()
QObject::connect: Cannot connect (nullptr)::gameEnded(int,int,int) to CanvasWidget::gameEnded(int,int,int)
QObject::connect: Cannot connect (nullptr)::mousePressed() to CanvasWidget::mousePressed()
QObject::connect: Cannot connect (nullptr)::ballMovingChanged() to CanvasWidget::updateCursor()
23 -- exe=/usr/bin/kbreakout
13 -- platform=xcb
11 -- display=:0
18 -- appname=kbreakout
17 -- apppath=/usr/bin
10 -- signal=11
10 -- pid=71234
19 -- appversion=22.08.2
22 -- programname=KBreakOut
31 -- bugaddress=submit@bugs.kde.org
12 -- startupid=0
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = kbreakout path = /usr/bin pid = 71234
KCrash: Arguments: /usr/bin/kbreakout
KCrash: Attempting to start /usr/lib64/libexec/drkonqi
[1]+ Stopped kbreakout
Seeing file:///usr/share/kbreakout/qml/main.qml:8:1: module "org.kde.games.core" is not installed means you have to complain to your distribution, their package dependencies are broken. |