Port zero !?

When I host a custom Internet game, I select « auto port », and I then usually get to host through port 6073.

But sometimes, the auto-port option makes me host through « Port 0 ». Is that a bug ? What does it mean ?

I have to exit the program and come back to be able to host with port 6073 again.

People can join my games through 6073, but I've never seen someone join when I host with 0.

By the way, I can host, but I have never been able to join any game : it tries to connect and never does.

I'm behind a router, with no added firewall.

2,566 views 9 replies
Reply #1 Top

When Hosting, restart the game completly before. Your port wont be 0 anymore.

Reply #2 Top

Yes it is a bug.  As wag stated, to solve this restart the game after every hosted game.  This will likely be fixed in the next week or two.

Reply #3 Top

Thanks to both of you ! I had guessed that restarting the game was then required, but I was not certain what « Port 0 » meant and if it was a bug. Your replies clarify the matter.

Reply #4 Top

I get real old real quick though ;)

Reply #5 Top

This is pretty much how it works:

 

                if port == 0 then
                    port = 6073
                end

Reply #6 Top

Quoting Chirmaya, reply 5
This is pretty much how it works:


                if port == 0 then
                    port = 6073
                end
End of Chirmaya's quote

Sorry : I do not understand what you mean by that.

Reply #7 Top

what (i think) Chirmaya is saying, is; it may say port zero, but it really means 6073.

Reply #8 Top

Yupyup. If you have it set to port 0, then it just uses 6073.