Skip to main content

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

The new version doesn't work

A topic by FredRichi created Mar 13, 2024 Views: 214 Replies: 2
Viewing posts 1 to 2

When I open Easy FPS Editor CE v1.9.5 all is crashes. The previous version was good.


Error.log is like that:


Source: EasyFPSEditor_CE

Reason: Method not found: 'Int64 System.DateTimeOffset.ToUnixTimeSeconds()'.

Stack trace:    at EasyFPSEditor15.MainForm.MainFormLoad(Object sender, EventArgs e)

   at System.Windows.Forms.Form.OnLoad(EventArgs e)

   at System.Windows.Forms.Form.OnCreateControl()

   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)

   at System.Windows.Forms.Control.CreateControl()

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

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

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

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

   at System.Windows.Forms.Form.WmShowWindow(Message& m)

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

Developer(+3)

You'll need .net framework 4.6 or later to run the editor: https://dotnet.microsoft.com/en-us/download/dotnet-framework/net46
And if the games don't run, you may need to update your visualC++ to 2019: https://aka.ms/vs/16/release/vc_redist.x86.exe

Now all is great! Thanks a lot for your help! You're the best of the best =)