Game Development Community

Alsa error: unable to open slave

by SPECS · in Technical Issues · 02/12/2010 (1:14 pm) · 0 replies

Hello everybody,

I'm trying to integrate Teamspeak on TGE, and everything went fine, but it seems there's a conflict with Alsa initializations. I included the code inside the engine and created console methods to work from scripts. But when I init the device it returns this error:

ALSA lib pcm_dmix.c:1008:(snd_pcm_dmix_open) unable to open slave

Probably, Alsa is already initialized, and the chat is trying to inicialize the device again from the Torque process. Am I right? Is there any simple way to solve this?

Thanks a lot,