ppy / osu

rhythm is just a *click* away!
https://osu.ppy.sh
MIT License
15.45k stars 2.3k forks source link

BPM dependent animations stops after selecting a few songs #23486

Closed Lorsoen closed 1 year ago

Lorsoen commented 1 year ago

Type

Game behaviour

Bug description

So it's been apparently mentionned and adressed in issue #20059 but i've been able to reproduce it and here's my diagnosis :

Those 2 last workarounds work until selecting songs again, either through the Solo Play ot the Now Playing menus.

Config:

Screenshots or videos

https://github.com/ppy/osu/assets/133251163/3f61a8ce-a616-4d1f-a39b-378b1dccb4cf

Version

2023.511.0

Logs

database.log input.log performance.log runtime.log updater.log

soopax commented 1 year ago

This happens to me too, but it happens on both multithreaded and singlethreaded. Edit: wording

bdach commented 1 year ago

Can reproduce with single-threaded.

peppy commented 1 year ago

This is looking to be a deep bug within DecoupleableInterpolatingFramedClock (great).

I'll look into it.