A little more regression testing...
The 5/1 dsound patch causes this on one of my apps:
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll sound.dll still not found - library environment problem or version conflict, check your setup. err:module:BUILTIN32_LoadLibraryExA loaded .so but dll sound.dll still not found - library environment problem or version conflict, check your setup. err:wave:DSDB_MapPrimary (0x4568ca04): Could not map sound device for direct access (Input/output error)
On Fri, 3 May 2002, Duane Clark wrote:
A little more regression testing...
The 5/1 dsound patch causes this on one of my apps:
...
err:wave:DSDB_MapPrimary (0x4568ca04): Could not map sound device for direct access (Input/output error)
Before the patch Riven falls back to winmm, making the sound work.
After the patch Riven can use DirectSound, but fails because your soundcard and driver can't do mmap().
/Johan Gill, johane@lysator.liu.se