Skip to main content

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

Fatal error when creating map on windows 11

A topic by DrDeathStudios created Jul 03, 2024 Views: 173 Replies: 3
Viewing posts 1 to 2

Hello, i'm trying to create a map, I have tried with different version of the program and changing the folder but nothing seems to work, it crashes when I try to create a map, look at the error log, please someone help me

Source: mscorlib

Reason: No se puede encontrar una parte de la ruta de acceso 'C:\Users\blabla\Downloads\EasyFPSEditor_CE_V1.10.4\Maps\as.eem'.

Stack trace:    en System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

   en System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)

   en System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)

   en System.IO.FileStream..ctor(String path, FileMode mode)

   en EasyFPSEditor15.Map.Save(Boolean prompt)

   en EasyFPSEditor15.MainForm.ButtonCreateMapClick(Object sender, EventArgs e)

   en System.Windows.Forms.Control.OnClick(EventArgs e)

   en System.Windows.Forms.Button.OnClick(EventArgs e)

   en System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)

   en System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)

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

   en System.Windows.Forms.ButtonBase.WndProc(Message& m)

   en System.Windows.Forms.Button.WndProc(Message& m)

   en System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)

   en System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)

   en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

For some reason it didn't created a folder with a project. Strange.

I changed the folder, open the editor as administrator, nothing seems to work and this is my first time trying this, don't know what to do

> 'C:\Users\blabla\Downloads\EasyFPSEditor_CE_V1.10.4\Maps\as.eem'.

Doesn't seem you changed anything, Maps folder is still in main, when it's supposed to be like:

'C:\Users\blabla\Downloads\EasyFPSEditor_CE_V1.10.4\Projects\ProjectName\Maps\as.eem'.