Failed to load map! Umap appears to be an asset file

Hey everyone,

whenever I try to open my project I get the following Error message:
“Failed to load map! PATH.umap appears to be an asset file.”

I know that I’m not the first one with this problem (google), but it seems that everybody is pretty clueless why it happens and how to restore the file. Are there any recent updates?

The last thing I did was I copied the project from another computer (it was working fine). Since then I haven’t touched the project again. The problem occurs with all umaps in the project, even with the backups. The UE4 version matches.

1 Like

Hey Rhiatz,

I have a couple of questions:

  • Does your file path have any special characters or spaces in it? If so, try moving it to one that doesn’t have any of those and see if the same issue occurs.
  • Does this issue happen in the project on the original computer (meaning the computer that you originally created the project on)?
  • It’s also possible that the file was corrupted somehow in attempting to convert it over to another PC. That’s why I’m curious as to whether or not it works on the original PC.

Thanks!

1 Like

Hey Sean,

  1. I had that idea as well an copied the project to the top of my folder structure, so the Path looked like this: C:\PROJECT - I guess that’s not the problem, but I’ll check once again just to be sure.

  2. Unfortunately I have no access to the original computer / project anymore. The hard drive was formatted, there is only the copy left.

  3. I guess that’s the case here. Is there any possibility to restore or ‘fix’ the files?

Thank you for your help!

Unfortunately, if the file is corrupted, and you are not using Source Control, the only way to restore the file would be to use a backup, which you have already stated is also not working for you. The best solution here would be to remove the maps and recreate them from scratch at this point. I recommend looking into using Source Control such as Git or Perforce in the future to prevent issues like this from occurring in the future.

Let me know if you have any further questions.

Have a great day

I have the exact same problem (now with multiple files) and the problem is occurring on the computer where they were created. I deleted the newest project cause I thought I got unlucky before, but the older bigger project I just tried opening and I got this same message. Now I’m actually worried because I don’t plan on deleting and starting over this one, since It’s my biggest project yet.

For anyone who’s going to have this problem, here’s how I solved:

  1. Go to Project SettingsMap and Modes
  2. Check the Editor Startup Map: I suppose you have your faulty map selected here.
  3. Click on it and select a default UE4 map (e.g. “StarterMap”)
  4. Close the settings, save (ctrl+s) and close UE4.
  5. Open UE4 again
  6. Follow all the previous steps again but this time, in the step 3, choose your map!
1 Like

My unreal crashes after trying to select the new default map version 4.21.2 tho

worked for me! thanks very much! :slight_smile:

If you are using GIT LFS, be sure to run

$git lfs pull

4 Likes

Worked for me as well! Thank You!!!

could you explain more about the $git lfs pull? cant find much on that but i may be searching poorly.

could you explain more about the $git lfs pull? cant find much on that but i may be searching poorly.

Hi all, UE5 preview 2. Having same issue. Following the suggestions above did not work. Everything worked fine on preview 1 and early access. any suggestions? Work around does not work. thank you

2 Likes

Hello everyone, I am pleased to bring you UE5 preview 2. I am experiencing the same issue. I have tried the suggestions above but they did not work. Previously, I was able to use preview 1 as well as early access. Could you suggest anything? The workaround does not seem to work. Thanks in advance.

2 Likes

Yup-- having same isssue in Preview2-- everything seems to be saving ok-- no errors but when I reopen it registers the error mentioned above and to have deleted my levels. very frustrating, the price of using a preview version i suppose.

1 Like

Same issue in UE5 preview too. Really hoping all my work isn’t lost. I am using version control, but it seems to have somehow screwed that up too.

$ git stash
fatal: C:\Program Files\Git\mingw64/libexec/git-core\git-stash cannot be used without a working tree.

Was going to just do this as an edit, but that’s broken too.

It looks like if you have EA installed with Preview and you try opening the project file directly, it will open in EA instead of Preview, and everything will break. Opening Preview and then opening the project from there seems to have fixed the problem.

work for me, thanks.

1 Like

this fixed the issue for me - thanks!!

Hello everyone, here is UE5 preview 2. I’m having the same problem. It was not possible to follow the suggestions above. Early access and preview 1 worked fine. Can you suggest anything? The workaround does not work. Thank you

1 Like