Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

dr.fugazi

4
Posts
A member registered Aug 12, 2023

Recent community posts

Yes, projects folders are correct. I think it has something to do with adding too many textures or something (though as stated, my file sizes are all relatively small)

update: halved the resolution for all of my assets, seemed to work. After hours of putting something together a new problem has emerged, now whenever I try to test the game game.exe does not work and I cannot test.

(1 edit)

This is what's confusing. I checked my textures and everything was a couple hundred kb (whole textures folder was 40mb). Made a new one recently where the entire textures and assets were around 6mb total and got the same problem. Keeps happening and being temperamental and once it happens the project simply won't open ever again. 

Always get this message: something went horribly wrong and an unhandled exception has been caught. The editor will close now. Log was saved to error.log.

can't open a project, this is the log, what can i do?


Source: System.Drawing

Reason: Out of memory.

Stack trace:    at System.Drawing.Bitmap..ctor(String filename)

   at EasyFPSEditor15.ResourceTexture.Load(String path)

   at EasyFPSEditor15.Resources.LoadSinglelineResource(String path, 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)