Hi. I’m trying to package my project, but it failed. I tried searching up some solutions, but I don’t really understand what I’m supposed to do to fix this. I’m relatively new to UE5, so sorry if this may seem like a stupid question.
This looks like you are trying to use the Epic Online Services (EOS), and it hasn’t been set up yet.
This link gives a full breakdown on EOS, but just ahead up in case you aren’t aware, it does state you need an organisation and product registered with them in order to make use of the services. What your errors show is that the credentials are invalid because they are left null/empty.
1 Like
OK, so I’ve disabled EOS and have also found out that the actual error was because I forgot to setup VS. Now, when I compile, I get this error instead.
OK, so I managed to solve it. First, I installed VS and set it up according to what’s written here:
Then, in Packaging settings, I disabled Use Pak File and Use IO Store. This then allowed me to package my game!