Why is my packaged game not launching?

Hello, I am making a multiplayer game and I recently got to a point where I fell comfortable play testing the project but after building the project, I am unable to test it because the game doest launch. My cursor just has the circular animation and stops after a few seconds. I have tried the built project on a different computer and still the same result.

I do have the advance sesion plugin installed and I have noticed the Binary folder isnt in the project as well, I dont know if this has anything to do with why it isnt working but im just giving all the info I can.

There could be a few potential causes for this issue. Here are a few things you can try to troubleshoot:

  • Check your output log files for any error messages or warnings that might indicate the cause of the problem.
  • Make sure that the project is fully built and that there are no errors in the build process.
  • Make sure that you have all the necessary dependencies installed and that they are up-to-date.
  • Check the Binary folder it should be in the project, if not you can try to delete the Intermediate and Binaries folder and rebuild the project again.
  • Try running the game in a non-editor mode, such as Standalone or Windows Client.
  • Try running the game as an administrator

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