When I clicked on the Skin Select button, this error popped up.
An error has occurred.
System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at osu.Graphics.SkinManager.LoadSkinRaw(String skinName)
at osu.GameModes.Menus.OptionsSkin..ctor(Game game)
at osu.GameBase.ChangeModeCallback(Object sender, EventArgs e)
at osu.GameBase.ChangeModeInstant(GameStates newMode)
at osu.GameModes.Menus.Options.changeSkin_OnClick(Object sender, EventArgs e)
at osu.Graphics.Sprites.pSprite.Click()
at osu.Graphics.Sprites.SpriteManager.GameBase_OnClick(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at osu.Input.MouseHandler.DoOnClick()
at osu.Input.InputManager.UpdateFrame()
at osu.GameBase.Update(GameTime gameTime)
at Microsoft.Xna.Framework.Game.Tick()
at Microsoft.Xna.Framework.Game.HostIdle(Object sender, EventArgs e)
at Microsoft.Xna.Framework.GameHost.OnIdle()
at Microsoft.Xna.Framework.WindowsGameHost.ApplicationIdle(Object sender, EventArgs e)
at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDoIdle(Int32 grfidlef)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at Microsoft.Xna.Framework.WindowsGameHost.Run()
at Microsoft.Xna.Framework.Game.Run()
at osu.Program.Main()
And it did it after I downloaded LuigiHann's Ouendan 1 skin V 1.5.
Can someone help me?
An error has occurred.
System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at osu.Graphics.SkinManager.LoadSkinRaw(String skinName)
at osu.GameModes.Menus.OptionsSkin..ctor(Game game)
at osu.GameBase.ChangeModeCallback(Object sender, EventArgs e)
at osu.GameBase.ChangeModeInstant(GameStates newMode)
at osu.GameModes.Menus.Options.changeSkin_OnClick(Object sender, EventArgs e)
at osu.Graphics.Sprites.pSprite.Click()
at osu.Graphics.Sprites.SpriteManager.GameBase_OnClick(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at osu.Input.MouseHandler.DoOnClick()
at osu.Input.InputManager.UpdateFrame()
at osu.GameBase.Update(GameTime gameTime)
at Microsoft.Xna.Framework.Game.Tick()
at Microsoft.Xna.Framework.Game.HostIdle(Object sender, EventArgs e)
at Microsoft.Xna.Framework.GameHost.OnIdle()
at Microsoft.Xna.Framework.WindowsGameHost.ApplicationIdle(Object sender, EventArgs e)
at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDoIdle(Int32 grfidlef)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at Microsoft.Xna.Framework.WindowsGameHost.Run()
at Microsoft.Xna.Framework.Game.Run()
at osu.Program.Main()
And it did it after I downloaded LuigiHann's Ouendan 1 skin V 1.5.
Can someone help me?