[Solved] Trouble with Debian testing

For discussion of ports to POSIX based systems, especially using GNUStep.

Moderators: winston, another_commander, Getafix

Post Reply
User avatar
spara
---- E L I T E ----
---- E L I T E ----
Posts: 2691
Joined: Wed Aug 15, 2012 4:19 am
Location: Finland

[Solved] Trouble with Debian testing

Post by spara »

After applying some updates to my Debian Jessie installation, Oolite (and oolite-trunk) simply stopped working and I just can't sort it out. So if anyone has some idea how to sort it, I'll be a happy man.

The error I'm getting is this:

Code: Select all

AL lib: (WW) alc_initconfig: Failed to initialize backend "pulse"
AL lib: (EE) alc_cleanup: 1 device not closed
It clearly suggests that there is some problem with pulseaudio, but all seems to be in order. Pulseaudio is installed and other games, like Hedgewars, play nicely.

A quick search from the web shows that there are others that have seen the same problem with some other games, but I found no definitive solution. My guess is that some update removed something that is needed, but that's just guessing.

Edit: Found it. It was a graphics issue! :evil:. Nvidia's GLX driver was not installed, it had been overwritten by the system in the previous system update.
Last edited by spara on Tue Apr 29, 2014 8:59 pm, edited 1 time in total.
User avatar
cim
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 4072
Joined: Fri Nov 11, 2011 6:19 pm

Re: Trouble with Debian testing

Post by cim »

Try adding

Code: Select all

drivers = -pulse
to ~/.alsoftrc

If it is pulseaudio, then that will make it use some other backend. (Or you could try uninstalling pulseaudio temporarily)
User avatar
spara
---- E L I T E ----
---- E L I T E ----
Posts: 2691
Joined: Wed Aug 15, 2012 4:19 am
Location: Finland

Re: [Solved] Trouble with Debian testing

Post by spara »

cim wrote:
Try adding

Code: Select all

drivers = -pulse
to ~/.alsoftrc

If it is pulseaudio, then that will make it use some other backend. (Or you could try uninstalling pulseaudio temporarily)
Found the problem. It was not pulseaudio after all. I spent a couple of hours uninstalling and reinstalling system components to finally find out that it was the glx driver that had been overwritten :shock: . All is well again :D . I'll be updating my oxps to oxzs again.
Post Reply