About Store Forum Documentation Contact



Post Reply 
X3DAudio1_7.dll missing on some computers
Author Message
Pherael Offline
Member

Post: #1
X3DAudio1_7.dll missing on some computers
It's not a big deal, but with new update, for some players game show error that X3DAudio1_7.dll is missing when they start game.
08-27-2019 10:41 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: X3DAudio1_7.dll missing on some computers
I've replaced DirectSound with XAudio.
I'm not aware of a fix for this, except:
https://www.microsoft.com/en-us/download...d0crxdr100
or bundling the DLL with your game.

You could always revert back to DirectSound:
make changes in headers.h to:
#define DIRECT_SOUND WINDOWS_OLD
#define XAUDIO WINDOWS_NEW

There are other versions but they don't support Win7
https://docs.microsoft.com/en-us/windows...2-versions
08-27-2019 10:51 AM
Find all posts by this user Quote this message in a reply
Post Reply