[kmahjongg] [Bug 426705] game stored in 0.8 loaded in 0.9 shows inconsistencies and crashes

2020-09-27 Thread Andreas Koenig
https://bugs.kde.org/show_bug.cgi?id=426705

Andreas Koenig  changed:

   What|Removed |Added

 CC||andreas.koenig.7os6vvqr@fra
   ||nz.ak.mind.de

--- Comment #2 from Andreas Koenig  
---
Created attachment 131956
  --> https://bugs.kde.org/attachment.cgi?id=131956=edit
Same game stored by kmahjongg 0.9 in current binary format

As a reference, I attach the same game played on 0.9 and then stored from
there. Maybe you know of a good converter from binary to something human
readable, that might reveal something interesting?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmahjongg] [Bug 426705] New: game stored in 0.8 loaded in 0.9 shows inconsistencies and crashes

2020-09-18 Thread Andreas Koenig
https://bugs.kde.org/show_bug.cgi?id=426705

Bug ID: 426705
   Summary: game stored in 0.8 loaded in 0.9 shows inconsistencies
and crashes
   Product: kmahjongg
   Version: 0.9
  Platform: Debian unstable
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: andreas.koenig.7os6v...@franz.ak.mind.de
CC: kde-games-b...@kde.org
  Target Milestone: ---

Created attachment 131757
  --> https://bugs.kde.org/attachment.cgi?id=131757=edit
Kmahjongg Game in binary format as described in the report

SUMMARY


STEPS TO REPRODUCE
1. Load the game from the attached file
2088946915-saved-on-0.8-crashing-on-0.9.kmgame (this file has been produced
with a kmahjongg version 0.8 on Ubuntu 16.04)
2. Press Undo 14 times
3. 

OBSERVED RESULT

The first 13 Undo clicks restore pairs of not matching tiles, the fourteenth
Undo crashes

KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = kmahjongg path = /usr/games pid = 1291178
KCrash: Arguments: /usr/games/kmahjongg 
KCrash: Attempting to start /usr/lib/x86_64-linux-gnu/libexec/drkonqi
QSystemTrayIcon::setVisible: No Icon set

EXPECTED RESULT

Any Undo click should restore the (matching) pairs as they have been played and
stored in the file.

SOFTWARE/OS VERSIONS
KDE Frameworks Version: Package: kde-runtime Version: 4:17.08.3-2.1
Qt Version: Package: libqtcore4 Version: 4:4.8.7+dfsg-20

ADDITIONAL INFORMATION

The attached file was produced by kmahjongg 0.8 and has not been tampered. The
game number  was 2088946915 in the set of solvable games.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmahjongg] [Bug 357262] Loading game leads either to ASSERT failure or to seg fault

2015-12-28 Thread Andreas Koenig via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357262

--- Comment #2 from Andreas Koenig <andreas.koenig.7os6v...@franz.ak.mind.de> 
---
  > Please, if you want to add something to a specific bug report, do so. Your
BTW
  > remark might get lost here.

Thanks Frederick, I'll keep track of it and take care that it doesn't get lost.

-- 
You are receiving this mail because:
You are watching all bug changes.


[buildsystem] [Bug 357162] New: Hardcoded reference to inexistent URL

2015-12-25 Thread Andreas Koenig via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357162

Bug ID: 357162
   Summary: Hardcoded reference to inexistent URL
   Product: buildsystem
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: KDE4 (cmake)
  Assignee: neund...@kde.org
  Reporter: andreas.koenig.7os6v...@franz.ak.mind.de

Not sure whether the website or the module needs fixing, they are not in sync.
The module displays after a "repository" error a URL but that URL gives a 404.

% git remote -v|grep fetch
origin  git://anongit.kde.org/kdesrc-build (fetch)
% git describe
v15.12-3-gbbb1a6d
% git grep kdesrc-build.kde.org/documentation/kde-modules-and-selection.html
|cat
modules/ksb/Application.pm:http://kdesrc-build.kde.org/documentation/kde-modules-and-selection.html#module-sets
% HEAD kdesrc-build.kde.org/documentation/kde-modules-and-selection.html|head
-2
404 Not Found
Connection: close



Reproducible: Always

Steps to Reproduce:
1. goto the referenced webpage
2.
3.

Actual Results:  
404

Expected Results:  
a web page

-- 
You are receiving this mail because:
You are watching all bug changes.


[buildsystem] [Bug 356788] New: README in git sources v15.10-16-gdb8826f starts out with factual errors

2015-12-16 Thread Andreas Koenig via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356788

Bug ID: 356788
   Summary: README in git sources v15.10-16-gdb8826f starts out
with factual errors
   Product: buildsystem
   Version: unspecified
  Platform: Debian unstable
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: neund...@kde.org
  Reporter: andreas.koenig.7os6v...@franz.ak.mind.de

It's a documentation bug, the first section of the README in the git repository
git://anongit.kde.org/kdesrc-build.git speaks about a directory that does not
exist.

There is the sentence:

  Copy the kdesrc-build directory somewhere where you will be able to find
  it. The whole directory has to go together, so don't just copy the script
  itself.

But there is no kdesrc-build directory, there is just a file kdesrc-build:

% ls -l kdesrc-build
-rwxr-xr-x 1 k k 8026 2015-05-22 11:58:56 kdesrc-build*

Looks like the READMe and reality are a bit out of sync.

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.