Search results

  1. A

    Implemented Quick win: Fix the Import deck feature

    Please see my C# code with the full algorithm: https://forums.mtgo.com/index.php?threads/txt-file-import-improvements.1315/post-3528
  2. A

    Fixed Txt file import improvements.

    Hello, I know that the MTGO client is built with C# + WPF. It's been many years that the text importer hits a wall when a text file has characters that is not recognized one by one with the database. With the help of ChatGPT, it gave me the full algorithm called Levenshtein distance...
  3. A

    Dont ask me again to agree to TOS and other first time screens

    Hi, it’s been many years that I’m a MTGO user. On each update, I need to scroll down the page (without reading) and accept the terms. There are very few consumer and commercial applications that use this approach to force a user to accept terms. Suggestion: ask to accept terms only when the...
  4. A

    New "Report bug" button to facilitate reporting a bug

    Thanks @MTGO_TonyM :) #windev #wpf
  5. A

    Implemented Provide a friendly way to copy an event ID or game ID

    @Angeliana Done: https://forums.mtgo.com/index.php?threads/new-report-bug-button-to-facilitate-reporting-a-bug.951/
  6. A

    New "Report bug" button to facilitate reporting a bug

    Reporting a MGTO bug could improve the user experience if we can click on the specific game and even at the exact time in a game replay. As a bonus, if the form would be prefilled with the game ID / league ID, it would prevent user errors.
  7. A

    Implemented Provide a friendly way to copy an event ID or game ID

    @MTGO_TonyM I just thought about another enhancement: adding a Report bug button that opens the Help support page https://help.mtgo.com/hc/en-us from this dialog would help the user experience. The ultimate solution would be a pre-filled form when the user clicks on the Report a bug button.
  8. A

    Implemented Provide a friendly way to copy an event ID or game ID

    See image Code: Clipboard.SetText("the ID");
  9. A

    Implemented Quick win: Fix the Import deck feature

    One of the most common place to download decklists is from mtgtop8.com, unfortunately, their text file does not have an empty line before the word "Sideboad" and MTGO will import all the cards into the main and zero cards in sideboard. See the tweet about the bad behavior: Since it is a WPF...
  10. A

    Client becomes unresponsive, then can't reconnect

    Microsoft is aware and working on a fix
  11. A

    Client becomes unresponsive, then can't reconnect

    I found the fix. The latest update of Microsoft PowerToys causes the issue. I will contact the owner of the tool.
  12. A

    Client becomes unresponsive, then can't reconnect

    I have the same issue. MTGO worked perfectly until yesterday. I wanted to play this evening and I have the issue. Video of the bug (twitter link that I posted). PS: I'm a Windows developer, I can help debugging if you need more information.
  13. A

    Could Not Reproduce After a cascade trigger, my draw steps were ignored

    I played a complete league where the bug was happening. I was playing 4C Footfalls. Aside from my draw steps, even cracking Fiery Islet was not drawing a card.
Top