1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-12 01:07:25 +08:00
osu-lazer/osu.Game/Screens
Dean Herbert cafe30fc4d Fix potential crash during shutdown sequence if intro playback was aborted
Fixes one of the audio related `ObjectDisposedException`s
(https://sentry.ppy.sh/organizations/ppy/issues/92/events/12f282f048cb4a4fae85810e8a70b68d/?project=2&query=is%3Aunresolved&sort=freq&statsPeriod=7d).

Ran into this while testing locally. See
`IntroScreen.ensureEventuallyArrivingAtMenu` for the related cause of
this happening (forced continuing to next screen if the intro doesn't
load in time).
2022-07-12 15:20:30 +09:00
..
Backgrounds Move event handlers to LoadComplete 2022-07-08 15:09:16 +09:00
Edit Fix editor playing object samples while paused after cancelling exit 2022-07-09 12:14:39 -07:00
Import Automated #nullable processing 2022-06-17 16:37:17 +09:00
Menu Fix potential crash during shutdown sequence if intro playback was aborted 2022-07-12 15:20:30 +09:00
OnlinePlay Merge pull request #19065 from Ludio235/master 2022-07-12 13:22:38 +09:00
Play Fix custom rulesets not importing scores at all 2022-07-07 14:49:23 +09:00
Ranking Update parameter discards 2022-06-24 21:26:19 +09:00
Select Fix song select placeholder not showing convert hint for custom rulesets 2022-07-07 14:46:51 +09:00
Spectate Automated #nullable processing 2022-06-17 16:37:17 +09:00
Utility Remove unnecessary null casts 2022-06-24 14:50:11 +09:00
BackgroundScreen.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
BackgroundScreenStack.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
IHandlePresentBeatmap.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
IHasSubScreenStack.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
IOsuScreen.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
IPerformFromScreenRunner.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
Loader.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuScreen.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuScreenDependencies.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuScreenStack.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
ScorePresentType.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
ScreenWhiteBox.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
StartupScreen.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00