Navigation

    TripleA Logo

    TripleA Forum

    • Register
    • Login
    • Search
    • TripleA Website
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Tags

    Game crashes

    Player Help
    5
    15
    720
    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.
    • David Hájek
      David Hájek last edited by

      When i launch triplea everithing seems ok, but after selecting map and starting game triplea crashes.
      here is my log:

      Sep 27, 2020 2:57:00 PM org.triplea.game.client.HeadedGameRunner lambda$initializeClientSettingAndLogging$0
      SEVERE: null
      java.lang.ExceptionInInitializerError
      at games.strategy.net.LocalNoOpMessenger.<init>(LocalNoOpMessenger.java:16)
      at games.strategy.engine.framework.startup.launcher.LocalLauncher.loadGame(LocalLauncher.java:66)
      at games.strategy.engine.framework.startup.launcher.LocalLauncher.launch(LocalLauncher.java:59)
      at games.strategy.engine.framework.startup.ui.panels.main.MainPanelBuilder.lambda$buildMainPanel$0(MainPanelBuilder.java:47)
      at java.base/java.lang.Thread.run(Thread.java:834)
      Caused by: java.lang.IllegalStateException: java.net.UnknownHostException: linux-bl18: linux-bl18: Name or service not known
      at games.strategy.net.Node.<clinit>(Node.java:30)
      ... 5 more
      Caused by: java.net.UnknownHostException: linux-bl18: linux-bl18: Name or service not known
      at java.base/java.net.InetAddress.getLocalHost(InetAddress.java:1642)
      at games.strategy.net.Node.getLocalHost(Node.java:47)
      at games.strategy.net.Node.<clinit>(Node.java:28)
      ... 5 more
      Caused by: java.net.UnknownHostException: linux-bl18: Name or service not known
      at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
      at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(InetAddress.java:929)
      at java.base/java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1515)
      at java.base/java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:848)
      at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1505)
      at java.base/java.net.InetAddress.getLocalHost(InetAddress.java:1637)
      ... 7 more

      What is going on?

      B 1 Reply Last reply Reply Quote 0
      • B
        beelee @David Hájek last edited by

        Hi @David-Hájek
        Are you trying to host a game ? Does it work ok in local mode if so ?

        1 Reply Last reply Reply Quote 0
        • David Hájek
          David Hájek last edited by

          Hi
          this report is from local game

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

            Random questions that might help.

            New game or loading a save game?
            Does it do it every time?
            Does it do it on different maps? What map is this?
            What version of triplea are you running?
            What OS are you running?

            Panther 1 Reply Last reply Reply Quote 1
            • B
              beelee @David Hájek last edited by

              @David-Hájek Hmm...bummer. Might try asking @RoiEX or @Panther. Might be some sorta security issue. Have you had it working in the past ?

              David Hájek 1 Reply Last reply Reply Quote 0
              • Panther
                Panther Admin Moderators @ff03k64 last edited by

                @ff03k64 said in Game crashes:

                Random questions that might help.

                New game or loading a save game?
                Does it do it every time?
                Does it do it on different maps? What map is this?
                What version of triplea are you running?
                What OS are you running?

                @David-Hájek
                I second these questions.

                David Hájek 1 Reply Last reply Reply Quote 0
                • LaFayette
                  LaFayette Admin last edited by LaFayette

                  Also please check your /etc/hosts file that you have a localhost entry on the 127.0.0.1 line, eg:

                  127.0.0.1       localhost
                  
                  1 Reply Last reply Reply Quote 0
                  • David Hájek
                    David Hájek @beelee last edited by

                    @beelee
                    First time trying in on this computer. On another computer, same OS, same version of triplea works fine

                    1 Reply Last reply Reply Quote 0
                    • David Hájek
                      David Hájek @Panther last edited by

                      @Panther said in Game crashes:

                      New game
                      It does every time and on all maps
                      I have version 2.2.20868
                      OS - OpenSuse Leap 15.2

                      Also, the error sign says "ExceptionInInitializerError"

                      1 Reply Last reply Reply Quote 0
                      • David Hájek
                        David Hájek last edited by

                        @LaFayette Should be fine

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

                          @David-Hájek said in Game crashes:

                          linux-bl18

                          Is " linux-bl18" the name of the machine you are playing on?

                          What happens if you run:

                          ping linux-bl18
                          ping localhost
                          
                          David Hájek 1 Reply Last reply Reply Quote 0
                          • LaFayette
                            LaFayette Admin last edited by

                            The error is saying that java can't resolve the IP address of localhost. It is perhaps doing that by hostname. The /etc/hosts config is my suspicion.

                            David Hájek 1 Reply Last reply Reply Quote 0
                            • David Hájek
                              David Hájek @LaFayette last edited by

                              @LaFayette
                              Dejfles@linux-bl18:~> ping linux-bl18
                              ping: linux-bl18: Name or service not known
                              Dejfles@linux-bl18:~> ping localhost
                              PING localhost(localhost (::1)) 56 data bytes
                              64 bytes from localhost (::1): icmp_seq=1 ttl=64 time=0.121 ms
                              64 bytes from localhost (::1): icmp_seq=2 ttl=64 time=0.150 ms
                              64 bytes from localhost (::1): icmp_seq=3 ttl=64 time=0.151 ms
                              64 bytes from localhost (::1): icmp_seq=4 ttl=64 time=0.149 ms
                              64 bytes from localhost (::1): icmp_seq=5 ttl=64 time=0.157 ms

                              1 Reply Last reply Reply Quote 0
                              • David Hájek
                                David Hájek @LaFayette last edited by David Hájek

                                @LaFayette This is my etc/hosts:
                                127.0.0.1 localhost

                                ::1 localhost ipv6-localhost ipv6-loopback

                                fe00::0 ipv6-localnet

                                ff00::0 ipv6-mcastprefix
                                ff02::1 ipv6-allnodes
                                ff02::2 ipv6-allrouters
                                ff02::3 ipv6-allhosts

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

                                  Hmm, the ipv6 localhost might be a problem 🤔

                                  Kinda grasping at straws.

                                  On my machine I have:

                                  127.0.0.1       localhost
                                  127.0.1.1       dan-xps
                                  
                                  # The following lines are desirable for IPv6 capable hosts
                                  ::1     ip6-localhost ip6-loopback
                                  

                                  Note that 'localhost' is only for the ipv4 address.

                                  1 Reply Last reply Reply Quote 0
                                  • 1 / 1
                                  • First post
                                    Last post
                                  Copyright © 2016-2018 TripleA-Devs | Powered by NodeBB Forums