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

Demo Parsing Issues with Open Fortress #29

@ktwrd

Description

@ktwrd

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)

dev build screenshot

latest build screenshot

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions