KotRikD / tosu

Eponymous software for reading osu! memory, accounting for most of gosumemory's issues (not exactly)
https://tosu.app
GNU Lesser General Public License v3.0
108 stars 10 forks source link

resultScreen score is always 0 when using ScoreV2 #127

Closed Bestfast closed 2 months ago

Bestfast commented 2 months ago

Score doesn't get updated while using ScoreV2, tested only with mania

  "resultsScreen": {
    "mode": {
      "number": 0,
      "name": "Osu"
    },
    "score": 0,
    "name": "Bestfast",
    "hits": {
      "0": 3,
      "50": 0,
      "100": 8,
      "300": 320,
      "geki": 597,
      "katu": 37
    },
    "mods": {
      "number": 536870912,
      "name": "V2"
    },
    "maxCombo": 960,
    "rank": "S",
    "createdAt": "2024-05-07T13:12:22.066Z"
  },
KotRikD commented 2 months ago

More details? Maybe some entry scenario, how you get in that status?

And specify please version of tosu and osu (cutting edge or stable one)?

Bestfast commented 2 months ago

stable osu, currently latest tosu version opening a score or making a score leads you to resultScreen with that bug, only when using V2 mods

Bestfast commented 2 months ago

looks like it's fixed on master, welp will be closing the issue