After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 329697 - Nibbles is unplayable
Nibbles is unplayable
Status: RESOLVED FIXED
Product: gnome-games-superseded
Classification: Deprecated
Component: gnibbles
2.13.x
Other All
: Normal critical
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2006-02-03 02:32 UTC by Aaron Gyes
Modified: 2006-02-03 09:33 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Aaron Gyes 2006-02-03 02:32:15 UTC
Steps to reproduce:
When the game is started, the "splash" screen remains and you can't see the
snake. The little treats do appear, and apparantly the snake is moving because I
am losing lives.

Stack trace:


Other information:
Comment 1 Callum McKenzie 2006-02-03 08:49:08 UTC
This looks like a librsvg bug since eog won't load the image files either. I'm looking into it.
Comment 2 Callum McKenzie 2006-02-03 09:33:10 UTC
Sorry, but I seem to have defamed librsvg. It turns out the gdk-pixbuf library wasn't identifying some of the files properly since they have large licenses and the opening svg tag is quite a way in. I added DOCTYPE statements to the top of the files which both makes them better XML and easier for gdk-pixbuf to recognise. All fixed in CVS HEAD.