-
-
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
Game stuck in main menu screen after opening from editor link #29975
Comments
I guess there's this:
but I wouldn'r expect this to have the effect shown on the video necessarily...? |
Sentry issue: OSU-10XH |
I've confirmed the above exception cannot happen in our official codebase. This is due to a custom ruleset doing weird font loading.
This is happening because a font is being added to the font store post initial game load. We could guard against this but I'm not sure it's our responsibility to do so. Maybe it is because |
If it can be made safe then sure. Exception to tell people off that they shouldn't be doing that is also fine I guess. |
Type
Game behaviour
Bug description
clicked osu://edit/00:18:277 (18277|0,18277|1,18384|2,18384|1) which ended up opening lazer, and after reaching the main menu, I noticed the osu circle wasn't coloured in, the top bar was missing, and clicking the cookie resulted in no behaviour. The shortcut commands still worked, though the music could not be paused either.
1727109241.runtime.log should have the corresponding error related to this issue.
Opening the game a second time this way did not have the same issue, so this appears to be a one-off issue.
Screenshots or videos
lazerstuckinmenu.mp4
Version
2024.906.2-lazer
Logs
compressed-logs.zip
The text was updated successfully, but these errors were encountered: