Just now, I keep getting this error message when I try to play a song:
An error has occurred.
System.NullReferenceException: Object reference not set to an instance of an object.
at osu.GameModes.Player.SubmitScore()
at osu.GameBase.OnExiting(Object sender, EventArgs args)
at Microsoft.Xna.Framework.Game.HostExiting(Object sender, EventArgs e)
at Microsoft.Xna.Framework.GameHost.OnExiting()
at Microsoft.Xna.Framework.WindowsGameHost.Run()
at Microsoft.Xna.Framework.Game.Run()
at osu.Program.Main()
It just happened after a run of "Can't Defeat Airman." It was working fine until now, so what's the problem with the scores?
An error has occurred.
System.NullReferenceException: Object reference not set to an instance of an object.
at osu.GameModes.Player.SubmitScore()
at osu.GameBase.OnExiting(Object sender, EventArgs args)
at Microsoft.Xna.Framework.Game.HostExiting(Object sender, EventArgs e)
at Microsoft.Xna.Framework.GameHost.OnExiting()
at Microsoft.Xna.Framework.WindowsGameHost.Run()
at Microsoft.Xna.Framework.Game.Run()
at osu.Program.Main()
It just happened after a run of "Can't Defeat Airman." It was working fine until now, so what's the problem with the scores?