I'm studying a Xamarin tutorial, and I'm trying to run every step of it on two different machines, but 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 on this machine (since in the other the app works), a search for the error showed that other people have gone through this, but the solutions given were not enough in my case. p>
Is there any way to circumvent this situation?