UE4 packaged game does not load

Hello, iv recently made a project with UE4 and it was based on the endless runner tutorial. Now it ran smoothly in the editor but after i have packaged the game to test how it would run but, the problem is that the packaged game doesn’t load, it just runs in the background. The window explorer also stops responding when i’v launched the game.

the image shows that the game runs in the background but it doesn’t actually load up.

73518-2.png

Hello,

See in my printscreen, the folders I got, when I package.
It seems that some time the good exe are generated in engine\binaries folder, and the content, in “yourprojectname” directory.
I simply copy/paste the exe from engine\binaries to myproject\binaries folder, and launch exe from this folder.

Can you try?