SolarWolf 1.5-2maemo12

Collect the boxes and don't become mad Solarwolf is an action/arcade game featuring amazing graphics and cool music. It is is originally based on the SolarFox game on the Atari 2600. All this, yet the best feature of all is; it is a hecka lotta fun! The point of the game is to scramble through 48 levels of patterns, collecting all the boxes. The part that makes it tricky is avoiding the relentless hailstorm of fire coming at you from all directions. URL: http://www.pygame.org/shredwheat/solarwolf/
Section:
user/games
Maintainers:
Size:
1369794 bytes
MD5sum:
c4ffb48361a937833e09a541430ce193
Status:
Old version cleaned by repository management
QA Quarantine ends:
ENDED 2010-09-12 14:46

Changes

VersionChangesAuthorDate
1.5-2maemo12* Truely suspend the game when screen is blanked (use suspendprocess)

* Reduced some font sizes due to system updates
Mikko Vartiainen2010-09-02 11:42 UTC
TesterKarmaTimestamp
Attila Csipa (Tester) (772)
2010-09-19 09:50 UTC
Victor Quach (144)
2010-09-14 00:03 UTC
Andreas Anckar (Tester) (173)
2010-09-13 13:45 UTC
Rijk van Wijk (7)
2010-09-12 08:17 UTC
Mustali Dalal (Tester) (841)
2010-09-09 11:03 UTC
Harald Schmitt (Tester) (683)
2010-09-07 20:17 UTC
Emanuele Cassioli (Tester) (801)
2010-09-03 14:50 UTC

Package events

Event typeUserTimestamp
Old version cleaned by repository managementSystem2010-09-22 23:48 UTC
Package promotedMikko Vartiainen2010-09-22 16:37 UTC
Promotion unlockedSystem2010-09-22 14:46 UTC
Package is in testingSystem2010-09-02 14:46 UTC

Comments:

1 2 3 4 5 6 next »
Mustali Dalal
Karma: 841
  • The new pyhon-numpy ( 1:1.4.0-1maemo) in exras-test fixed it.
  • Thanks
2010-09-09 11:03 UTC
Harald Schmitt
Karma: 683

I updated to the new python-numpy from extras-devel and now the game starts.

2010-09-07 11:25 UTC
Mustali Dalal
Karma: 841

This is a mess, indeed. Is there an easy solution? Can the pygame maintainer address this?

2010-09-03 22:11 UTC
Mikko Vartiainen
Karma: 1926

Situation appears to be so that the latest pygame requires (broken) numpy, in other words to make any pygame application work you would have to install old version of pygame. And then there's screw up with libsdl-ttf2.0(-0) packages too... argh

These packages are completely screwed up for me at least. And both are in Extras proper too.

2010-09-03 19:57 UTC
Mikko Vartiainen
Karma: 1926

Whoops, pygame is trying to use broken numpy. There's very little that can be done here other than saying "We're screwed"

2010-09-03 19:39 UTC
Mikko Vartiainen
Karma: 1926

Mustali, I think you have python-numpy package installed, removing it should fix the issue.

But since python-numpy is in extras, I should prevent solarwolf from trying to use it. Actually python-numpy seems to be somehow broken since even "import numpy" doesn't work in python.

2010-09-03 19:35 UTC
Mustali Dalal
Karma: 841

sorry for the typos. "I had extras-devel enabled at one point briefly but it is now disabled. How can I address this?"

2010-09-03 19:02 UTC
Mustali Dalal
Karma: 841

Installation didn't give any errors but I can't seem to start the game.


Nokia-N900:/home/user/scripts# /usr/games/solarwolf
Traceback (most recent call last):
  File "/usr/games/solarwolf", line 193, in 
    if __name__ == '__main__': main()
  File "/usr/games/solarwolf", line 36, in main
    checkdependencies()
  File "/usr/games/solarwolf", line 83, in checkdependencies
    import pygame
  File "/usr/lib/python2.5/site-packages/pygame/__init__.py", line 254, in 
    try: import pygame.sndarray
  File "/usr/lib/python2.5/site-packages/pygame/sndarray.py", line 66, in 
    import pygame._numpysndarray as numpysnd
  File "/usr/lib/python2.5/site-packages/pygame/_numpysndarray.py", line 38, in 
    import numpy
  File "/usr/lib/python2.5/site-packages/numpy/__init__.py", line 132, in 
    import add_newdocs
  File "/usr/lib/python2.5/site-packages/numpy/add_newdocs.py", line 9, in 
    from lib import add_newdoc
  File "/usr/lib/python2.5/site-packages/numpy/lib/__init__.py", line 13, in 
    from polynomial import *
  File "/usr/lib/python2.5/site-packages/numpy/lib/polynomial.py", line 11, in 
    import numpy.core.numeric as NX
AttributeError: 'module' object has no attribute 'core'

I had extras-devel enabled and one point briefly but it is not disabled. How can I address this?

thanks!

2010-09-03 19:00 UTC
Emanuele Cassioli
Karma: 801

Confirming that this app has true battery saving when left in background. Actually that's pretty amazing, thanks for your work.

2010-09-03 14:51 UTC
Mikko Vartiainen
Karma: 1926

Important change is that this now implements true battery saving when screen is blanked. It would be nice if somebody could verify that battery saving really works with powertop, thanks!

Music goes a bit awry from screen blanking, but currently I think it's a pygame problem.

2010-09-02 22:08 UTC
1 2 3 4 5 6 next »

Comments:

You must be logged in to make comments.