F {Audio Thread} class std::runtime_error thrown: No supported XAudio2 library found - Printable Version +- RPCS3 Forums (https://forums.rpcs3.net) +-- Forum: Support & Issues (https://forums.rpcs3.net/forumdisplay.php?fid=17) +--- Forum: Support (https://forums.rpcs3.net/forumdisplay.php?fid=18) +--- Thread: F {Audio Thread} class std::runtime_error thrown: No supported XAudio2 library found (/showthread.php?tid=190557) |
RE: F {Audio Thread} class std::runtime_error thrown: No supported XAudio2 library found - BLACKSAMA - 07-03-2017 Any ideas how to solve this? I have tried everything in my power to fix it but it does not work at all. It alaways hapens when starting a game. What I have tried: Updating direct X, Video Card, Runtimes. No working yet . RE: F {Audio Thread} class std::runtime_error thrown: No supported XAudio2 library found - BLACKSAMA - 07-03-2017 I fixed the problem, just install : Update for Windows 7 for x64-based Systems (KB2533623) so LoadLibraryExW in https://github.com/RPCS3/rpcs3/blob/master/rpcs3/Emu/Audio/XAudio2/XAudio2Thread.cpp can actually work properly and find the dll files for xaudio. KB2533623 is mandatory for LoadLibraryExW in win7 and vista, the explanation is boring and I am tired of such long troubleshooting (4:44 am currently), so just install it if you have this problem, you have to reboot after installing it. this of course should not happen if you have aproperly updated Windows 7. |