shark25361

Results 1 issues of shark25361

I'm trying to parse the .dems from https://www.hltv.org/matches/2350388/vitality-vs-natus-vincere-esl-pro-league-season-14 using a build from DemoInfo with signed assemblies disabled. However, the following code: `DemoParser parser = new DemoParser(File.OpenRead(args[0]));` `parser.ParseHeader();` causes the following...