https://bugs.winehq.org/show_bug.cgi?id=38668
--- Comment #66 from Andrew andrew.mrolko@gmail.com --- (In reply to Andrew Eikum from comment #65)
Based in Kimmo's analysis, this isn't something we can easily fix in Wine. I made a change to prefer builtin over native xaudio2, so this crash should be something users have to opt-in to by setting native overrides. If there are problems with builtin, we should fix those.
(I also sent a pull request to winetricks to do the right thing there considering this change.)
commit b747d6f6ccdf1699a9242a570d681fa246de592e Author: Andrew Eikum aeikum@codeweavers.com Date: Mon Mar 26 13:14:20 2018 -0500
xaudio2: Prefer builtin version.
Was this change put into place as a global setting for all wine applications?
As of wine 3.5, I started to see bug 44381 https://bugs.winehq.org/show_bug.cgi?id=44381 affecting regular Skyrim. This would be a new regression for Skyrim as of this version of wine.
Thanks