1
I’m studying a tutorial of Xamarin, and I’m trying to run every step of it on two different machines, only in one of them the emulator closes with the following error:
Device error: audio: Failed to create voice `goldfish_audio_in'
qemu-system-i386.exe: Warning: Opening audio input failed
audio: Failed to create voice `adc'
glTexImage2D: got err pre :( 0x505 Internal 0x1908 format 0x1908 type 0x1401
Although I understand that this problem may only be from this machine (since in the other the app works), a search for the error showed that other people have been through it, but the solutions given were not enough in my case.
Is there any way around this situation?