Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.4] Advanced Sessions bugs & crashes. #88

Open
MiraakDG opened this issue Apr 30, 2024 · 2 comments
Open

[5.4] Advanced Sessions bugs & crashes. #88

MiraakDG opened this issue Apr 30, 2024 · 2 comments

Comments

@MiraakDG
Copy link

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
Copy link
Owner

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.

@o-super
Copy link

o-super commented Aug 12, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants