Sound for Wine-1.7.34 works at :0
Open a new X session at :1
lets make audio possible at :1
with:
usermod -a -G audio $USER #requires re-login
pax11publish -D :1 -e
DISPLAY=:1 ck-launch-session
Test sound with mplayer (it works, but not through pulseaudio)
$ WINEDEBUG=+quartz winecfg /Audio/Test Sound
err:pulse:pulse_contextcallback Context failed: Connection refused
How to fix?
winetricks sound=alsa
(to undo is necessary edit registry removing that key), the problem is many sounds on the games are missing, some sounds play and many others dont (no idea why); at :0 all sounds play, at :1 (without pulseaudio) the problem happens. – Aquarius Power Feb 25 '15 at 01:28