Unable to use EOS

Hello, I’ve recently tried to implement EOS, but for some reason I get this errors:

LogOnline: Error: EOS: UEOSSettings::GetSelectedArtifactSettings() ArtifactName=[MyTestProject] no settings found.
LogOnline: Error: EOS: FOnlineSubsystemEOS::PlatformCreate() GetSelectedArtifactSettings failed
LogOnline: Warning: EOS: EOS API failed to initialize!


What am I doing wrong ?

EOS is deprecated:

Seems your artifact name is “MyTestProject” instead of “MyPersonal…”, which you specified as Default Artifact Name.

Try running gameprocess with -EpicApp=YourArtifactName

I just edited the page content in order to now show the real data, I did check the Artifact Name, and they were the same and still doesn’t work

Did you get any insights on this? I, too, have encountered the same ‘artifact not found’ issue you’re seeing.

Figured it out. My problem was that I had put a space in my EOS Product Name (“MyApp Test”) Rather than (“MyApp” or “MyAppTest”). This caused a failure deep in the EOS code (UEOSSettings::GetSelectedArtifactSettings(FEOSArtifactSettings& OutSettings)) because I was passing -EOSArtifactNameOverride='MyApp Test' instead of -EOSArtifactNameOverride="MyApp Test" on the command line.

I should have just stuck to the time-honored rule of “don’t use spaces in any names used by code.” :grinning:

Now, back to making games.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.