Can't run my server

I packaged my game and tried to run the server and I get error messages and the application crashes.

The log:
link text

Hey -

Does the crash occur when testing dedicated server inside the editor or only crash the packaged server? You can test this by checking the box for “Run Dedicated Server” in the dropdown list next to the Play button. If the crash doesn’t occur in the editor, does the crash occur if you packaged a dedicated server of a new project?

I tried on a new project but I can’t even get that to package for a different reason. It only crashes on the packaged server.

Looking at the logs provided, it seems to be failing when checking for a node added to a graph. This sounds to me like the server is trying to access something that is either client only or trying to reference something that hasn’t been set.

Also, I noticed that you marked your post that you’re using the master branch. Are you able to copy the project to a different engine version (such as the release branch) and package again?

That was my mistake I’m actually using the release branch.

I attempted to run the server exe in the unpacked project and I get this error:
I think it may be connected?

What happens when you use “Run Dedicated Server” from within the editor? Can you provide the setup steps for your project? I have not been able to reproduce the behavior you’ve described on my end and want to ensure I’m following the same setup you’re using.

Hey -

We have not heard back from you in a few days, so we are marking this post as Resolved for tracking purposes. If you are still experiencing the issue you reported, please respond to this message with additional information and we will follow up.

Cheers