Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#15768 - [solarwolf] does not work due to pygame error
Attached to Project:
Community Packages
Opened by Jagadish R (jarav) - Monday, 03 August 2009, 07:55 GMT
Last edited by Allan McRae (Allan) - Thursday, 06 August 2009, 16:01 GMT
Opened by Jagadish R (jarav) - Monday, 03 August 2009, 07:55 GMT
Last edited by Allan McRae (Allan) - Thursday, 06 August 2009, 16:01 GMT
|
DetailsDescription: solarwolf does not run.
Aborts with this error: Fatal Python error: (pygame parachute) Segmentation Fault Aborted Additional info: * package version(s) * config and/or log files etc. solarwolf 1.5-3, python-pygame 1.9.0-1, Python 2.6.2 The self test of pygame python -m pygame.tests.__main__ fails with several errors. Also, I am not able to run some of the examples that come with pygame: a data/ folder seems to be missing in /usr/lib/python2.6/site-packages/pygame/examples/ ... pygame.error: Couldn't open /usr/lib/python2.6/site-packages/pygame/examples/data/arraydemo.bmp ... Could not load image "/usr/lib/python2.6/site-packages/pygame/examples/data/player1.gif" Couldn't open /usr/lib/python2.6/site-packages/pygame/examples/data/player1.gif etc. Steps to reproduce: Run solarwolf, Run python -m pygame.tests.__main__ python -m pygame.examples.aliens or some of the other examples that come with pygame. The complete list can be obtained by python -c "import pygame.examples;help(pygame.examples)" |
This task depends upon
Sorry for the problems, the problem is with pygame install routines that dont see most of these files, so i had to copy then during the installation procedure. Test with the latest version, things should work for you.
See ya
Is the bug in pygame or solarwolf package?
@Romashka: The bug was in the pygame package.
BTW, pygame 1.9.1 was released less than 1 hour ago (according to a message I got from SDL mailing list) with many fixes.