Basically if you have OpenAL using JACK in Linux, the game takes a long time to get to the main menu, there's no audio and the game crashes almost instantly when starting a game.
The problem is easily fixed by listing Pulseaudio as a backup in .alsoftrc like so:
drivers = jack,pulse
Basically if you have OpenAL using JACK in Linux, the game takes a long time to get to the main menu, there's no audio and the game crashes almost instantly when starting a game.
The problem is easily fixed by listing Pulseaudio as a backup in .alsoftrc like so: drivers = jack,pulse
But I thought i would mention it.