vexingcodes / dwarf-fortress-docker

Easily run Dwarf Fortress in an unprivileged Docker contianer.
15 stars 8 forks source link

No sound noVNC #2

Closed kmille36 closed 1 year ago

kmille36 commented 2 years ago

I tried, it no sound.

legojesus commented 1 year ago

I also had no sound. After connecting to the container and examining the logs, looks like audiostream doesn't have an actual IP address for "localhost".

I went into the supervisor.conf file in this repo and changed all "localhost" references to "127.0.0.1", rebuilt the docker image and things work as expected with sound.

legojesus commented 1 year ago

I managed to run Heroes of Might & Magic 3 with sound, check it out: https://github.com/legojesus/dos-games-in-browser-docker/tree/main/HoMM3

There's still a slight delay but it works!