On Tue, Sep 11, 2007 at 09:34:50PM +0300, Taneli Vähäkangas wrote: > Ok, without pulseaudio both libsdl1.2debian-alsa and libsdl1.2debian-all > give: > Mix_OpenAudio: Couldn't set audio channels > Sound disabled > (and there is no sound)
OK, that's a different error. > This seems to be different from your results. Is there something else I > can try? There is. In neverball, unlike toppler (just to name a game that works fine for you), the call to Mix_OpenAudio sets audio channels to 1 (mono). For the next upload I planned to change that to stereo since that fixed another bug (see #410480). There is a patch[1] available, but unfortunately I don't have an amd64 box, so I can't build it for you. (You didn't seem to have problems with the previous patch, so I guess you can do it again; still, if you really need it, I'll try to find someone who can build it ;) 1. http://bugs.debian.org/410489#27 Thanks!