Re: fretsonfire
El vie, 17-08-2007 a las 23:45 -0500, alex aponte escribió:
> Saludos lista.
> Alguien ha probado fretsonfire en debian?
>
> Cuando lo ejecuto en testing sale lo siguiente:
>
> /usr/share/games/fretsonfire/game/Audio.py:36:
> RuntimeWarning: use mixer:
> /usr/lib/libvorbisfile.so.3: undefined symbol:
> vorbis_synthesis_idheader
> pygame.mixer.pre_init(frequency, -bits, stereo and 2
> or 1, bufferSize)
> Traceback (most recent call last):
> File "./FretsOnFire.py", line 64, in ?
> engine = GameEngine(config)
> File
> "/usr/share/games/fretsonfire/game/GameEngine.py",
> line 147, in __init__
> self.audio.pre_open(frequency = frequency, bits =
> bits, stereo = stereo, bufferSize = bufferSize)
> File "/usr/share/games/fretsonfire/game/Audio.py",
> line 36, in pre_open
> pygame.mixer.pre_init(frequency, -bits, stereo and
> 2 or 1, bufferSize)
> File
> "/usr/lib/python2.4/site-packages/pygame/__init__.py",
> line 52, in __getattr__
> raise NotImplementedError, MissingPygameModule
> NotImplementedError: mixer module not available
>
> Y no he dado con el error.
> Gracias
Casi seguro que te falta habilitar oss para alsa.
apt-get install alsa-oss oss-compat
modprobe snd_seq_oss
no se si con eso bastará, viendo la última línea del error, quizá te
hace falta también:
apt-get install libsdl1.2debian-oss libsdl-mixer1.2
Suerte
Reply to: