StrangeLoopGames / EcoIssues

131 stars 21 forks source link

Saved recents with a port different from the default don't get loaded #8044

Closed MarjieAVolk closed 5 years ago

MarjieAVolk commented 6 years ago
  1. Change game port for local server
  2. Direct connect to local server using new port - connection succeeds
  3. Exit world and go back to join screen
  4. The 'recents' listing for the local server gets an empty line (expected while waiting for a response), but never gets the response it needs to fill out the line

image

I debugged this a bit, and it looks like the client is calling NetworkManager.obj.client.GetServerInfo(favorite.Address, favorite.GamePort); with what looks like the correct address and game port. Haven't dug into it more than that.

elfl0rd commented 6 years ago

LAN servers too :)

MarjieAVolk commented 6 years ago

The LAN section only scans for servers on the default port. Unfortunately I think that's just how it's got to be, since that's how the LAN scanning works.

elfl0rd commented 6 years ago

Sounds as "no changes planned" :(

elfl0rd commented 6 years ago

"LAN too" - you can make (localhosted) server with specific port, and can make LAN server with specific port. But they available, visiple trough MS, but info is not loaded.

elfl0rd commented 6 years ago

And yes, i understand about LAN section is not find server vith port not 3000. But LAN server with changed port is not loaded in recent too :(

MarjieAVolk commented 6 years ago

Oh, yes that I will try to fix.