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?