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

    Read First!

    Scheduled Pinned Locked Moved Bug Reports
    24 Posts 6 Posters 14.5k Views 6 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.
    • Captain CrunchC Offline
      Captain Crunch Banned @LaFayette
      last edited by

      @LaFayette I basically thought a person would play this game and if they found a bug in the map they are playing that they would come to this forum (or the other forum?) and then be told to post a save game and then hopefully if the bug is important enough then some admin or dev would post the bug at Github for them?

      I am one who totally wouldn't want to give my email address to another forum or site like Github so my above assessment is the minimum I think any game would need. Anyways, yous got this covered and the 1.10 release sounds good so is everyone happy?

      LaFayetteL 1 Reply Last reply Reply Quote 1
      • ubernautU Offline
        ubernaut Moderators @LaFayette
        last edited by

        @LaFayette maybe make an option to choose between current behavior and rudimentary auto report?

        what happens now if someone tries to report a bug and doesn't have a github account?

        "You should never have told me horses sleep standing up, it gave me a mental block." - Mister Ed

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

          Thanks for the feedback @Captain-Crunch , to reply:

          @LaFayette I basically thought a person would play this game and if they found a bug in the map they are playing that they would come to this forum

          That was the old way we attempted it and made a lot of sense when the bug tracker was the SVN bug tracker and was really hard to find and/or even use. At that time we had multiple forums, and the bug tracker itself was scattered, the effort to look at 'n' places was pretty sizeable. For about the last 3 years the hope/goal was for bug reports to land directly in the bug tracker. Old habits are hard to shake and I'm not sure if it's realistic to have bug reports to always land exactly where they are supposed to go.

          Second, map bugs are treated differently from game engine bugs, the two can be hard to distinguish. The game dev's are not going to be in the best position or necessarily able/wanting to fix problems with any/all maps that are pushed.

          bug is important enough then some admin or dev would post the bug at Github for them?

          I don't think the bar is 'important enough', if something is a problem it should be tracked. One nice thing about being in Github is any dev in the world can jump in. Having a queue of low-hitting, not too difficult to fix bugs is a great thing to have. New devs could consider those to be "trainer" bugs to get their feet wet working on TripleA. A new dev would not want to come in, ramp up on how to develolp and test in TripleA to then do major surgery for a risky change that could be rejected because it is too risky (TripleA is a 'brittle' code base, meaning the most innocuous changes can often cause catastrophic bugs in places you would not think to look; this basically makes it a PITA to work on the TripleA code and you spend 90% of time verifying and testing and not coding, which most dev's really do not like (a ratio of 40% verifying and testing is more reasonable and typical, over that and it speaks to problems in the code base and lack of automated testing.. It's a long effort to reduce the overhead/brittleness and get the amount of automated testing in so we can spend more time code and less verifying)

          I am one who totally wouldn't want to give my email address to another forum or site like Github

          FWIW, they'll securely store your email address 1000% more than TripleA forums would. Compromising the forums could happen, a site like github where many millions of dollars are involved, payed security experts, and many attackers to fin vulnerabilities, github.com is far more secure to store your email than forums.

          Anyways, yous got this covered and the 1.10 release sounds good so is everyone happy?

          We're still left in a state where the game menus tell you to post bugs in Github, the lobby tells you to post bugs here. Second, looking at the bugs here, I've no clue what has been addressed vs not. If the idea is we can have the community handle bugs, but if you go away for a week or two and then have to re-read all the bug posts anyways (and then are not sure if someone else has picked them up), it's not terribly effective for either dev's or for people reporting bugs.

          My earlier post of re-writing this 'read-this-first' and adding a more clear protocol for forum bugs I think still holds.

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

            @ubernaut said in Read First!:

            @LaFayette maybe make an option to choose between current behavior and rudimentary auto report?
            what happens now if someone tries to report a bug and doesn't have a github account?

            Current behavior in 1.9 is typically "here is a link for reporting bugs".
            The auto-report uses the triplea 'bot' account from the backend and does not rely on a personal github account.

            You can see some examples of what an auto-report looks like when it lands in github issues here:

            • https://github.com/triplea-game/test/issues/54
            • https://github.com/triplea-game/test/issues/51
            ubernautU 1 Reply Last reply Reply Quote 0
            • ubernautU Offline
              ubernaut Moderators @LaFayette
              last edited by

              @LaFayette so currently there is an auto report option for people without github accounts? if so im not sure i understand how 1 is different from 2.

              "You should never have told me horses sleep standing up, it gave me a mental block." - Mister Ed

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

                @ubernaut The auto-report sends data to the TripleA backend which uses its own github account to create the ticket. So yes, no github account required.

                Re: 1vs2 - Option 2, currently you have to have a java exception for the auto-report window to show up. Option 1 is in addition to option 2 and would replace the "report a bug" menu item to instead show the auto-report window. Today and with option 2, the 'report a bug' menu item just gives you a link.

                ubernautU 1 Reply Last reply Reply Quote 2
                • ubernautU Offline
                  ubernaut Moderators @LaFayette
                  last edited by

                  @LaFayette gotcha thanks seems like 1 would be better unless you figure more people would opt for the auto report even though they have github accounts.

                  "You should never have told me horses sleep standing up, it gave me a mental block." - Mister Ed

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

                    @ubernaut I don't think creating a github account is actually a barrier for most people. Those participating on the forum here, I respect that the half dozen do not want to divide their attention just as I don't want to divide my attention between most locations.

                    The real problem with a free-form auto-report feature is ensuring there is good quality to the bug report. The github bug report gives you a series of optional questions that make it easy to know what to include. Without that, a free-form field becomes very daunting to know what to include. If not daunting, there is no way to track it back to someone, so we can't ask for a save-game, or maybe even which map, which phase of game play.

                    I tried to create a UI that would help guide a user through that series of questions, it started to seem like a lot. In the end the effort is duplicated some, if creating an account on github is too much, there likely is not going to be enough follow-up for a free-form bug report.

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

                      Just to contrast, on a game-crash, there is a 'java stack trace' which developers can look at without anything else and often create a fix. Hence the current auto-report feature in prerelease can submit that info to the backend without providing any additional information. The extra info is really gravy and helps the dev team know where/how the problem occurred (sometimes necessary, some traces are really hard to reproduce)

                      ubernautU 1 Reply Last reply Reply Quote 0
                      • ubernautU Offline
                        ubernaut Moderators @LaFayette
                        last edited by

                        @LaFayette makes sense to me 🙂

                        "You should never have told me horses sleep standing up, it gave me a mental block." - Mister Ed

                        1 Reply Last reply Reply Quote 1
                        • ubernautU Offline
                          ubernaut Moderators
                          last edited by

                          i think there is something wrong with the battle calculator currently the one land unit must survive checkbox doesn't seem to have any effect on the results.

                          "You should never have told me horses sleep standing up, it gave me a mental block." - Mister Ed

                          prastleP 1 Reply Last reply Reply Quote 0
                          • prastleP Offline
                            prastle Moderators Admin @ubernaut
                            last edited by

                            @ubernaut and all please read first post!

                            If we open a quarrel between past and present, we shall find that we have lost the future! Sir Winston Churchill

                            prastleP 1 Reply Last reply Reply Quote 0
                            • prastleP Offline
                              prastle Moderators Admin @prastle
                              last edited by

                              @prastle bump link fixed in first post

                              If we open a quarrel between past and present, we shall find that we have lost the future! Sir Winston Churchill

                              1 Reply Last reply Reply Quote 1

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