Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

i have an issue with where when i attempt to open my project it says "fatal error" when I look at the issue in the log, it says "

Reason: Input string was not in a correct format.

Stack trace:    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 System.Convert.ToInt32(String value)

   at EasyFPSEditor15.ResourceDecoration.FromStrings(ArrayList strings)

   at EasyFPSEditor15.Resources.LoadMultilineResource(String path, Int32 linesNumber, Int32 type)

   at EasyFPSEditor15.Resources.LoadAllResources(String dataPath)

   at EasyFPSEditor15.Editor.OpenProject(String name)

   at EasyFPSEditor15.ProjectsList.Button1Click(Object sender, EventArgs e)

   at System.Windows.Forms.Control.OnClick(EventArgs e)

   at System.Windows.Forms.Button.OnClick(EventArgs e)

   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)

   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)

   at System.Windows.Forms.Control.WndProc(Message& m)

   at System.Windows.Forms.ButtonBase.WndProc(Message& m)

   at System.Windows.Forms.Button.WndProc(Message& m)

   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)

   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)

   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)"

can someone help me figure this out?

Probably entered some unsupported symbols or added a spacebar in you sprites names.

Use CE version, it's more stable in this regard. 1.6 is heavily outdated compared to CE.

thank you for responding, last night I ran the EFPSE unofficial bug fixer tool in the directory, and it solved the problem!