-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
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
runtime error: index out of range [1] with length 1 #566
Comments
Since this demo doesn't contain the game event list message it uses the list embedded with the lib. Not sure how you want to deal with this problem @markus-wa ? Here is how I handle upgrades in my analyzer - if we update the bin file it will break older older demos compatibility. |
Can we tell the network protocol from a demo? if so we should have a map of version->game event list. |
This information is inside the first proto message of a demo ( |
sounds good to me 👍 😄 |
Describe the bug
To Reproduce
parse demo: https://drive.google.com/file/d/13-jHqduYjMKKwudaheLJwXg-SjTj3FK0/view?usp=sharing
Library version
v4.3.0
Additional context
using node module: @akiver/cs-demo-analyzer
The text was updated successfully, but these errors were encountered: