Skip to main content

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

Errors

A topic by liver consumer created 16 days ago Views: 43 Replies: 4
Viewing posts 1 to 2

Weapons dont appear when i Pick them up or stay on the same frame for 2 seconds and sometimes when i open the game it says something horrible has happend Sometimes after i import enemies sprites the game gets a stroke even though the sprites dont have spaces in the name

Developer

You might have unsupported symbols in the name. Can't say anything for sure without logs or screenshots

There wasent number or spaces in the name of the sprites ive had this error a few more times where the thing just stops working

Developer

Just like before - it's impossible to tell anything without logs or screenshots

(1 edit)

I Finnaly noticed the error log i have shitty vison, Anyways heres the log:

Source: mscorlib

Reason: Input string was not in a correct format.

Stack trace:    at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)

   at EasyFPSEditor15.Util.StringToFloat(String str)

   at EasyFPSEditor15.Editors.SetSpriteScale.TextBoxScaleTextChanged(Object sender, EventArgs e)

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

   at System.Windows.Forms.TextBoxBase.OnTextChanged(EventArgs e)

   at System.Windows.Forms.TextBoxBase.WmReflectCommand(Message& m)

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

   at System.Windows.Forms.TextBox.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)