SUMMARY Hi, Kblocks has a "small" annoying bug. The game just closes at around 20k points at level 5. STEPS TO REPRODUCE 1. start games 2. paly it until reach 20k points SOFTWARE/OS VERSIONS Linux/KDE Plasma: KDE Plasma Version: 5.24.5 KDE Frameworks Version: 5.93.0 Qt Version: 5.15.3 ADDITIONAL INFORMATION
Do you get a crash dialog?
Created attachment 148833 [details] attachment-6286-0.html No, just closes. On Fri, May 13, 2022 at 10:11 PM Albert Astals Cid <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=453736 > > Albert Astals Cid <aacid@kde.org> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > CC| |aacid@kde.org > > --- Comment #1 from Albert Astals Cid <aacid@kde.org> --- > Do you get a crash dialog? > > -- > You are receiving this mail because: > You reported the bug.
Interesting, two things, can you confirm that coredumpctl | grep kblocks in a terminal gives you nothing? Also you you say that you're using version 22.04 in Ubuntu, but there's no kblocks 22.04 in official Ubuntu, are you using some kind of self compiled/ppa version?
Created attachment 148835 [details] attachment-32686-0.html I will try it on terminal. this kubuntu is an upgrade done last week, but the problem already happened on 21.10 On Sun, May 15, 2022 at 12:05 AM Albert Astals Cid <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=453736 > > --- Comment #3 from Albert Astals Cid <aacid@kde.org> --- > Interesting, two things, can you confirm that > > coredumpctl | grep kblocks > > in a terminal gives you nothing? > > Also you you say that you're using version 22.04 in Ubuntu, but there's no > kblocks 22.04 in official Ubuntu, are you using some kind of self > compiled/ppa > version? > > -- > You are receiving this mail because: > You reported the bug.
Created attachment 148859 [details] attachment-12197-0.html Hi, the version is from backports Package: kblocks Version: 4:22.04.1-0ubuntu1~ubuntu22.04~ppa1 APT-Manual-Installed: yes APT-Sources: http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu jammy/main amd64 Packages I have coredumps disable, but I will enable them for this, but you have to wait until I play again. It takes a long time to reach 20k. I just play when I need to "disconnect" my brain :-P Carlos On Sun, May 15, 2022 at 12:05 AM Albert Astals Cid <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=453736 > > --- Comment #3 from Albert Astals Cid <aacid@kde.org> --- > Interesting, two things, can you confirm that > > coredumpctl | grep kblocks > > in a terminal gives you nothing? > > Also you you say that you're using version 22.04 in Ubuntu, but there's no > kblocks 22.04 in official Ubuntu, are you using some kind of self > compiled/ppa > version? > > -- > You are receiving this mail because: > You reported the bug.
Created attachment 148993 [details] attachment-19922-0.html Hi, in terminal I receive this. I forget to enable dumps... -> ❯ kblocks ^[[A^[[BKCrash: crashing... crashRecursionCounter = 2 KCrash: Application Name = kblocks path = /usr/games pid = 281233 KCrash: Arguments: /usr/games/kblocks KCrash: Attempting to start /usr/lib/x86_64-linux-gnu/libexec/drkonqi 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 Invalid write to eventfd: Bad file descriptor Code should not be reached at ../src/pulsecore/fdsem.c:188, function pa_fdsem_post(). Aborting. Unable to start Dr. Konqi Re-raising signal for core dump handling. Aborted (core dumped) Unable to find file for pid 281233 expected at "kcrash-metadata/281233.ini" It stops at 20460 points. I now because I recorded the desktop. Carlos On Sun, May 15, 2022 at 4:18 PM Carlos Baptista <cbaptista@opensuse.us> wrote: > Hi, > > the version is from backports > > Package: kblocks > Version: 4:22.04.1-0ubuntu1~ubuntu22.04~ppa1 > APT-Manual-Installed: yes > APT-Sources: http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu > jammy/main amd64 Packages > > I have coredumps disable, but I will enable them for this, but you have to > wait until I play again. It takes a long time to reach 20k. > I just play when I need to "disconnect" my brain :-P > > Carlos > > > > On Sun, May 15, 2022 at 12:05 AM Albert Astals Cid < > bugzilla_noreply@kde.org> wrote: > >> https://bugs.kde.org/show_bug.cgi?id=453736 >> >> --- Comment #3 from Albert Astals Cid <aacid@kde.org> --- >> Interesting, two things, can you confirm that >> >> coredumpctl | grep kblocks >> >> in a terminal gives you nothing? >> >> Also you you say that you're using version 22.04 in Ubuntu, but there's no >> kblocks 22.04 in official Ubuntu, are you using some kind of self >> compiled/ppa >> version? >> >> -- >> You are receiving this mail because: >> You reported the bug. > >
Interesting that drkonqui fails to start. Can you confirm that /usr/lib/x86_64-linux-gnu/libexec/drkonqi exists? Does coredumpctl | grep kblocks give you something now?
Created attachment 149144 [details] attachment-26347-0.html -> ❯ ls -la /usr/lib/x86_64-linux-gnu/libexec/drkonqi -rwxr-xr-x 1 root root 870824 mai 3 11:53 /usr/lib/x86_64-linux-gnu/libexec/drkonqi ~ -> ❯ coredumpctl | grep kblocks Thu 2022-05-19 12:59:21 WEST 281233 1000 1000 SIGABRT missing /usr/games/ kblocks n/a On Thu, May 19, 2022 at 11:46 PM Albert Astals Cid <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=453736 > > --- Comment #7 from Albert Astals Cid <aacid@kde.org> --- > Interesting that drkonqui fails to start. > > Can you confirm that /usr/lib/x86_64-linux-gnu/libexec/drkonqi exists? > > Does coredumpctl | grep kblocks give you something now? > > -- > You are receiving this mail because: > You reported the bug.
Can you paste the output of coredumpctl info kblocks ?