https://bugs.winehq.org/show_bug.cgi?id=42463
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |aeikum@codeweavers.com
--- Comment #1 from Sebastian Lackner sebastian@fds-team.de --- (In reply to Jactry Zeng from comment #0)
I find this patch from staging can fix it: https://github.com/wine-compholio/wine-staging/blob/master/patches/winepulse... PulseAudio_Support/0001-winepulse.drv-Use-a-separate-mainloop-and-ctx-for-pu. patch
Based on the log it looks like AUDDRV_GetPriority is called from two different threads. Although this works with the patch, it shouldn't really happen in the first place. The real component is probably mmdevapi.
@Andrew: Should the driver initialization be moved to a init-once section, or what is your suggestion?