Remarks
Possible statuses for the availability of desktop crossplay functionality.
See Also
EOS_Platform_GetDesktopCrossplayStatus
Values
EOS_EDesktopCrossplayStatus
Enumerated Value | Meaning |
---|---|
EOS_DCS_OK | Desktop crossplay is ready to use. |
EOS_DCS_ApplicationNotBootstrapped | The application was not launched through the Bootstrapper. |
EOS_DCS_ServiceNotInstalled | The redistributable service is not installed. |
EOS_DCS_ServiceStartFailed | The service failed to start. |
EOS_DCS_ServiceNotRunning | The service was started successfully, but is no longer running in the background, for an unknown reason. |
EOS_DCS_OverlayDisabled | The application has explicitly disabled the overlay through SDK initialization flags. |
EOS_DCS_OverlayNotInstalled | The overlay is not installed. As the overlay is automatically installed and kept up-to-date by the redistributable service, this indicates that the user may have separately manually removed the installed overlay files. |
EOS_DCS_OverlayTrustCheckFailed | The overlay was not loaded due to failing trust check on the digital signature of the file on disk. This error typically indicates one of the following root causes: - The Operating System's local certificate store is out of date. - The local system clock has skewed and is in the wrong time. - The file has been tampered with. - The file trust check timed out, either due to an issue with the local system or network connectivity. The first troubleshooting steps should be to check for any available Operating System updates, for example using the Windows Update, as well as verifying that the system time is correctly set. |
EOS_DCS_OverlayLoadFailed | The overlay failed to load. |