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

    2.3 is Released!

    Scheduled Pinned Locked Moved News
    50 Posts 8 Posters 16.0k Views 7 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.
    • LaFayetteL Offline
      LaFayette Admin
      last edited by

      @Schulz , @Trevan , this update should help: https://github.com/triplea-game/triplea/pull/8031

      It looks like a map is dying in an unexpected way during parse and that is killing the whole game. Deleting all maps should be a very blunt force way of fixing that. If you download the very latest @Schulz , you should get an error message telling which XML is generating a problem and then you should be able to continue to select a different map. As-is, the validation during parse is going uncaught and I would imagine is killing the whole client.

      1 Reply Last reply Reply Quote 0
      • SchulzS Offline
        Schulz
        last edited by

        Even temporarily removing maps from "downloadedMaps" folder didn't help. Its all the same error message. I've downloaded most of maps from repository. I have never experiences similar thing before.

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

          @Schulz , would you mind installing the very latest and see if you get any different behavior: https://github.com/triplea-game/triplea/releases/tag/2.5.22237

          1 Reply Last reply Reply Quote 0
          • SchulzS Offline
            Schulz
            last edited by

            The same issue is still present unfortunately.

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

              @Schulz , kindly click the 'report to triplea' when you hit the error. That will give us more error information and hopefully something further to work on.

              1 Reply Last reply Reply Quote 0
              • SchulzS Offline
                Schulz
                last edited by

                https://github.com/triplea-game/triplea/issues/8047

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

                  Thanks @Schulz , it's a slightly different error there.

                  Please give: https://github.com/triplea-game/triplea/releases/tag/2.5.22257 a try.

                  1 Reply Last reply Reply Quote 0
                  • SchulzS Offline
                    Schulz
                    last edited by

                    error.png

                    Now, "select map" works fine but all maps are shown with this same error message. Not possible to open them.

                    Load games are still work.

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

                      Does the reported file path exist?

                      If you open the console @Schulz , is there more information? The console is available from 'settings > game', toggle the option of 'show console' to yes and then restart. Specifically i'm curious if the console has further information on game launch.

                      1 Reply Last reply Reply Quote 0
                      • SchulzS Offline
                        Schulz
                        last edited by

                        https://github.com/triplea-game/triplea/issues/8051
                        error2.png

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

                          @Schulz would you mind also checking the console? I'm really wondering if there is a preceding error we're not seeing.

                          1 Reply Last reply Reply Quote 0
                          • SchulzS Offline
                            Schulz
                            last edited by

                            How do I do that?

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

                              Ah, I'm not sure where my original comment went about the console.

                              In engine settings > game > show console = yes

                              Then restart the game. I'm most curious if there are any interesting error messages there on startup.

                              1 Reply Last reply Reply Quote 0
                              • SchulzS Offline
                                Schulz
                                last edited by

                                error3.png

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

                                  @Schulz you probably want to copy to clipboard, and then paste it here. That looks like there is a lot more info than is visible in your picture.

                                  1 Reply Last reply Reply Quote 0
                                  • SchulzS Offline
                                    Schulz
                                    last edited by

                                    Its just the same error message for every downloaded map.

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

                                      @Schulz , would you please, with the console open, click 'select games', then please send us the console contents. I'm curious if there is anything after the messages of the maps that were found and before the NPE that you are seeing.

                                      SchulzS 1 Reply Last reply Reply Quote 0
                                      • SchulzS Offline
                                        Schulz
                                        last edited by

                                        Kas 02, 2020 1:45:48 ÖS games.strategy.engine.framework.map.file.system.loader.AvailableGamesFileSystemReader lambda$parseMapFiles$0
                                        INFO: Found game: WW2 Path to Victory @ jar:file:/C:/Users/Acer/triplea/downloadedMaps/ww2_path_to_victory-master.zip!/ww2_path_to_victory-master/map/games/ww2_path_to_victory.xml

                                        Kas 02, 2020 1:45:48 ÖS games.strategy.engine.framework.map.file.system.loader.AvailableGamesFileSystemReader lambda$parseMapFiles$0
                                        INFO: Found game: Ultimate World: Revised @ jar:file:/C:/Users/Acer/triplea/downloadedMaps/ultimate_world-master.zip!/ultimate_world-master/map/games/Ultimate_World_-_Revised.xml
                                        ..........

                                        Kas 02, 2020 1:45:50 ÖS games.strategy.engine.data.gameparser.GameParser lambda$parse$0
                                        SEVERE: Could not parse:jar:file:/C:/Users/Acer/triplea/downloadedMaps/world_war_i_1914-master.zip!/world_war_i_1914-master/map/games/world_war_i_1914.xml, null
                                        java.lang.NullPointerException
                                        at games.strategy.engine.data.gameparser.GameParser.parseInfo(GameParser.java:319)
                                        at games.strategy.engine.data.gameparser.GameParser.parse(GameParser.java:129)
                                        at games.strategy.engine.data.gameparser.GameParser.lambda$parse$0(GameParser.java:110)
                                        at org.triplea.java.UrlStreams.openStream(UrlStreams.java:73)
                                        at games.strategy.engine.data.gameparser.GameParser.parse(GameParser.java:105)
                                        at games.strategy.engine.framework.startup.ui.panels.main.game.selector.GameSelectorModel.lambda$new$0(GameSelectorModel.java:58)
                                        at games.strategy.engine.framework.startup.ui.panels.main.game.selector.GameSelectorModel.parseAndValidate(GameSelectorModel.java:125)
                                        at games.strategy.engine.framework.startup.ui.panels.main.game.selector.GameSelectorModel.load(GameSelectorModel.java:98)
                                        at java.base/java.util.Optional.ifPresentOrElse(Optional.java:201)
                                        at games.strategy.engine.framework.startup.ui.panels.main.game.selector.GameSelectorModel.loadDefaultGameSameThread(GameSelectorModel.java:217)
                                        at games.strategy.engine.framework.GameRunner.showMainFrame(GameRunner.java:80)
                                        at java.base/java.lang.Thread.run(Thread.java:834)

                                        Kas 02, 2020 1:46:24 ÖS games.strategy.engine.data.gameparser.GameParser lambda$parse$0
                                        SEVERE: Could not parse:jar:file:/C:/Users/Acer/triplea/downloadedMaps/1941-master.zip!/1941-master/map/games/1941.xml, null
                                        java.lang.NullPointerException
                                        at games.strategy.engine.data.gameparser.GameParser.parseInfo(GameParser.java:319)
                                        at games.strategy.engine.data.gameparser.GameParser.parse(GameParser.java:129)
                                        at games.strategy.engine.data.gameparser.GameParser.lambda$parse$0(GameParser.java:110)
                                        at org.triplea.java.UrlStreams.openStream(UrlStreams.java:73)
                                        at games.strategy.engine.data.gameparser.GameParser.parse(GameParser.java:105)
                                        at games.strategy.engine.framework.startup.ui.panels.main.game.selector.GameSelectorModel.lambda$new$0(GameSelectorModel.java:58)
                                        at games.strategy.engine.framework.startup.ui.panels.main.game.selector.GameSelectorModel.parseAndValidate(GameSelectorModel.java:125)
                                        at games.strategy.engine.framework.startup.ui.panels.main.game.selector.GameSelectorModel.load(GameSelectorModel.java:98)
                                        at games.strategy.engine.framework.startup.ui.panels.main.game.selector.GameSelectorPanel.lambda$selectGameFile$8(GameSelectorPanel.java:399)
                                        at games.strategy.engine.framework.ui.background.BackgroundTaskRunner.lambda$runInBackground$0(BackgroundTaskRunner.java:45)
                                        at games.strategy.engine.framework.ui.background.BackgroundTaskRunner$1.doInBackground(BackgroundTaskRunner.java:108)
                                        at java.desktop/javax.swing.SwingWorker$1.call(SwingWorker.java:304)
                                        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
                                        at java.desktop/javax.swing.SwingWorker.run(SwingWorker.java:343)
                                        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
                                        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
                                        at java.base/java.lang.Thread.run(Thread.java:834)

                                        1 Reply Last reply Reply Quote 0
                                        • SchulzS Offline
                                          Schulz @LaFayette
                                          last edited by

                                          @LaFayette I think the issue is something to do with Ö. It is a letter in my language thats probably what cause the issue.

                                          For example I can't download and play world_war_ii_xxx series automatically like other players. Because they are downloaded as world_war_ıı_xxx (ı is another letter) hence I have to manually change ıı phreases to ii to play them.

                                          T 1 Reply Last reply Reply Quote 0
                                          • T Offline
                                            Trevan @Schulz
                                            last edited by

                                            @Schulz what version of Windows do you have and which languages do you have installed?

                                            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
                                            • 2
                                            • 3
                                            • 1 / 3
                                            • First post
                                              Last post
                                            Copyright © 2016-2018 TripleA-Devs | Powered by NodeBB Forums