Shachar Shemesh wrote:
This is a bug in your OSS driver. It says it is capable of doing mmap but it fails when tried.make[3]: Entering directory `/home/sun/sources/wine/dlls/dsound/tests'Seems to be a missing interface. I don't think the "Emulation" warning has anything to do with it, as some tests before it printed the same error, but passed.
../../../tools/runtest -q -P wine -M dsound.dll -T ../../.. -p dsound_test.exe.so dsound.c && touch dsound.ok
err:wave:DSDB_MapBuffer Could not map sound device for direct access (Input/output error)
err:wave:DSDB_MapBuffer Use: "HardwareAcceleration" = "Emulation" in the [dsound] section of your config file.
Shachar
The work around is to do as the message states: disable hardware acceleration (mmap).
Running the test manually with WINEDEBUG=+wave might give more insight.