Unreal 5 package project won't open

Guys any clue why a UE5 “packaging” won’t open even if the packaging process is perfect? I tried all the solutions, on the web, but still …

I’ve had that issue lately. A packaged project didn’t run and it turned out one of the plugins I enabled for that project, Impostor Baker, was the culprit. Disabling it, restarting the editor as prompted and packaging the project again solved the issue for me.

So check any extra plugins you might have enabled in your project, maybe this helps you too.

1 Like

Did you find a solution to this? i’m having the same problem

Yeahh… aparently was the plugins, try that next time

Worked for me :
after packaging from UE5 the game won’t launch,
but a package from a new project is working correctly.
then VS installation is okay.
then I did these steps.

  • disable and enable a random plugin to make UE5 check his files.
  • creation c++ class like that my project will open in VS. I did a build there.
  • I restared everything then I build my project from UE5. and this time the package worked well.

I disable the project cleaner project
Packaging and starting the game worked
Thanks

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