We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I have compiled the project on Ubuntu successfully but the parser does not seem to work.
I tried parsing several replay files: ./wotreplay-parser --parse --root ./ --type json --input file.wotreplay --output test.json
./wotreplay-parser --parse --root ./ --type json --input file.wotreplay --output test.json
And I always get this error:
wotreplay-parser: <repository_path>/wotreplay-parser/src/packet.h:148: const U& wotreplay::get_field(T, T, size_t) [with U = short unsigned int; T = __gnu_cxx::__normal_iterator<unsigned char*, std::vector >; size_t = long unsigned int]: Assertion `(offset + sizeof(U)) <= std::distance(begin, end)' failed. Aborted (core dumped)
can you help?
The text was updated successfully, but these errors were encountered:
You can comment out assertion macro, at your own risk.
Sorry, something went wrong.
No branches or pull requests
Hi,
I have compiled the project on Ubuntu successfully but the parser does not seem to work.
I tried parsing several replay files:
./wotreplay-parser --parse --root ./ --type json --input file.wotreplay --output test.json
And I always get this error:
can you help?
The text was updated successfully, but these errors were encountered: