mordentral / AdvancedSessionsPlugin

Advanced Sessions Plugin for UE4
https://www.vreue4.com
MIT License
537 stars 130 forks source link

[5.4] Advanced Sessions bugs & crashes. #88

Open MiraakDG opened 2 months ago

MiraakDG commented 2 months ago

Since I have upgraded our project to Unreal Engine 5.4 and upgraded the ASS plugin to 5.4 I noticed that the game will crash once I open our social in game menu where players can invite their friends. Also the function to check a friends "Status" isn't working in 5.4

Here are some examples:

image (UE 5.2)

image (UE 5.4)

mordentral commented 1 month ago

I had to remove it writing out the status to "fix" the crash as they changed the engine to refer to a steam subsystem function that is incorrectly implemented instead of the original implementation of the function. It generates an invalid string now that buffer overruns.

That fix has been in place for 2 or 3 weeks now, so likely right after this, if you want to get the latest. But the status string still won't work until epic fixes their code.