CSGO-Analysis / CSGO-Analyzer

CSGO Library and application used to parse demo and bring out stats
MIT License
24 stars 7 forks source link

Dictionary missign key #3

Closed ZUBAT closed 6 years ago

ZUBAT commented 6 years ago

Hello. I parce demo and have many errors on dictionary System.Collections.Generic.KeyNotFoundException: Данный ключ отсутствует в словаре. в System.ThrowHelper.ThrowKeyNotFoundException() в System.Collections.Generic.Dictionary`2.get_Item(TKey key) в DemoParser_Core.Packets.Handlers.GameEventHandler.TryApplyMessage(IExtensible message, DemoParser parser)

Can you help me?

0BuRner commented 6 years ago

Hi, This library is out of date. You should look at https://github.com/akiver/CSGO-Demos-Manager and/or https://github.com/StatsHelix/demoinfo/

Regards