Dedicated server crash on startup. Critical Error

I’m trying to get a dedicated server working but whenever I launch it, it shuts down immediately. Here’s a screenshot of the errors it gives:

How can I fix this?

I found the solution. For some reason, the game doesn’t package with Physx dll files. All I had to do was take them from (UE4 Engine Directory)\Engine\Binaries\ThirdParty\PhysX\Win(architecture)\VS(version)\ and then copy them into the corresponding directory for the packaged game: (Packaged Game Directory)\Engine\Binaries\ThirdParty\PhysX\Win(architecture)\VS(version)\

Here is a link to the answer where I found this solution: Running a server: Failed to load module 'PxFoundationPROFILE_x64.dll' - Programming & Scripting - Unreal Engine Forums