https://bugs.winehq.org/show_bug.cgi?id=28282
John eldiablodivino@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eldiablodivino@gmail.com
--- Comment #60 from John eldiablodivino@gmail.com --- I've been struggling with this bug and pulling my hair out trying to fix it. Every solution that I've read previously went nowhere:
* Run "killall pulseaudio" before running Skyrim? Doesn't help at all.
* Run "while true; do pasuspender sleep 0.02; sleep 60; done" in the background? Doesn't help at all.
* Set "SndQueueMax" to 15? The WineHQ AppDB page for Skyrim lists this as a solution, providing a link to the UsefulRegistryKeys wiki page for more information, but the information has since been completely removed from there. I managed to dig it up from the revision history. Doesn't help at all.
* Edit "/etc/pulse/daemon.conf" and turn up the "default-fragments" setting? Doesn't help at all.
FINALLY I've fixed it with your solution. Just set the "PULSE_LATENCY_MSEC" environment variable to 60 before running the game and voila! It's all fixed! Thank you.