Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Hi! Absolutely loving using this program!
When I open a project in the PRO version I'm greeted with this error message and the program crashes-

I can create a new project and use the program as usual but before too long the same error message starts popping up and the project becomes impossible to open.


This only occurs in the PRO version so right now I'm sticking to LITE. Again, absolutely love this project, very happy I supported it even though it's not playing ball right now.

Error log below:

Source: mscorlib
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.ResourceEnemy.FromStrings(ArrayList strings)
   at EasyFPSEditor15.Resources.LoadMultilineResource(String path, Int32 linesNumber, Int32 type)
   at EasyFPSEditor15.Resources.LoadAllResources(String dataPath)
   at EasyFPSEditor15.Editor.OpenProject()
   at EasyFPSEditor15.MainForm.OpenProjectToolStripMenuItemClick(Object sender, EventArgs e)
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.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)

It happens to me a lot, I always hope that it will be fixed in the next update!

I honestly have no idea what is going on. Too little info.

If you have empty .dat files, then your project was somehow corrupted.

This _might_ occur if you enter a letter in a textbox that doesn't support this however I added a check for that.

Oh hmn, maybe it's because I used an é character in the game's title?

Probably. But unlikely. It reads the name as a string so there shouldn't be any problem with that