Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Opening old projects

A topic by SixSausageSunday created 79 days ago Views: 99 Replies: 2
Viewing posts 1 to 2

Howdy!

I figure this will have had to have been answered before, but i'm screwed if I can find it. I've got a project that was last created in pro that i'd like to play with but CE crashes every time I try to open it. Here's the log -

Source: mscorlib

Reason: Unable to read beyond the end of the stream.

Stack trace:    at System.IO.BinaryReader.FillBuffer(Int32 numBytes)

   at System.IO.BinaryReader.ReadInt16()

   at EasyFPSEditor15.Map.Load(String path)

   at EasyFPSEditor15.Editor.LoadMap(Int32 index)

   at EasyFPSEditor15.MainForm.ListBoxMapsSelectedIndexChanged(Object sender, EventArgs e)

   at System.Windows.Forms.ListBox.OnSelectedIndexChanged(EventArgs e)

   at System.Windows.Forms.ListBox.set_SelectedIndex(Int32 value)

   at EasyFPSEditor15.Editor.OpenProject(String name)

   at EasyFPSEditor15.ProjectsList.listBox1_DoubleClick(Object sender, EventArgs e)

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

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

Is there a solution or am I screwed?

Cheers guys!

Developer

Sounds like you might be loading maps that were made before the map format was updated.
Try opening your map files (in the Maps/ folder) with the tool on this update post: https://jessicochan.itch.io/easy-fps-editor-lite/devlog/345722/update-4

Make sure you backup your project first, just in case something goes wrong.

That was it, thankings muchly!