Guys I’m pretty sure I just figured this out.
-
A new, community-hosted Unreal Engine Wiki - Announcements - Unreal Engine Forums In the tutorial under step 5 after you open the project file in Visual Studio, then select “Development Editor”, then right click on your game and click “Build”, it says that you need to select the “Development Server” and build the game again. What you need to do is instead of selecting “Development Server” is select “Shipping Server” and then build it.
-
You have make sure that you’re packaging the game as “Shipping” not “Development”.
3)Then once you follow the other steps in the tutorial, you’ll get to the point where you copy over the “GameServer.exe” file from your project folder at “ProjectFolder\Binaries\Wind64” into your packaged game at “MyGame\WindowsNoEditor\MyGame\Binaries\Win64” Instead of copying “GameServer.exe” copy “GameServer-Win64-Shipping” instead.
That’s what fixed the issue for me. I believe this could be caused by certain plugins. I’m using advanced sessions and I believe that’s what caused the issue for me. If any further clarification is needed, leave a comment and I’ll try to assist if I can.