| Summary: | Kreversi crash at startup. | ||
|---|---|---|---|
| Product: | [Applications] kreversi | Reporter: | Hains <hvdbosch> |
| Component: | general | Assignee: | Inge Wallin <inge> |
| Status: | RESOLVED DOWNSTREAM | ||
| Severity: | crash | CC: | cpigat242, jranke, kde-games-bugs-null, kkrelove1, schwarzer, tallboy258, tweezerman |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 2.0 | ||
| Target Milestone: | --- | ||
| Platform: | Kubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
New crash information added by DrKonqi
Let Kreversi work with frameworks 5. Patch for Kreversi KDE frameworks 5. New crash information added by DrKonqi |
||
|
Description
Hains
2014-12-11 16:10:42 UTC
Created attachment 93438 [details]
New crash information added by DrKonqi
kreversi (2.0) on KDE Platform 4.14.6 using Qt 4.8.6
- What I was doing when the application crashed:trying to start KReversi. I have tried to remove/reinstall KReversi twice. Even after reinstallation, the crash continues to happen on starting the application.
This game works without problem on two other Linux installations I run as multiple boot options on the same computer - Linus Mint and Fedora v22
-- Backtrace (Reduced):
#6 data (this=<optimized out>) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:135
[...]
#9 QObject::setProperty (this=0x0, name=0x41d39b "isBoardShowingLabels", value=...) at kernel/qobject.cpp:3719
#10 0x0000000000411aa0 in _start ()
Created attachment 93556 [details]
Let Kreversi work with frameworks 5.
sudo apt-get install qml-module-org-de-games-core did for me the trick.
Anyway, i compiled libkdegames from master-branch and kreversi from frameworks-branch.
It didnt work, so i made a patch.Works fine with frameworks 5.10 with Ubuntu 15.10.
Created attachment 93626 [details]
Patch for Kreversi KDE frameworks 5.
Clean up previous patch and now made from GIT(branch frameworks).
Created attachment 93698 [details]
New crash information added by DrKonqi
kreversi (2.0) on KDE Platform 4.14.6 using Qt 4.8.6
- What I was doing when the application crashed: The application crashes with a segmentation fault every time KReversi is started.
-- Backtrace (Reduced):
#6 0x00007fcc47f3d0e7 in QObject::setProperty(char const*, QVariant const&) (this=<optimized out>) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:135
#7 0x00007fcc47f3d0e7 in QObject::setProperty(char const*, QVariant const&) (p=...) at ../../include/QtCore/../../src/corelib/global/qglobal.h:2580
#8 0x00007fcc47f3d0e7 in QObject::setProperty(char const*, QVariant const&) (this=<optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qobject.h:115
#9 0x00007fcc47f3d0e7 in QObject::setProperty(char const*, QVariant const&) (this=0x0, name=0x41d39b "isBoardShowingLabels", value=...) at kernel/qobject.cpp:3719
#10 0x0000000000411aa0 in _start ()
For users of distributions using the Debian packaging of KDE 4, it may be sufficient to install kde-games-core-declarative see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804823 *** Bug 363405 has been marked as a duplicate of this bug. *** I uploaded the patch given in #3 to the reviewboard. https://git.reviewboard.kde.org/r/127989/ @oliver: Can you confirm that installing kde-games-core-declarative fixes the issue? It seems to resolve the problem for me. Karl > -----Original Message----- > From: Frederik Schwarzer via KDE Bugzilla > [mailto:bugzilla_noreply@kde.org] > Sent: Tuesday, May 24, 2016 12:55 PM > To: kkrelove1@gmail.com > Subject: [kreversi] [Bug 341777] Kreversi crash at startup. > > https://bugs.kde.org/show_bug.cgi?id=341777 > > --- Comment #8 from Frederik Schwarzer <schwarzer@kde.org> --- > @oliver: Can you confirm that installing kde-games-core-declarative > fixes the issue? > > -- > You are receiving this mail because: > You are on the CC list for the bug. --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus Thank you for the feedback. I also just checked on another computer and the issue can indeed be fixed by installing that package. Since the package maintainers in Ubuntu are the Debian packagers and the Debian bugtracker has two bugreports about this already so I am closing this as Downstream issue. Git commit 6ba4d4bf9365e4fa5ee1e80d50405c5c743ea407 by Andrius Štikonas, on behalf of Hains van den Bosch. Committed on 25/06/2017 at 13:10. Pushed by stikonas into branch 'frameworks'. Fix board loading. REVIEW: 127989 M +0 -13 qml/Board.qml M +8 -1 qml/Table.qml https://commits.kde.org/kreversi/6ba4d4bf9365e4fa5ee1e80d50405c5c743ea407 |