barrett777 / Heroes.ReplayParser

A C# library for parsing Heroes of the Storm replay files (.StormReplay)
MIT License
223 stars 95 forks source link

Replay parsing exception #108

Closed Seriousnes closed 4 years ago

Seriousnes commented 4 years ago

If system region format is set to Turkish (either Turkey or Cyprus), the line: https://github.com/barrett777/Heroes.ReplayParser/blob/3b157d8f29e0eeda7ee0b9e34b5c1907b6ed3a86/Heroes.ReplayParser/DataParser.cs#L212 called from: https://github.com/barrett777/Heroes.ReplayParser/blob/3b157d8f29e0eeda7ee0b9e34b5c1907b6ed3a86/Heroes.ReplayParser/DataParser.cs#L122 throws a "sequence contains no matching elements" exception

koliva8245 commented 4 years ago

This is already fixed.