I have a nasty error in logs while using Epic Online Service…
I have registered my application on https://dev.epicgames.com/portal/ to get everything for EOS plugin to work…
In DefaultEngine.ini i have added things that are written on The EOS Online Subsytem (OSS) Plugin | Unreal Engine Documentation
[OnlineSubsystemEOS]
bEnabled=true
[OnlineSubsystem]
DefaultPlatformService=EOS
[/Script/Engine.GameEngine]
+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="OnlineSubsystemEOS.NetDriverEOS",DriverClassNameFallback="OnlineSubsystemUtils.IpNetDriver")
[/Script/OnlineSubsystemEOS.NetDriverEOS]
bIsUsingP2PSockets=true
This is the error that I get…
LogOnline: Warning: OSS: TryLoadSubsystemAndSetDefault: OnlineFactories does not contain [EOS]
LogOnline: OSS: Creating online subsystem instance for: NULL
LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for module [NULL]
LogOnline: Warning: OSS: EOSPlus failed to find the native OSS!
...
[2022.04.09-06.14.00:879][465]LogOnline: OSS: Creating online subsystem instance for: EOS
[2022.04.09-06.14.00:879][465]LogOnline: Warning: OSS: EOS API failed to initialize!
[2022.04.09-06.14.00:879][465]LogOnline: OSS: Unable to create OnlineSubsystem module EOS
[2022.04.09-06.14.00:879][465]LogOnline: OSS: Creating online subsystem instance for: NULL
[2022.04.09-06.14.00:881][465]LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for module [NULL]
Please enyone, help me