Skip to content
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

Medal unlock animation sometimes soft-locks the entire game #30626

Open
TempheX193 opened this issue Nov 14, 2024 · 4 comments
Open

Medal unlock animation sometimes soft-locks the entire game #30626

TempheX193 opened this issue Nov 14, 2024 · 4 comments
Assignees
Labels
area:results priority:1 Very important. Feels bad without fix. Affects the majority of users. type:reliability

Comments

@TempheX193
Copy link

Type

Game behaviour

Bug description

I'm guessing this happened because the song ended before that it should.

Screenshots or videos

2024-11-10.17-11-55.mp4

Version

2024:1009.1-lazer

Logs

(Couldn't exports logs due to the softblock"

@Joehuu
Copy link
Member

Joehuu commented Nov 14, 2024

(Couldn't exports logs due to the softblock"

You can relaunch the game. The logs from last sessions are retained for 7 days.

@Joehuu Joehuu added the missing details Can't move forward without more details from the reporter label Nov 14, 2024
@TempheX193
Copy link
Author

(Couldn't exports logs due to the softblock"

You can relaunch the game. The logs from last sessions are retained for 7 days.

Thanks, I didn't know that !
This happened in November 10th

Here are the logs

compressed-logs.zip

@Joehuu
Copy link
Member

Joehuu commented Nov 15, 2024

In 1731268699.runtime.log, the game was attempting to display a medal you got:

2024-11-10 20:07:32 [verbose]: Song select changing beatmap from "SPYAIR - I Wanna Be... (TV Size) (hypercyte) [Ipas' Insane]" to "SPYAIR - I Wanna Be... (TV Size) (hypercyte) [Shiinoha's Easy]"
2024-11-10 20:07:32 [verbose]: Game-wide working beatmap updated to SPYAIR - I Wanna Be... (TV Size) (hypercyte) [Shiinoha's Easy]
2024-11-10 20:07:32 [verbose]: Song select working beatmap updated to SPYAIR - I Wanna Be... (TV Size) (hypercyte) [Shiinoha's Easy]
2024-11-10 20:07:36 [verbose]: 📺 OsuScreenStack#248(depth:4) suspended PlaySongSelect#160 (waiting on PlayerLoader#321)
2024-11-10 20:07:36 [verbose]: 📺 OsuScreenStack#248(depth:5) loading PlayerLoader#321
2024-11-10 20:07:36 [verbose]: 📺 OsuScreenStack#248(depth:5) entered PlayerLoader#321
2024-11-10 20:07:41 [verbose]: Score submission token retrieved (395367929)
2024-11-10 20:07:41 [verbose]: Starting high performance session
2024-11-10 20:07:41 [verbose]: 📺 OsuScreenStack#248(depth:5) suspended PlayerLoader#321 (waiting on SoloPlayer#431)
2024-11-10 20:07:41 [verbose]: 📺 OsuScreenStack#248(depth:6) entered SoloPlayer#431
2024-11-10 20:07:41 [verbose]: GameplayClockContainer seeking to 0
2024-11-10 20:07:42 [verbose]: GameplayClockContainer started via call to StartGameplayClock
2024-11-10 20:07:42 [verbose]: GameplayClockContainer seeking to 4819
2024-11-10 20:08:03 [verbose]: Received beatmap updates 1 updates with last id 8679308
2024-11-10 20:08:08 [verbose]: Received beatmap updates 2 updates with last id 8679310
2024-11-10 20:08:13 [verbose]: Received beatmap updates 1 updates with last id 8679311
2024-11-10 20:08:23 [verbose]: Received beatmap updates 1 updates with last id 8679312
2024-11-10 20:09:03 [verbose]: Received beatmap updates 1 updates with last id 8679313
2024-11-10 20:09:06 [verbose]: Beginning score submission (token:395367929)...
2024-11-10 20:09:09 [verbose]: Score submission completed! (token:395367929 id:3837299912)
2024-11-10 20:09:09 [verbose]: Queueing medal unlock for "Stumbler" (1 to display)
2024-11-10 20:09:10 [verbose]: 📺 OsuScreenStack#248(depth:6) suspended SoloPlayer#431 (waiting on SoloResultsScreen#649)
2024-11-10 20:09:10 [verbose]: 📺 OsuScreenStack#248(depth:7) loading SoloResultsScreen#649
2024-11-10 20:09:10 [verbose]: 📺 OsuScreenStack#248(depth:7) entered SoloResultsScreen#649
2024-11-10 20:09:13 [verbose]: Received beatmap updates 1 updates with last id 8679314
2024-11-10 20:09:14 [verbose]: Preparing to display "Stumbler"
2024-11-10 20:09:18 [verbose]: Received beatmap updates 1 updates with last id 8679315
2024-11-10 20:10:13 [verbose]: Received beatmap updates 2 updates with last id 8679317
2024-11-10 20:10:18 [verbose]: Received beatmap updates 1 updates with last id 8679318
2024-11-10 20:12:04 [verbose]: Received beatmap updates 1 updates with last id 8679319
2024-11-10 20:12:26 [verbose]: 📺 OsuScreenStack#248(depth:6) exit from SoloResultsScreen#649
2024-11-10 20:12:26 [verbose]: 📺 OsuScreenStack#248(depth:6) resume to SoloPlayer#431
2024-11-10 20:12:26 [verbose]: 📺 OsuScreenStack#248(depth:5) exit from SoloPlayer#431
2024-11-10 20:12:26 [verbose]: 📺 OsuScreenStack#248(depth:5) resume to PlayerLoader#321
2024-11-10 20:12:26 [verbose]: Ending high performance session
2024-11-10 20:12:26 [verbose]: 📺 OsuScreenStack#248(depth:4) exit from PlayerLoader#321
2024-11-10 20:12:26 [verbose]: 📺 OsuScreenStack#248(depth:4) resume to PlaySongSelect#160

I'm not sure what happened.

@Joehuu Joehuu added area:results type:reliability and removed missing details Can't move forward without more details from the reporter labels Nov 15, 2024
@frenzibyte frenzibyte added the priority:1 Very important. Feels bad without fix. Affects the majority of users. label Nov 17, 2024
@frenzibyte frenzibyte changed the title Osu!Lazer "Softblocked" after playing a map that said it last "1:30", but only lasted at least 10 seconds. Medal unlock animation sometimes soft-locks the entire game Nov 17, 2024
@peppy peppy self-assigned this Nov 22, 2024
@TempheX
Copy link

TempheX commented Nov 22, 2024

Yay I helped :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:results priority:1 Very important. Feels bad without fix. Affects the majority of users. type:reliability
Projects
None yet
Development

No branches or pull requests

5 participants