Hi there,
I’ve been recently trying to implement EOS login, but when i start a server, i get this message:
[2023.08.18-10.57.06:111][  0]LogConsoleManager: Warning: Console object named ‘EOSVoiceChat.FakeAudioInputEnabled’ already exists but is being registered again, but we weren’t expected it to be! (FConsoleManager::AddConsoleObject)
[2023.08.18-10.57.06:112][  0]LogConsoleManager: Warning: Console object named ‘EOSVoiceChat.ChannelEchoEnabled’ already exists but is being registered again, but we weren’t expected it to be! (FConsoleManager::AddConsoleObject)
[2023.08.18-10.57.06:146][  0]LogRuntimeOptionsBase: Error: A conflicting CVar ‘ro.CacheDir’ already exists when trying to register a runtime option for the property UEIKSettings::CacheDir
[2023.08.18-10.57.06:147][  0]LogRuntimeOptionsBase: Error: A conflicting CVar ‘ro.DefaultArtifactName’ already exists when trying to register a runtime option for the property UEIKSettings::DefaultArtifactName
[2023.08.18-10.57.06:148][  0]LogRuntimeOptionsBase: Error: A conflicting CVar ‘ro.TickBudgetInMilliseconds’ already exists when trying to register a runtime option for the property UEIKSettings::TickBudgetInMilliseconds
[2023.08.18-10.57.06:148][  0]LogRuntimeOptionsBase: Error: A conflicting CVar ‘ro.bEnableOverlay’ already exists when trying to register a runtime option for the property UEIKSettings::bEnableOverlay
[2023.08.18-10.57.06:149][  0]LogRuntimeOptionsBase: Error: A conflicting CVar ‘ro.bEnableSocialOverlay’ already exists when trying to register a runtime option for the property UEIKSettings::bEnableSocialOverlay
[2023.08.18-10.57.06:149][  0]LogRuntimeOptionsBase: Error: A conflicting CVar ‘ro.bEnableEditorOverlay’ already exists when trying to register a runtime option for the property UEIKSettings::bEnableEditorOverlay
[2023.08.18-10.57.06:150][  0]LogRuntimeOptionsBase: Error: A conflicting CVar ‘ro.bShouldEnforceBeingLaunchedByEGS’ already exists when trying to register a runtime option for the property UEIKSettings::bShouldEnforceBeingLaunchedByEGS
[2023.08.18-10.57.06:151][  0]LogRuntimeOptionsBase: Error: A conflicting CVar ‘ro.TitleStorageReadChunkLength’ already exists when trying to register a runtime option for the property UEIKSettings::TitleStorageReadChunkLength
[2023.08.18-10.57.06:151][  0]LogRuntimeOptionsBase: Error: A conflicting CVar ‘ro.bUseEAS’ already exists when trying to register a runtime option for the property UEIKSettings::bUseEAS
[2023.08.18-10.57.06:152][  0]LogRuntimeOptionsBase: Error: A conflicting CVar ‘ro.bUseEOSConnect’ already exists when trying to register a runtime option for the property UEIKSettings::bUseEOSConnect
[2023.08.18-10.57.06:152][  0]LogRuntimeOptionsBase: Error: A conflicting CVar ‘ro.bMirrorStatsToEOS’ already exists when trying to register a runtime option for the property UEIKSettings::bMirrorStatsToEOS
[2023.08.18-10.57.06:153][  0]LogRuntimeOptionsBase: Error: A conflicting CVar ‘ro.bMirrorAchievementsToEOS’ already exists when trying to register a runtime option for the property UEIKSettings::bMirrorAchievementsToEOS
[2023.08.18-10.57.06:153][  0]LogRuntimeOptionsBase: Error: A conflicting CVar ‘ro.bUseEOSSessions’ already exists when trying to register a runtime option for the property UEIKSettings::bUseEOSSessions
[2023.08.18-10.57.06:154][  0]LogRuntimeOptionsBase: Error: A conflicting CVar ‘ro.bMirrorPresenceToEAS’ already exists when trying to register a runtime option for the property UEIKSettings::bMirrorPresenceToEAS
[2023.08.18-10.57.06:155][  0]LogEOSSDK: Initializing EOSSDK Version:1.15.5-24099393
[2023.08.18-10.57.06:155][  0]LogEOSSDK: Warning: EOS_Initialize failed error:EOS_AlreadyConfigured
[2023.08.18-10.57.06:159][  0]LogOnline: Error: EOS: FOnlineSubsystemEOS: failed to initialize the EOS SDK with result code (15)
How can i fix it?