childsplay does not start on Trusty (14.04)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| childsplay (Debian) |
Fix Released
|
Unknown
|
||
| childsplay (Ubuntu) |
Critical
|
Unassigned | ||
| Trusty |
Critical
|
Simon Quigley |
Bug Description
[Impact]
Without this fix, childsplay is completely unusable.
[Test Case]
1. Try to open childsplay.
It should open correctly. Instead, it segfaults immediately.
[Regression Potential]
Extremely unlikely, but things could regress in the off chance that sqlalchemy is changed in a breaking way as part of an update.
[Original Description]
$ /usr/games/
Traceback (most recent call last):
File "/usr/games/
import childsplay_
File "/usr/lib/
from sqlalchemy import exceptions as sqla_exceptions
ImportError: cannot import name exceptions
running childsplay on 14.04 you get an error. This is due to some changes in libraries.
Yannis Tsop (ogiannhs) wrote : | #1 |
Pierre (pierrewinnipeg) wrote : | #3 |
Affect me too. Could not start in 13.10 either and WAS REPORTED THEN.
That is an important package. Please fix package with patch in repository so we do not have to wait till 14.10 is out.
Even major packages in Ubuntu take over a year to patch... bad for Ubuntu reputation.
Thanks.
Launchpad Janitor (janitor) wrote : | #4 |
Status changed to 'Confirmed' because the bug affects multiple users.
Changed in childsplay (Ubuntu): | |
status: | New → Confirmed |
Affects me as well. Just did a new install of 14.04. My daughters favorite software. Looking forward to a fix.
Thanks,
Onno Zweers (onnozweers) wrote : | #6 |
I had the same issue. To satisfy my kids I applied the fix of Yannis Tsop (comment #1) by hand. It worked perfectly, thanks Yannis!
For who has impatient children too:
sudo nano /usr/lib/
Search for the line:
from sqlalchemy import exceptions as sqla_exceptions
Replace it with:
from sqlalchemy import exc as sqla_exceptions
omvsj (omvsj) wrote : | #7 |
Comment #6 solved it.
Kevin Williams (bthylafh) wrote : | #8 |
Onno Zweers's suggestion fixed it for me as well.
xoristzatziki (simsonbike-bugs) wrote : | #9 |
Onno Zweers's suggestion fixed it for me as well.
oposit (julio-poisot) wrote : | #10 |
Thank you for the solution in comment #6, but I have to edit /usr/share/
I have just installed Childsplay and is having the same error.
Tomasz Pudlo (tpudlo) wrote : | #11 |
Thank you Yannis (#1) and Onno (#6) :-) Works perfectly.
Rolf Leggewie (r0lf) wrote : | #12 |
This problem still affects Trusty but later releases should have seen a fix (new upsteam release)
Changed in childsplay (Ubuntu): | |
importance: | Undecided → Critical |
Changed in childsplay (Debian): | |
status: | Unknown → Fix Released |
Changed in childsplay (Ubuntu): | |
status: | Confirmed → Fix Released |
Changed in childsplay (Ubuntu Trusty): | |
status: | New → Fix Released |
status: | Fix Released → Confirmed |
importance: | Undecided → Critical |
assignee: | nobody → Simon Quigley (tsimonq2) |
tags: | removed: patch |
description: | updated |
Hello Yannis, or anyone else affected,
Accepted childsplay into trusty-proposed. The package will build now and be available at https:/
Please help us by testing this new package. See https:/
If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested and change the tag from verification-
Further information regarding the verification process can be found at https:/
Changed in childsplay (Ubuntu Trusty): | |
status: | Confirmed → Fix Committed |
tags: | added: verification-needed verification-needed-trusty |
Simon Quigley (tsimonq2) wrote : | #14 |
The fix works for me on a fresh Lubuntu 14.04 install (before the update, I couldn't start childsplay at all, and now it starts and works as intended).
tags: |
added: verification-done verification-done-trusty removed: verification-needed verification-needed-trusty |
Launchpad Janitor (janitor) wrote : | #15 |
This bug was fixed in the package childsplay - 1.6-1ubuntu0.1
---------------
childsplay (1.6-1ubuntu0.1) trusty; urgency=critical
* Fix segfault on launch (LP: #1316557).
-- Simon Quigley <email address hidden> Sat, 02 Dec 2017 22:10:02 -0600
Changed in childsplay (Ubuntu Trusty): | |
status: | Fix Committed → Fix Released |
The verification of the Stable Release Update for childsplay has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions.
The attachment "Fix for installed files" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team.
[This is an automated message performed by a Launchpad user owned by ~brian-murray, for any issues please contact him.]