iggyfisk / highperch

highper.ch official web
2 stars 1 forks source link

Replay parsing fails in current build (6103) on special cases #69

Closed tylerkerr closed 4 years ago

tylerkerr commented 4 years ago

Parser failed on: 5-way FFA, two players and three computers (heap bloat OOM crash) 1v1 computer (RangeError [ERR_OUT_OF_RANGE]: The value of "offset" is out of range. It must be >= 0 and <= 8191. Received 8193) 1v0 instant win (RangeError [ERR_OUT_OF_RANGE]: The value of "offset" is out of range. It must be >= 0 and <= 8191. Received 8193)

Since it doesn't affect our primary revenue stream, leaving this alone until we get a bit more replay format stability after release

tylerkerr commented 4 years ago

This isn't actually an issue; I was using an out-of-date parser in an alternate dev environment. These replays upload just fine