Getting the following error

I cannot load my game and am getting the following error when I load

MachineId:1E85A9424B504CD7B84F0DB45C3ECA70
EpicAccountId:12d2501309564b629191a18393f75fb9

You do not have any debugging symbols required to display the callstack for this crash.

Hey Simon2030,

This is the reason you’re seeing the crash: Attempted to seek past the end of file (755072/53248), file: F:/TomTrev/TomTrev/Content/FirstPersonBP/Maps/FirstPersonExampleMap.umap. The file is most likely corrupt.

It is do to a corrupt asset (which in your case seems to be your FirstPersonExampleMap).

Here’s what you can do:

  • Check your project’s Saved->Backups folder for an older version of FirstPersonExampleMap.umap. If you find one in there, just move it into your project’s Content folder and replace the corrupted version.
  • Remake the map from scratch (unfortunately with a corrupted asset this often is one of the better ways to get the project back up and running again).
  • Remove the map from the project entirely and it should open. Meaning delete the .umap file from your Content folder in your project directory.

Have a great day