I have this problem only on server’s system with Windows server 2019 OS
it works fine on my own pc here is the Log file
RR.txt (79.3 KB)
cmd just closes without any errors
why is this happening
Does the server have C++ installed on it?
C++ Redistributable yes
I’m not sure can or not ue5 server run on basic graphics driver. You can try installing video driver.
as far as i know ,dedicated server has to work without GPU am i wrong?
Found few post that it doesn’t? Idk…
Also, this is your only errors:
Sometimes this means you missing plugins or missing VS C++ Game Dev.
Did you just made a copy of the server from a project folder or packeged it?
its the package file
Try this:
Create new project, don’t change anything, package server, try to run it on your server.
UPDATE:(Fixed)
Actually the real problem was in this line ,it doesnt look like an error but…
->LogNet: GameNetDriver IpNetDriver_2147482526 IpNetDriver listening on port 7777
when dedicated server was about to open that specefic port windows generated a warning in Event viewer (I Uploaded a screenshot) and then program closes with abort signal by windows
all this because of incompatible CPU (common kvm processor 2.5ghz)
its working fine now on this processor ->Intel(R) Xeon(R) CPU E5-2670 v2 @ 2.50GHz 2.49 GHz.
Glad to hear that you resolved your problem.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.