ehough / docker-kodi

Dockerized Kodi with audio and video
https://hub.docker.com/r/erichough/kodi/
GNU General Public License v3.0
237 stars 58 forks source link

Crash after entering Settings/System/Audio and Settings/System/Input #43

Open zozidalom opened 3 years ago

zozidalom commented 3 years ago

The UI crashes when I try to enter those two menu points. Sometimes it only freezes for like 15s, sometimes forever and I have to restart the container. Any ideas about this?

What I see in the container log:

image

The command I use to start the container:

x11docker --xorg                                 \
            --pulseaudio                           \
            --gpu                                  \
            --homedir /ssd/kodi    \
            -- -v /ssd/kodi/media:/media:ro -- \
            erichough/kodi

@ehough Any ideas about this?