-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seeking in a replay causes a miss on a 0 miss score #13352
Comments
I'm pretty sure this isn't a new issue and has been around for a while, but I can't actually find an open issue tracking this. |
I'm unable to reproduce. |
This replay was done in osu!lazer, so it shouldn't have a classic mod applied. I am sure the linked beatmap and replay file is correct |
It seems like current osu!lazer is always adding classic mod even for plays done in lazer. Sorry for confusion. I could reproduce the issue by commenting out |
This problem also persists if you don't seek in the replay. For example in this Beatmap (https://osu.ppy.sh/beatmapsets/1115124#osu/2580606 [The 4* Version]) if you Watch the Top Replay from the User "Rizer" in the Global Leaderboard, there will be at least one Miss, even though there shouldn't be any, because the Score is an SS. |
@minasminas That is a separate issue. To keep the scope of this issue minimal, please open another issue for issues of replay done in osu!stable. |
So, the miss is in a slider head.
A hit circle uses the
The issue is this |
Had a look at this again and got this on video, does this still line up with the theory ekrctb had? Screen.Recording.2022-02-09.at.21.11.11.mp4Also see: #16833 (reply in thread) |
no, that looks like a separate different issue. note the hit error meter, the timing of the stream at ~1:08 completely changes after rewinds. also note that the previous comments were talking about sliders not hitcircles. |
Only way I come up with to solve this issue is always recording previous frame as well as the current frame when an action is pressed. I think this is useful for increasing robustness against many frame rate-dependent situations. |
Describe the bug: Watching a replay of a score I set on osu!lazer, there will always be a miss on the same slider, if you seek through the replay.
The score was set on this beatmap: https://osu.ppy.sh/beatmapsets/471285#osu/1007403
And this is the exported replay file (in zip format for github upload):
Sinamer playing Lindsey Stirling - Master of Tides (LunaSaika) [Violin Dance].zip
Screenshots or videos showing encountered issue:
Clip.21.mp4
osu!lazer version: 2021.602.0
Logs:
runtime.log
performance.log
The text was updated successfully, but these errors were encountered: