-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Crash after clicking to watch gameplay replay #28216
Labels
Comments
Something is very wrong here.
Why is this attempting to show a sentakki score of all things? @HappyMC-Dev can you attach |
bdach
added
the
missing details
Can't move forward without more details from the reporter
label
May 20, 2024
osu.zip |
Yes, thanks, that explains it. |
bdach
removed
the
missing details
Can't move forward without more details from the reporter
label
May 20, 2024
bdach
added a commit
to bdach/osu
that referenced
this issue
May 20, 2024
Closes ppy#28216. The affected user's database contained six sentakki scores with an empty hash. When an online score is being imported, an online model (which does not have a hash) will be transmogrified into a `ScoreInfo` with an empty hash, which would end up accidentally matching those scores and basically breaking everything at that point. To fix, avoid attempting to match anything on empty hash. This does not break online score matching because for those cases the actual online ID of the score will be used.
bdach
added a commit
to bdach/osu
that referenced
this issue
May 20, 2024
Closes ppy#28216. The affected user's database contained six sentakki scores with an empty hash. When an online score is being imported, an online model (which does not have a hash) will be transmogrified into a `ScoreInfo` with an empty hash, which would end up accidentally matching those scores and basically breaking everything at that point. To fix, avoid attempting to match anything on empty hash. This does not break online score matching because for those cases the actual online ID of the score will be used.
This was referenced May 20, 2024
TextAdventurer12
pushed a commit
to TextAdventurer12/osu
that referenced
this issue
Jul 6, 2024
Closes ppy#28216. The affected user's database contained six sentakki scores with an empty hash. When an online score is being imported, an online model (which does not have a hash) will be transmogrified into a `ScoreInfo` with an empty hash, which would end up accidentally matching those scores and basically breaking everything at that point. To fix, avoid attempting to match anything on empty hash. This does not break online score matching because for those cases the actual online ID of the score will be used.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Type
Crash to desktop
Bug description
General steps to reproduce this problem:
Start osu and go to the homepage --> click play --> click solo --> select a beatmap --> click any result on the left ranking list --> click download replay --> (after downloading is complete) click watch replay --> Game crashes
I'm not sure if this is my problem 🤔 so I ask you guys to look into this error. If it’s a bug, please fix it😊
I'm not very good at communicating in English, so please forgive me if there are any grammatical errors!
Screenshots or videos
bandicam.2024-05-20.00-29-44-477.mp4
Version
2024.519.1-lazer
Logs
compressed-logs.zip
The text was updated successfully, but these errors were encountered: