Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 311753 - games-simulation/singularity-0.30 pygame.error: Unrecognized music format
Summary: games-simulation/singularity-0.30 pygame.error: Unrecognized music format
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
: 311755 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-03-28 13:47 UTC by Arsen Shnurkov
Modified: 2010-09-01 02:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arsen Shnurkov 2010-03-28 13:47:35 UTC
looks like this bug - http://bugs.gentoo.org/145139

$ singularity 
Traceback (most recent call last):
  File "singularity.py", line 1, in <module>
    import code.singularity
  File "/usr/share/games/singularity/code/singularity.py", line 226, in <module>
    menu_screen.show()
  File "/usr/share/games/singularity/code/graphics/dialog.py", line 187, in show
    play_music()
  File "/usr/share/games/singularity/code/g.py", line 247, in play_music
    pygame.mixer.music.load(random.choice(music_dict[musicdir]))
pygame.error: Unrecognized music format
FT_Done_Library: failed to free some faces
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-03-28 13:54:24 UTC
*** Bug 311755 has been marked as a duplicate of this bug. ***
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2010-09-01 02:25:19 UTC
probably missing vorbis on sdl-mixer.  I added a use dep.