I'm experiencing a bug that appears to be the same as issues #752 and #768, but I'm encountering it on version 1.17.1. The root cause may be related to either Kivy (possibly https://github.com/kivy/kivy/issues/9023) or Python. I found a couple of workarounds: - `pip install kivy==2.3.0` with git cloned Katrain - Making the play_sound() function in katrain/gui/sound.py blank KaTrain version: v1.17.1 Installation method: `pipx install katrain` Python version: 3.12.3 OS: Ubuntu 24.04 Thanks!