Summary: | Bonus life system is badly broken | ||
---|---|---|---|
Product: | [Applications] bomber | Reporter: | Andrej M. <andrej.programiranje> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | grave | CC: | cfeck, kde-games-bugs |
Priority: | NOR | ||
Version: | 0.1 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andrej M.
2014-12-27 22:14:15 UTC
Can you check if changing unsigned int m_scoreLeftBeforeNewLife; to int m_scoreLeftBeforeNewLife; in bomberwidget.h, line 180 fixes the issue? I checked out the git version, changed the source file, but would require some help compiling this (Kubuntu 14.10). Thanks! Compilation of KDE projects requires CMake. The steps are: mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=/yourkdeprefix ../ make sudo make install If you get errors, you need to install the missing -dev packages. If you want to keep the old version, and install the new one into a different prefix, you need to tell KDE libraries where to find it. Detailed instructions at https://techbase.kde.org/Development/Tutorials/Building_An_Existing_Application Hello Christoph, I completely forgot about this bug, sorry. I did a test with the 16.08.1 version of Bomber present in Debian Stretch. I can confirm that I'm not affected by this bug anymore, because I did get a +1 life passing 10k and then +1 passing 20k. Best Regards, Andrej |