Saulius Krasuckas wrote:
I discovered it by running one simple game [1]:
[s2@katleriai Tetris]$ wine Tetris.exe err:wave:OSS_RawOpenDevice ioctl(/dev/dsp, SNDCTL_DSP_SETDUPLEX) failed (Input/output error)
Your sound card doesn't support full duplex which is required for DirectSound hardware acceleration. Try in the [dsound] section of your config file: "HardwareAcceleration" = "Emulation" to use the wave api which doesn't require full duplex.