You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
(UE 5.2)
(UE 5.4)
The text was updated successfully, but these errors were encountered:
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.
MiraakDG In 5.4 the friend same game status is actually not working with a "Development" compiled version uploaded on Steam, however if you compile a "Shipping" version then it will work.
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:
(UE 5.2)
(UE 5.4)
The text was updated successfully, but these errors were encountered: