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)
dr.fugazi
Recent community posts
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)