https://bugs.winehq.org/show_bug.cgi?id=47482
Bug ID: 47482 Summary: Regression - Legend of Grimrock 2: undefined symbol: FAudio_CommitOperationSet Product: Wine Version: 4.12.1 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: xaudio2 Assignee: wine-bugs@winehq.org Reporter: tbl0605@gmail.com Distribution: ---
Hi, since at least wine 4.11 (and probably earlier, I haven't used the game awhile), Legend of Grimrock 2 doesn't work anymore. Shortly after starting the game, I get a popup telling me "The following error occurred while starting up the game: XAudio2 error in XAudio2Create" and game ends.
And I get following error logged:
0009:err:module:load_so_dll failed to load .so lib "/opt/wine-devel/bin/../lib/wine/xaudio2_7.dll.so": /opt/wine-devel/bin/../lib/wine/xaudio2_7.dll.so: undefined symbol: FAudio_CommitOperationSet 0009:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\windows\system32\xaudio2_7.dll"
Googling a bit points me to patch d341efeff071532801fdc224062eb9e60dc5aea0 [xaudio2: Use new features from FAudio 19.06 (but keep compatibility for <=19.05).] I really don't know if its the culprit, just tell me how I could help :)
Thank you!
Thierry.
https://bugs.winehq.org/show_bug.cgi?id=47482
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- Most likely that means you have Wine built with newer FAudio comparing to version you're running with.
https://bugs.winehq.org/show_bug.cgi?id=47482
--- Comment #2 from tbl0605@gmail.com --- (In reply to Nikolay Sivov from comment #1)
Most likely that means you have Wine built with newer FAudio comparing to version you're running with.
Ok thank you very much for the answer :) I'm using Ubuntu 18.04 and latest wine version (4.12.1) from wine repositories. So, what is the solution here? Should I simply reinstall the game?
Thierry.
https://bugs.winehq.org/show_bug.cgi?id=47482
tbl0605@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED
--- Comment #3 from tbl0605@gmail.com --- Hi, thanks to the comment of Nikolay, I found the solution on my Ubuntu 18.04.
With latest wine releases, I need also latest FAudio releases. I made following and everything worked again:
cd ~/Desktop wget https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_1... wget https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_1... sudo dpkg -i libfaudio0_19.07-0~bionic_amd64.deb libfaudio0_19.07-0~bionic_i386.deb
I totally forgot that I had to manually manage FAudio installation under Ubuntu 18.04, because there are no official Ubuntu/Debian repos for FAudio: https://forum.winehq.org/viewtopic.php?f=8&t=32192
And what also misleaded me, is that my previous Faudio installation (version 19.04) worked with other games...
Anyway, sorry for the disturbance, and thanks for this great piece of software ;) I mark this bug report as invalid.
Thierry.
https://bugs.winehq.org/show_bug.cgi?id=47482
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |nerv@dawncrow.de
--- Comment #4 from André H. nerv@dawncrow.de --- closing invalid