Bug when i try to open my packaged game

Hi everyone,

So I packaged my project, everything went really fine, no errors or waring in the logs. But when I try to open my exe file, this shows up

245901-fdp.png

Please help me. I beg you

Hi,
the only thing I could find is this solution

Ok, the workaround is to define UE_ENGINE_DIRECTORY in your pch header.
In my case it looks like this:
#define UE_ENGINE_DIRECTORY …/…/…/Epic Games/UE_4.16/Engine/
The project folder and Epic Games folder are siblings.

from this post: FICUInternationalization

If that doesn’t help, try to delete your saved and intermediate folder in the project,
verify your engine version (in the epic launcher) and check out the crash logs in the packaged game,
maybe theres something in it

Thanks for helping me out but I’ve found the solution a bit later after I asked the question (and before your aswer). I read the solution on reddit : https://www.reddit.com/r/unrealengine/comments/792h9s/can_somebody_explain_me_this_errors/

It fails just because there are spaces in my project name