developer-relations
developer-relations copied to clipboard
[BUG] Rune/Perk 8234 (Celerity) returns invalid data
Bug Description
Sometimes a match where a player played the rune "Celerity" (Sorcery tree, second row in the sub runes) is bugged and returns the Var1 like -2147483648. I am pretty sure that the rune can't force you to travel into negative space and its some overflow issue or idk. But for sure its a bug. 👀
Expected Result
Normal value range, something between 0 - 25000 is to be expected
Actual Result
Actual result for the match "EUN1_3758516911" is -2147483648.
Developer Impact
Can't work with the data
- Frequency: Not every match has it, but a broken match id is included above
Player Impact
Can't work with the data on our project, that's it.
Repro Steps
- Load the match "EUN1_3758516911" from the MATCH-V5 API. Just the matchdata is enough, not the timeline. ParticipantId 2 is broken here. Just look up his perks and check Perk "8234".
I made some more research, it is bugged since 2019, can we get that fixed? 👀