Cannot package my game no clue how to fix

So i recently created a game and i wanted to package it and at first packaging worked but the packaged result wasn’t working perfectly so i had to make some changes then repackage, then with no obvious reason as to what caused it unreal has started to fail to package my game completely. i was using 4.10 and i have tried verifying it, installed 4.11, uninstalling both and reinstalling 4.11 completely among other things. at this point i’m clueless as to how i can fix this and am worried i won’t be able to salvage my project at this point. It is a blueprint project and when i attempt to package the log says this… link text

honestly any help would be HUGELY appreciated because this project consumed a lot of my time and is the first thing i’ve actually been quite proud of concept wise and it would be a huge shame if i couldnt package it. thanks in advance, i will be checking this thread frequently and responding ASAP to try anything suggested/give additional info.

Try the following steps:

  • DISABLE unused plugins, especially experimental ones (80% of the time this is it) (Edit / Plugins) - don’t basic engine required plugins
  • right click content in content explorer and fix redirectors

Then this

  • delete most of /saved/, except config, screenshots and save game
  • delete /intermediate/, /build/, /binaries/
  • restart project
  • Try cooking, packaging

Hope this helps, let us know if it did it and what it was :slight_smile:

hey, i just tried this, i’m quite new at unreal so cant be sure i did it correctly, for example i presume you meant in the unreal folders on my pc to delete those things but in that root those folders weren’t there, i did remove every plugin i was reasonably sure wasn’t needed but i still couldnt package. Thank you for your help, do you have any other ideas or was i maybe doing something wrong.