[Bug 44883] warframe crashes when builtin xaudio2 used.

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Apr 4 07:26:27 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=44883

--- Comment #8 from Andrew Eikum <aeikum at codeweavers.com> ---
Text files compress well. In the future you can use bzip2 to compress the log
and upload it here.

Looking at your log, my guess is this wants operation set support. The last
call it makes to xaudio2 stuff before crashing is IXAudio2Impl_CommitChanges,
which returns E_NOTIMPL in Wine. Changing that to S_OK may be good enough to
work around.

In the meantime, you can workaround by setting xaudio2_7 to native, as you
already found.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list