This repository was archived by the owner on May 21, 2025. It is now read-only.

Description
First of all, thank you for this piece of software!
I tried to parse a big pile of POV demos (3575 files) recorded over many years using parse_demo binary but many of them failed. Here are the errors:
- 1006 failures (28%)
Error: A read game event doesn't contain the expected values, expected type Byte for kills_rank event, got type Long
- 12 failures (0.3%)
Error: A read game event doesn't contain the expected values, expected type Byte for kills_rank event, got type Short
- 15 failures (0.4%)
Error: Malformed utf8 while reading string
caused by: invalid utf-8 sequence of 1 bytes from index 0
In 5 cases the index was not 0.
- 5 failures (0.1%)
Error: A read game event doesn't contain the expected values, expected type Long for weapon_def_index event, got type Short
That's it so the total number of different errors is surprisingly low :)
And it's also not unlikely that there's been some bit rot.