TripleA Logo TripleA Forum
    • TripleA Website
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Tags
    • Register
    • Login

    Error: could not connect to lobby

    Scheduled Pinned Locked Moved Player Help
    20 Posts 3 Posters 2.8k Views 3 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • I Offline
      Ironfalcon
      last edited by

      Nvm, it just started again. I was able to log in once and then when I exited and tried re logging in it did the error

      1 Reply Last reply Reply Quote 0
      • LaFayetteL Offline
        LaFayette Admin
        last edited by

        Nothing done to tweak things on the lobby side. Hard to say what would be going on. When/if seeing the issue, need to rule out some of the basics:

        • are you having an issue with general internet connectivity at that time?
        • is there a firewall kicking in? If you turn it off can you connect

        If you open a command prompt windows > run > "cmd", and then type "ping prod2-lobby.triplea-game.org", does it return a response back to you?

        The fact that the problem is inconsistent and somewhat local to you makes this a headscratcher.

        1 Reply Last reply Reply Quote 0
        • I Offline
          Ironfalcon
          last edited by

          @LaFayette said in Error: could not connect to lobby:

          ping prod2-lobby.triplea-game.org

          I was having some internet connection issues at the time, restarted the router and everything seems fine. I also made sure the firewall was off for the app and allowed everything. This was the response i got from the cmd prompt.

          41449fa6-5ea3-4660-aecb-5899500121ea-image.png

          1 Reply Last reply Reply Quote 0
          • LaFayetteL Offline
            LaFayette Admin
            last edited by

            That looks good @Ironfalcon

            My best guess is "negative-caching". IE: the network lookup of the lobby's address failed and your computer remembered it was an invalid or bad address. This would make the error a bit sticky. Then resetting everything perhaps that cleared it up.. I'm really kinda searching for straws here for an explanation.

            Let us know though if you continue to see the problem and if you need to frequently reset your router.

            You should be able to turn firewall back and would need to be sure you have made the proper exceptions in the firewall for TripleA. Turning it off was partially to debug if that was the thing that was blocking the connection.

            1 Reply Last reply Reply Quote 0
            • I Offline
              Ironfalcon
              last edited by

              Alright, I will. Thanks for helping out though, I really appreciate it. I should mention I also tried other things like uninstall, reinstall, updating java, and updating windows with no effect.

              1 Reply Last reply Reply Quote 1
              • I Offline
                Ironfalcon
                last edited by

                I keep getting the same error, I tried reinstalling the game to day but no luck again. I had a question though about why it still has my previous game auto saves and the maps I've downloaded? Shouldn't those get deleted when I uninstall?

                1 Reply Last reply Reply Quote 0
                • F Offline
                  ff03k64
                  last edited by

                  Saved games and downloads go to your my documents folder, not the regular installation folder. That is a common occurrence for a lot of games. It lets you keep any special settings you might have if you uninstall and reinstall.

                  I 1 Reply Last reply Reply Quote 0
                  • I Offline
                    Ironfalcon @ff03k64
                    last edited by

                    @ff03k64 Okay

                    1 Reply Last reply Reply Quote 0
                    • LaFayetteL Offline
                      LaFayette Admin
                      last edited by

                      @Ironfalcon try running from command prompt:

                      Telnet prod2-lobby.triplea-game.org 443
                      

                      If that connects, then the network path from you to the lobby is open. If that connects and the game is having issues at the same time, that would be interesting. If it does not connect, it would be completely expected for the game to have the same problem.

                      To see what a 'failing telnet' looks like, just mangle the port number, ie:

                       telnet prod2-lobby.triplea-game.org 4430
                      

                      You can also see what a success looks like by connecting to a well known domain too, like:

                      Telnet google.com 443
                      

                      We're kinda bringing out the big guns for debugging here..

                      I 1 Reply Last reply Reply Quote 1
                      • I Offline
                        Ironfalcon @LaFayette
                        last edited by

                        @LaFayette it says that "'Telnet' is not recognized as an internal or external command,
                        operable program or batch file."

                        I 1 Reply Last reply Reply Quote 0
                        • I Offline
                          Ironfalcon @Ironfalcon
                          last edited by

                          @Ironfalcon I figured out why it said that, it was because I had to enable Telnet in windows cause i discovered it is off by default. I typed in the command and it connected just fine.

                          1 Reply Last reply Reply Quote 0
                          • LaFayetteL Offline
                            LaFayette Admin
                            last edited by

                            Please double check that if telnet connects and the game is not able to. Trying to rule something very glitchy perhaps going on with network. Resetting router and computer are the best bets.

                            If you continue to see Telnet working but the game not, I don't know if there are any really easy solutions. We should still try to rule out variables like turning off firewall and anything else that could be blocking the network connection.

                            We might have to look at the error handling around the lobby connection and push out a prerelease version with updated error messaging to better diagnose this. We're running out of straws and Telnet working but the application not indicates it's a problem in the game somewhere.

                            1 Reply Last reply Reply Quote 1
                            • I Offline
                              Ironfalcon
                              last edited by

                              @LaFayette I tried again several times for both and the Telnet connected each time and the game did not. Just to make sure that I know its actually connecting is this what its supposed to look like when connected? 40e8e02b-4e93-41ca-8167-ddc19208ecc8-image.png

                              1 Reply Last reply Reply Quote 0
                              • I Offline
                                Ironfalcon
                                last edited by

                                afa86631-d94d-4070-b7bc-5dad25ec9579-image.png

                                I restarted the router again and it is consistently working now lol.

                                1 Reply Last reply Reply Quote 0
                                • I Offline
                                  Ironfalcon
                                  last edited by

                                  nvm, it was working for a while and then it disconnected and keeps giving me the error.

                                  1 Reply Last reply Reply Quote 0
                                  • LaFayetteL Offline
                                    LaFayette Admin
                                    last edited by

                                    Yeah, for some reason your router is seemingly freaking out..

                                    Instead of 'telnet', also try the 'tracert' command, ie:

                                    tracert prod2-lobby.triplea-game.org
                                    

                                    If you do that when you're able to connect and save the route listing, you'll see what it is supposed to look like. Then when you're not able to connect it could be interesting as you'll see where the packets are going (or rather not going, where they are dropping off).

                                    It does seem like the work around is to reset your router.. I'm not sure if we can get much better. The game ideally would give you some more diagnostic information, but again it's odd that you can still connect via telnet and the app not...

                                    1 Reply Last reply Reply Quote 0
                                    • I Offline
                                      Ironfalcon
                                      last edited by

                                      @LaFayette said in Error: could not connect to lobby:

                                      tracert prod2-lobby.triplea-game.org

                                      Here is the one I tried after restarting the router. 3114c5d7-9f9c-48bb-bf3b-aa31d4e08f26-image.png

                                      and the one of it not working33c0a16b-029f-4f25-8006-921a347837f4-image.png

                                      1 Reply Last reply Reply Quote 0

                                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                      With your input, this post could be even better 💗

                                      Register Login
                                      • 1 / 1
                                      • First post
                                        Last post
                                      Copyright © 2016-2018 TripleA-Devs | Powered by NodeBB Forums