I’ve been duplicating and saving a map as I iterate on it. I was able to save the most recent iteration but upon trying to open the map, UE4 crashes. The crash log states the following error message:
“Error: Old level package /Game/Maps/StylizedStreet_04 not cleaned up by garbage collection while loading new map!”
And goes on to specifically refer to the post-process volume in the map, which is using a post-process material.
I’m out of my depth here and any help resolving the issue would be much appreciated.
For anyone else that sees this post, if you get similar errors relating to memory leaks etc on specific level actors and the duplication fix doesn’t work first time. Just keep duplicating. Duplicating the level and opening will work eventually. for me it was duplication No.6 Many thanks Myxsup