[BUG]integer overflow attempting to store -nan(ind)
Ibishima opened this issue ยท 4 comments
What steps will reproduce the problem?
- be a Hunter
- cast "Aspect of the Cheetah"
What version of ShestakUI are you using? (Stating 'latest' is not useful)
ShestakUI for WoW Classic (1.13.2)
Do you have an error log of what happened?
Message: integer overflow attempting to store -nan(ind)
Time: Thu Oct 17 10:13:38 2019
Count: 2
Stack: integer overflow attempting to store -nan(ind)
[C]: ?
[C]: ?
...ce\AddOns\ShestakUI\Modules\ActionBars\Cooldowns.lua:13: in function <...ce\AddOns\ShestakUI\Modules\ActionBars\Cooldowns.lua:10>
...ce\AddOns\ShestakUI\Modules\ActionBars\Cooldowns.lua:61: in function <...ce\AddOns\ShestakUI\Modules\ActionBars\Cooldowns.lua:50>
Locals:
Any additional information? (example: WoW language if not English) (Attach screenshots here if available, do not link externally)
Ok, i'm confused... what has "return format("%dd", floor(s / day + 0.5)), s % day" to do with Aspect of the Cheetah? I only get this error while it's active (even when talking to NPCs).
Update: I can reproduce the error even without casting AotC: i targeted another hunter. He had AotH buffed. Same error, and the buff showed "2m" as duration which Aspects don't have.
Follow up error:
Message: integer overflow attempting to store inf
Time: Thu Oct 17 11:01:30 2019
Count: 1554
Stack: integer overflow attempting to store inf
[C]: ?
[C]: in function `format'
Interface\AddOns\ShestakUI\Core\Functions.lua:1399: in function <Interface\AddOns\ShestakUI\Core\Functions.lua:1396>
Interface\AddOns\ShestakUI\Core\Functions.lua:1421: in function <Interface\AddOns\ShestakUI\Core\Functions.lua:1410>
Locals:
When targeting myself while any Aspect is buffed
Follow up: same thing happens with my paladin and auras...
Ok, could limit it to the following AddOn: PallyPower (PallyPower-v1.0u-classic)
If i disable it, no problem throughout my chars. Is it enabled, ShestakUI throws errors... question is, problem with pallypower or with shestakui...