ValveSoftware / csgo-demoinfo

CS:GO demo parsing tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing round_end

econoraptor opened this issue · comments

Some demos have missing round_end events. round_officially_ended seems to always trigger though. Here's a demo where it happens multiple times: https://www.hltv.org/download/demo/28964

This happens on Valve's MM servers too. And it's not only round_end events missing, but could be any event (eg kills, etc).

Probably because on these servers GoTV relay isnt on the same host as the game server. Since UDP is used, some packets may be missing.