abraker95 / ultimate_osu_analyzer

Python rewrite of my old osu analyzer that aims to be a lot more useful
MIT License
28 stars 1 forks source link

Black hole - Pluto crash #29

Open abraker95 opened 4 years ago

abraker95 commented 4 years ago

Crashes when dragging timeline cursor at around 80000 ms

Traceback (most recent call last):
  File "C:\Users\abrak\Documents\dev\repos\osu-replay-analyzer-v2\gui\objects\layer\layers\std\aimpoint_vector_layer.py", line 54, in paint
    painter.drawLine(pos_x*self.ratio_x, pos_y*self.ratio_y, (pos_x + vec_x)*self.ratio_x, (pos_y + vec_y)*self.ratio_y)
OverflowError: argument 4 overflowed: value must be in the range -2147483648 to 2147483647