My guess would that a value in the ini file is not correct. Either it’s missing or not in proper number format.
I have a problem withstring format, can anyone know how to fix this?
Kunitachi Hineru
0
Reputation points
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 THMHJ.PadState.InitPad(IniFiles ini)
at THMHJ.Main.Initialize()
at Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun)
at THMHJ.Program.Main(String[] args)
Developer technologies C#
11,567 questions
1 answer
Sort by: Most helpful
-
Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
2023-06-12T15:14:14.05+00:00