tfausak / rattletrap

:car: Parse and generate Rocket League replays.
https://hackage.haskell.org/package/rattletrap
MIT License
150 stars 21 forks source link

Compatibility with latest patch #47

Closed tfausak closed 7 years ago

tfausak commented 7 years ago

I haven't tried yet, but there's a good chance that Rattletrap doesn't work with the latest patch: https://github.com/jjbott/RocketLeagueReplayParser/issues/17

tfausak commented 7 years ago

Indeed, trying to decode this replay blows up:

> stack exec -- rattletrap decode m:\rocket-league-replays\todo\338173964F9F71EBDD31058A1936CBB4.replay
rattletrap.EXE:
  Data.Binary.Get.runGet at position 871:
    don't know how to get attribute value Text {textValue = "ProjectX.GRI_X:MatchGUID"}
CallStack (from HasCallStack):
  error, called at libraries\binary\src\Data\Binary\Get.hs:342:5 in binary-0.8.3.0:Data.Binary.Get

That replay was recorded with patch 1.37, which was released two days ago.