Summary: | Knetwalk crashes at startup | ||
---|---|---|---|
Product: | [Applications] knetwalk | Reporter: | Bernhard Jungk <fire> |
Component: | general | Assignee: | Ashwin Rajeev <ashwin_rajeev> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | crash | CC: | ciclista41, kde-games-bugs-null, ramsoft, ramsoft, schwarzer, xdarkmatter |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Bernhard Jungk
2015-07-15 20:38:33 UTC
i fails to start in Kubuntu 15.04 and in 15.10 Beta 2 as well. Running from command line hints on problem (output is copied form Kubuntu 15.10): $ knetwalk file:///usr/share/knetwalk/qml/main.qml:32:5: Type CanvasItem unavailable CanvasItem { ^ file:///usr/share/knetwalk/qml/CanvasItem.qml:19:1: module "org.kde.games.core" is not installed import org.kde.games.core 0.1 as KgCore ^ KCrash: crashing... crashRecursionCounter = 2 KCrash: Application Name = knetwalk path = /usr/games pid = 2138 KCrash: Arguments: /usr/games/knetwalk KCrash: Attempting to start /usr/lib/x86_64-linux-gnu/libexec/drkonqi from kdeinit sock_file=/run/user/1000/kdeinit5__0 pa_write() failed while trying to wake up the mainloop: Bad file descriptor pa_write() failed while trying to wake up the mainloop: Bad file descriptor pa_write() failed while trying to wake up the mainloop: Bad file descriptor AL lib: (EE) ALCpulsePlayback_contextStateCallback: Received context failure! AL lib: (EE) ALCpulsePlayback_streamStateCallback: Received stream failure! pa_write() failed while trying to wake up the mainloop: Bad file descriptor [1]+ Stopped knetwalk I can confirm this bug also in OpenSUSE Leap 42.1; it has appeared after a recent upgrade to Plasma 5.5 (knetwalk worked perfectly with Plasma 5.4). Now, sometimes it crashes immediately; other times it shows a black window. I had this same problem, but found the solution in dmatt's posted output: file:///usr/share/knetwalk/qml/CanvasItem.qml:19:1: module "org.kde.games.core" is not installed import org.kde.games.core 0.1 as KgCore Since the output indicated that "org.kde.games.core" was not installed, I tried: I put "org.kde.games.core" into the search buffer in Synaptic Package Manager and one item came out: "kde-games-core" I installed it and Knetwalk now works fine. Recommend this be marked as solved or whatever it needs to be marked when it is not actually a bug. Can someone else please confirm that the problem can be solved that way on Opensuse as well? On openSUSE Leap 42.1 this problem has (magically) disappeared about two months ago, after a "KDE Applications" update. Ok, thank you for the report and for giving the hints on how to fix it. The kdegames team is very short on staff and many games are basically unmaintained so things tend to fall off the table once in a while. This seems like a packaging issue to me, so closing it now. |