You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
crashes when joining a map.
here are the first few lines of the error:
[error]: An unhandled error has occurred.
[error]: System.MissingMethodException: Method not found: 'osu.Framework.Bindables.Bindable`1 osu.Framework.Graphics.UserInterface.CircularProgress.get_Current()'.
[error]: at osu.Game.Rulesets.Soyokaze.Skinning.SkinnableHoldProgress..ctor()
[error]: at osu.Game.Rulesets.Soyokaze.Objects.Drawables.DrawableHold.load()
[error]: at osu.Game.Rulesets.Soyokaze.Objects.Drawables.DrawableHold.<>c.b__25_0(Object t, IReadOnlyDependencyContainer d)
The text was updated successfully, but these errors were encountered:
Thanks for the notification! Seems the auto-updater stopped working because osu! moved to a new .NET version, which I had no idea about. Should be fixed with latest release (#171).
crashes when joining a map.
here are the first few lines of the error:
[error]: An unhandled error has occurred.
[error]: System.MissingMethodException: Method not found: 'osu.Framework.Bindables.Bindable`1 osu.Framework.Graphics.UserInterface.CircularProgress.get_Current()'.
[error]: at osu.Game.Rulesets.Soyokaze.Skinning.SkinnableHoldProgress..ctor()
[error]: at osu.Game.Rulesets.Soyokaze.Objects.Drawables.DrawableHold.load()
[error]: at osu.Game.Rulesets.Soyokaze.Objects.Drawables.DrawableHold.<>c.b__25_0(Object t, IReadOnlyDependencyContainer d)
The text was updated successfully, but these errors were encountered: