F {Audio Thread} class std::runtime_error thrown: No supported XAudio2 library found - Printable Version +- EmuNewz Network (https://www.emunewz.net/forum) +-- Forum: Official Boards for Emunews Affiliated Emu Projects (https://www.emunewz.net/forum/forumdisplay.php?fid=47) +--- Forum: Official RPCS3 Forum [archive] (https://www.emunewz.net/forum/forumdisplay.php?fid=172) +---- Forum: RPCS3 - Support & Issue Reporting (https://www.emunewz.net/forum/forumdisplay.php?fid=163) +---- Thread: F {Audio Thread} class std::runtime_error thrown: No supported XAudio2 library found (/showthread.php?tid=190557) |
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. |