ValveSoftware / csgo-demoinfo

CS:GO demo parsing tool
BSD 2-Clause "Simplified" License
486 stars 101 forks source link

missing round_end #20

Closed econoraptor closed 7 years ago

econoraptor commented 7 years ago

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

jonasfs commented 7 years ago

I noticed this too, and not while parsing, but watching normally through the game client. I'm not sure, but I think this is an issue caused by server plugins used by the tournament organizers. If thats indeed the case, there's nothing we can do, except finding the round end through other means.

On Fri, Jun 2, 2017 at 1:21 AM, econoraptor notifications@github.com wrote:

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

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ValveSoftware/csgo-demoinfo/issues/20, or mute the thread https://github.com/notifications/unsubscribe-auth/AEfhwHYnYpW_brVo_HbxKAZDpg5CS4Qqks5r_43dgaJpZM4Nt0F7 .

bugdone commented 7 years ago

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).

0BuRner commented 7 years ago

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.