I fully packaged my project in UE5, and in the output log there’s not a single warning nor error. No issues.
However, whenever I open the packaged project, I just get “Fatal Error” and it instantly crashes. The log (atleast what I assume is the log) “Manifest_UFSFiles_Win64” is not telling me anything has errors or anything critical that could be causing this issue. Would love some help on this one because been racking my brain on this for days.
Just want to restate that in the Output Log of the editor, when I packaged the project, it says “UATHelper: Packaging (Windows): LogInit: Display: Success - 0 error(s), 0 warning(s)”. So no warnings or errors are found, and my “Game Default Map” is setup correctly, and everything works properly in editor.
I faced the same issue today within the 5.0.3 version.
In my case, the reason for that was a reference to the empty level in the logic. In general, the main level blueprint logic referred to the level that was used for the level streaming. I cleaned the level earlier but didn’t remove the reference from the main level blueprint.
Once I removed the useless node, the packaged app stop crashing.