Heya!
I'm currently trying out analysis-template-rust, which uses this library, and I'm having some issues w/ parsing demos for Open Fortress (the current public version, and an internal dev build on the new 64bit engine branch)
I've tried multiple demos, recorded from the server and the client, but none of them will properly parse :/
At least it fails on the same thing every time, which is Malformed utf8 while reading string when parsing the StringTables packet. Which happens with the dev build (TF2 SDK & 64bit), and the latest public build (v21, previous2021 branch)


Also here are all the demo files;
FYI, there are only 4 extra string tables in Open Fortress;
networkstringtable->CreateStringTable( "ServerGamemodes", 256 );
networkstringtable->CreateStringTable( "ServerMutators", 256 );
networkstringtable->CreateStringTable( "ServerVoteSettings", 256 );
networkstringtable->CreateStringTable( "ServerVoteOptions", 256 );
If you need any more info, please let me know :3