scottyhardy / docker-wine

Docker image that includes Wine and Winetricks for running Windows applications on Linux and macOS
MIT License
906 stars 158 forks source link

No audio from Wine #90

Closed thomaspreece closed 4 years ago

thomaspreece commented 4 years ago

Describe the bug When loading ./docker-wine without using the --as-root flag, the audio in wine is not detected. I can run ./docker-wine pacat -vv /dev/urandom without issue so the link between Host and Docker pulse is fine, the issue is that Wine isn't detecting pulseaudio.

To Reproduce Steps to reproduce the behavior:

  1. ./docker-wine winecfg
  2. Audio Tab

Expected behavior pulseaudio is detected and shown in winecfg. Clicking Test Sound results in Sound.

Screenshots Expected: screenshot

Actual: screenshot_1

Desktop (please complete the following information):

scottyhardy commented 4 years ago

Hi @thomaspreece, I've tested this on an Ubuntu 18.04 VM and couldn't reproduce the issue - the Audio tab was populated and clicking Test Sound plays a sound. Could you please ensure you're using the latest docker-wine script and also try removing the persistent volume with docker volume rm winehome and see if you're still able to reproduce this problem?

scottyhardy commented 4 years ago

Closing as I can’t reproduce - feel free to reopen if there’s more relevant info and can be replicated