Epic Online Services overlay not showing

Currently using EOS sdk and even after a succesful login i can’t show the overlay. Some internal function of the SDK seems to be failing, anyone got an idea why?

LogTemp: Warning: [EOS SDK] LogEOSUI: Social Overlay: Initital DisplaySettings{ Visible(FALSE) ExclusiveInput(FALSE) HitBox(unset) }
LogTemp: Warning: [EOS SDK] LogEOSUI: Social Overlay: Retry[3] setup of friends overlay: EOS_UI_SocialOverlayLoadError

If i launch the Sample using DirectX it works fine, if i select the SDL configuration is fails with the same msg. (Tried to find anything on their documentation but it’s really poor, same as their support)

i recommend asking this question in discord server EOS room .lost of active devs there

My sanity thanks you. i totally forgot about discord

Did you find it? Because we have the same problem and I’m not really interested in messaging the devs in discord. If I have too I have too but if you still know it please let me know.

For anyone who has this problem. make sure you initialize the platform as soon as possible, and with that i mean before any other gfx system you have implemented. If you are working with UE4 i suggest making a submodule and make it load on PostConfigInit.

yes, i added the solution as answer