-
Notifications
You must be signed in to change notification settings - Fork 143
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
UE 5.51: Unable to find sessions #100
Comments
I am also having issues with 5.51, for 3 days been trying to connect with just the basic 3rd person, and simple host and join code. |
Did you update to the latest binaries for 5.5 or are you using 5.4's / the very first binaries for 5.5. I have to fake session results in 5.5 because epic is improperly formatting sessions results now. Though it was making sessions unjoinable not unfindable, not finding sessions would be on the subsystems end. The BP nodes just bind to the search finished event to fire off. |
I have the very latest version, i even reinstalled it right now, and the same happens. |
does the steam overlay show up for you? |
Just something to keep in mind for Steam overlay, if you start your game with "-log -newconsole" it may disable steam overlay! We had this on our game. |
Without steam sockets the invalid MS is normal, unsure why there is no game name but that would be on the setup end of things. If that is an old session that is sticking around you need to be sure you destroy session when exiting. |
Not sure what to tell you without getting a direct debug instance on your session result, but the issues is very likely not in AS |
hmmmm, i dont have any other plugins installed. It just happened when i updated the project and the plugin from 5.4 to 5.5 |
Yes, the project and the plugin, that is an engine change. |
I see. What should I do then? |
load up the log in a development build and see what it says |
Hi, I had the same problem with the 480 app, I just entered my game ID, and everything worked out (which I got in the steam feed) |
I just doubled checked my DefaultEngine.ini and im still getting the issue even though I have my SteamDevAppId entered in, i have the steam feed but like it just wont even find matches now, its also giving me Failure Received, then connection lost errors on the client the moment the server makes a lobby even though the client hasn't started looking for the lobbies yet, which makes no sense to me |
oh and im not necroing the thread, im just mentioning I have the exact same error from 5.4.4 -> 5.5.1 with sessions not being found at all, but I did find that out and I don't know if its exclusive to my game or if its also happening to others. This error corresponds with it happening Then when I go to search for the lobbies it just comes back empty (unless you host the lobby as lan and then search for the lobby as lan than the lobby will show up) |
That log is showing the active subsystem being the lan one, you can't even load the steam subsystem in a PIE context. |
Hello! So recently I updated my project from 5.4.4 to 5.5.1 along with the AdvancedSteamSessions plugin. Before updating everything was working fine but in this version I can create sessions but i can’t find them.
![Captura de pantalla 2024-12-30 182319](https://private-user-images.githubusercontent.com/109739968/399452285-09a4e4ce-4c75-4fd2-b4e6-e2c2df0498b2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NjY4NTUsIm5iZiI6MTczOTQ2NjU1NSwicGF0aCI6Ii8xMDk3Mzk5NjgvMzk5NDUyMjg1LTA5YTRlNGNlLTRjNzUtNGZkMi1iNGU2LWUyYzJkZjA0OThiMi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QxNzA5MTVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1hYzZhNzhkMDU4OTBlOGNkMWFjOTFiMDFmYTdjOGVkYzY4MTMyYjcyY2E1ODI4ZDgzNTAyNGFlNzVjZjFhMTg2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.gGRpAprco2BgzVULBNQuu5qNc6dkJx3BHTFsdU2TPoI)
The “On Failure” event doesnt execute, it only gets stuck searching sessions.
btw, here’s my DefaultEngine.ini:
The text was updated successfully, but these errors were encountered: