You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has happened with multiple different guest OSes and guest audio cards. Here's what happens in the log when the VM tries to play audio, causing it to freeze for >10 seconds. (between the second and third messages)
Sometimes this freeze causes the VM to lock up completely.
I'm not entirely sure how to reproduce this yet. It might be related to iOS looking for bluetooth headphones to play the audio on.
If you, the reader, are experiencing this as well, please add a comment with your configuration and whether you have any Bluetooth headphones connected to your device.
The text was updated successfully, but these errors were encountered:
While testing UTM SE, I've experienced another complete freeze of the VM while playing audio. This time the VM was once again the pc system with the sb16 sound card.
I was able to attach a debugger and noticed what seems like a stuck thread related to audio rendering in the GST framework used within QEMU:
I believe that the thread is stuck because, when I resume the application and then pause it again with the debugger, this thread remains at the same spot in the code.
This has happened with multiple different guest OSes and guest audio cards. Here's what happens in the log when the VM tries to play audio, causing it to freeze for >10 seconds. (between the second and third messages)
Sometimes this freeze causes the VM to lock up completely.
Configuration (required)
VM (for example): pc 1996, sb16 audio card.
I'm not entirely sure how to reproduce this yet. It might be related to iOS looking for bluetooth headphones to play the audio on.
If you, the reader, are experiencing this as well, please add a comment with your configuration and whether you have any Bluetooth headphones connected to your device.
The text was updated successfully, but these errors were encountered: