coderespawn / dungeon-architect-ue4-issues

6 stars 0 forks source link

Cannot join sessions when enabling DA [OnlineSubsystem / UE5.0.2] #31

Open coderespawn opened 2 years ago

coderespawn commented 2 years ago

Check multiplayer on standalone server

https://discord.com/channels/233207002463993857/234155775101108226/983544596720140329 https://pastebin.com/Csxsft7L

blackpanther989 commented 2 years ago

Hi Ali,

Over the last day or so I have had a chance to really dig into this and I now no longer think its a problem with DA. I have been using the project launcher to run my packaging and after doing some compares and cleans of ( Saved, Intermediate, binaries, etc folders ) I believe I may have found why the MP Sessions are not working.

I found that in the projects saved/config folder for the config I was building in the engine.ini file there were duplicated lines/entries and it would seem that this might be caused by the "Make Binary config file for faster runtime startup times" setting in the Package section of project launcher config.

I've disabled this and it seems to be working as I do not see the files getting re-generated and the builds seem to be working and connecting through steam properly.

I apologize if this caused any problems / confusion.. thanks for a great product and support.