Error Message:
Web Remote Call deserialization error: Object: /Game/Chimera/Maps/DedicatedServerStart.DedicatedServerStart:PersistentLevel.BP_DedicatedServerSettingsActor_C_1.DedicatedServerSettingsComp does not exist.
Cause: This error appears when attempting to use Server Manager after a saved game has been loaded.
Solution: This is expected behavior and not actually an error. Once a server has loaded a save file, it can no longer be controlled through Server Manager. You will need to manage the server through configuration files or restart it without DSSettings.txt to make changes.
If you're using DSSettings.txt then you can no longer manage the server via the in game Server Manager, you can simply join your server right away.
Error Message:
More than one server at this IP, please specify port
Cause: When a server is not shut down properly (e.g., force closed or crashed), Epic Online Services (EOS) retains a stale registration for that server instance.
Solution: Wait approximately 5 minutes for the stale server record to automatically expire from EOS. After this timeout period, you should be able to connect to your server normally. To avoid this issue in the future, always shut down your server cleanly using the proper shutdown command.
(Special thanks to Jasminchen for the instructions)
The EOS_NoConnection error indicates that the application failed to establish a secure connection to Epic Online Services (EOS). In affected environments, this is commonly caused by missing root certificates required to validate TLS connections.
You may observe one or more of the following:
SSL certificate problem: unable to get local issuer certificate
EOS_NoConnection
Install the following two certificates into your machines Certificate Store
Download both certificates:
Amazon Root CA 1
https://starrupture.agngaming.com/ssl_fix/Amazon Root CA 1.crt
Amazon RSA 2048 M01
https://starrupture.agngaming.com/ssl_fix/Amazon RSA 2048 M01.crt
.crt files to your local machine.Note: You may need to restart the whole system.