Bug 23162 - Neverball game fails to load
Summary: Neverball game fails to load
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: neverball (show other bugs)
Version: unstable
Hardware: x86 Linux
: P3 major
Assignee: Ilya Mashkin
QA Contact: Andrey Cherepanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-16 07:18 MSK by Saleem Khan
Modified: 2012-05-06 16:26 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Saleem Khan 2010-03-16 07:18:40 MSK

    
Comment 1 Saleem Khan 2010-03-16 07:24:16 MSK
here is the detail of the error

   1.
      [saleem@host-2 ~]$ neverball
   2.
      Font 'ttf/DejaVuSans-Bold.ttf' doesn't exist, trying default font.
   3.
      Could not load font 'ttf/DejaVuSans-Bold.ttf'.
   4.
      Segmentation fault
Comment 2 Andrey Cherepanov 2010-03-16 12:09:17 MSK
On appropriiate component.
Comment 3 Michael Shigorin 2011-02-13 14:25:48 MSK
It looks up ~/.neverball/ttf/DejaVuSans-Bold.ttf (which isn't there); patch:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/~checkout~/packages/neverball/neverball-font.patch?rev=1.1;content-type=text%2Fplain

2 oddity: apply the patch and/or
ssh git.alt acl sisyphus neverball add @qa
pls :)
Comment 4 Ilya Mashkin 2011-02-13 23:09:20 MSK
added @qa :)
Comment 5 Ilya Mashkin 2011-11-14 01:33:20 MSK
Со шрифтом справились, теперь нужно что бы и при игре не падала...
Comment 6 Michael Shigorin 2012-05-06 16:19:41 MSK
1.5.4 is the current upstream version; see also:
* http://bugs.debian.org/651886
* https://qa.mandriva.com/59249

Here's the fix:
http://www.pclinuxos.com/forum/index.php?topic=86699.msg721110#msg721110

The data layout was somewhat broken, I've fixed it like this:
- data/* -> /usr/share/neverball/*
- font -> /usr/share/neverball/ttf/

1.5.4-alt4 binary also works on t6/branch.
Comment 7 Repository Robot 2012-05-06 16:26:23 MSK
neverball-1.5.4-alt4 -> sisyphus:

* Sun May 06 2012 Michael Shigorin <mike@altlinux> 1.5.4-alt4
- *fixed* datadir issues (closes: #23162)
- applied fedora patch (a bit more complete than gentoo one)
- minor spec cleanup