StatsHelix / demoinfo

A library to analyze CS:GO demos in C#
MIT License
321 stars 78 forks source link

Can't handle Demo-Command: 0 #115

Open MADsadFATcat opened 7 years ago

MADsadFATcat commented 7 years ago

Have trouble with some demos like this one: http://www.hltv.org/?pageid=28&demoid=26994&comments=1 throwed exception "Can't handle Demo-Command: 0" at DemoParser.cs line 639

zaebiz commented 7 years ago

Confirmed for me. Have the same problems. Some details: for this demo`s header parsed incorrect - some int header params always == 0.

main-- commented 7 years ago

Perhaps this is a duplicate of #91?