Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
07170 Sound Minor Always Dec 10, 2018, 09:03 Dec 12, 2018, 18:20
Tester Moe View Status Public Platform
Assigned To Moe Resolution Fixed OS
Status [?] Resolved Driver
Version 0.204 Fixed in Version 0.205 Build
Fixed in Git Commit Github Pull Request #
Summary 07170: xaudio2: Wrong dll loaded in module
Description In the file "xaudio2_sound.cpp" is the following line:

OSD_DYNAMIC_API(xaudio2, "dwrite.dll");

That seems to be the wrong dll. I think it has to be:

OSD_DYNAMIC_API(xaudio2, "XAudio2_9.dll", "XAudio2_8.dll");
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version
Affected Sets / Systems xaudio2
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
2
User avatar
No.15894
Tafoid
Administrator
Dec 10, 2018, 21:23
Is this causing malfunction on your end in any way?
I'm labeling Direction Needed so hopefully someone knowledgeable will have some answer.
User avatar
No.15895
Moe
Tester
Dec 10, 2018, 21:32
No, it does not cause any malfunction. I just noticed it and wanted to share it because it seems the xaudio2 module is never used because of the wrong dll.