Crashing when opening a specific project UE5.3.2

Hi everyone, I have been working on this project for a few months now, closed it on Friday afternoon, I tried to reopen it on Monday morning and this specific project keeps crashing with the following error:

Assertion failed: ReaderPos + Num <= ReaderSize [File:D:\build++UE5\Sync\Engine\Source\Runtime\Core\Public\Serialization\BufferReader.h] [Line: 52]

Does anyone know how I could fix this? Thank you in advance.

Posting an update for those with similar issues, it was crashing on startup because there is something still being references in the Default editor level. I had to go to the config file for the default editor and change the default editor level to one of the others. This at lease gave me access to the project again, but I now have to try and figure out what is missing.

Final conclusion is that the object was sitting in the scene outliner even after I deleted it out of the scene, so in order to fix it I created a backup of the file just in case, then deleted the file from the project, this then removed an reference to the object in the scene and allowed me to open the scene again.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.