Taiko2k/TauonMusicBox

Player shuts down when OS goes to sleep mode

joaocerca opened this issue · 4 comments

I am using Rocky Linux 9 and every time OS goes to sleep mode the application simply shuts down. When I restart it, there is no possibility of knowing which track was playing.
Tauon_Music_Box_screenshot

Can you run tauon from terminal and copy the output after it crashes?

(For Flatpak its flatpak run com.github.taiko2k.tauonmb)

This is the result of the troubleshooting. Can this be a lack of glibc libraries locally?

image

Fatal glibc error: tpp.c:83 (__pthread_tpp_change_priority): assertion failed: new_prio == -1 || (new_prio >= fifo_min_prio && new_prio <= fifo_max_prio) /app/bin/com.github.taiko2k.tauonmb.sh: line 14: 3 Aborted (core dumped) python3 /app/bin/tauon.py "$@"

Any updates on the issue?

Since the error is coming from glibc, and that I can't replicate it, its likely not a bug in Tauon specifically but in glibc or another system component or dependency. Its sort of out of my scope to debug this. I'd anticipate that the issue should be resolved in a future system update.