Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 311753

Summary: games-simulation/singularity-0.30 pygame.error: Unrecognized music format
Product: Gentoo Linux Reporter: Arsen Shnurkov <Arsen.Shnurkov>
Component: [OLD] GamesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.