Hey nice work,
did anyone get this to run on windows 10 without having to replace the dsound.dll but by having it in the guild wars dir?
Replacing the .dll works but breaks a few audio applications unfortunately. The guild wars directory doesn't work even though I tried the registry edits.
Code
Windows Registry Editor Version 5.00
; DirectSound 8.0 Object
[HKEY_CURRENT_USER\SOFTWARE\Classes\Wow6432Node\CLSID\{3901CC3F-84B5-4FA4-BA35-AA8172B8A09B}\InprocServer32]
@="dsound.dll"
[HKEY_CURRENT_USER\SOFTWARE\Classes\CLSID\{3901CC3F-84B5-4FA4-BA35-AA8172B8A09B}\InprocServer32]
@="dsound.dll"
; DirectSound Object
[HKEY_CURRENT_USER\SOFTWARE\Classes\Wow6432Node\CLSID\{47D4D946-62E8-11CF-93BC-444553540000}\InprocServer32]
@="dsound.dll"
[HKEY_CURRENT_USER\SOFTWARE\Classes\CLSID\{47D4D946-62E8-11CF-93BC-444553540000}\InprocServer32]
@="dsound.dll"
; DirectSoundCapture Object
[HKEY_CURRENT_USER\SOFTWARE\Classes\Wow6432Node\CLSID\{B0210780-89CD-11D0-AF08-00A0C925CD16}\InprocServer32]
@="dsound.dll"
[HKEY_CURRENT_USER\SOFTWARE\Classes\CLSID\{B0210780-89CD-11D0-AF08-00A0C925CD16}\InprocServer32]
@="dsound.dll"
; DirectSoundCapture 8.0 Object
[HKEY_CURRENT_USER\SOFTWARE\Classes\Wow6432Node\CLSID\{E4BCAC13-7F99-4908-9A8E-74E3BF24B6E1}\InprocServer32]
@="dsound.dll"
[HKEY_CURRENT_USER\SOFTWARE\Classes\CLSID\{E4BCAC13-7F99-4908-9A8E-74E3BF24B6E1}\InprocServer32]
@="dsound.dll"
; DirectSoundFullDuplex Object
[HKEY_CURRENT_USER\SOFTWARE\Classes\Wow6432Node\CLSID\{FEA4300C-7959-4147-B26A-2377B9E7A91D}\InprocServer32]
@="dsound.dll"
[HKEY_CURRENT_USER\SOFTWARE\Classes\CLSID\{FEA4300C-7959-4147-B26A-2377B9E7A91D}\InprocServer32]
@="dsound.dll"
Display More