Closed jorolf closed 6 years ago
crashes should never happen. further details would be useful.
how to: change "Ruleset" in game.ini to a non-existent ruleset
reason: the mod select overlay tries to create an instance of the ruleset which throws an exception https://github.com/ppy/osu/blob/master/osu.Game/Overlays/Mods/ModSelectOverlay.cs#L43
fix: check if the ruleset exists and if not reset it to the default
Closing as duplicate of #1499
Should this happen or should it revert back to the default one?