oUF

97.2k Downloads

[MOP]elements aura have an error

susnow opened this issue ยท 2 comments

commented

Message: Interface\AddOns\oUF\elements\aura.lua:279: Division by zero
Time: 07/03/12 11:35:03
Count: 1
Stack: Interface\AddOns\oUF\elements\aura.lua:279: in function <Interface\AddOns\oUF\elements\aura.lua:266>
Interface\AddOns\oUF\elements\aura.lua:377: in function <Interface\AddOns\oUF\elements\aura.lua:314>
Interface\AddOns\oUF\elements\aura.lua:430: in function `func'
Interface\AddOns\oUF\ouf.lua:161: in function <Interface\AddOns\oUF\ouf.lua:152>
(tail call): ?
Interface\AddOns\oUF\events.lua:76: in function <Interface\AddOns\oUF\events.lua:62>

Locals: icons = {
1 = {
}
2 = {
}
3 = {
}
__owner = oUF_SlimExtraPet {
}
0 =
anchoredIcons = 0
visibleAuras = 3
ForceUpdate = defined @interface\AddOns\oUF\elements\aura.lua:452
visibleBuffs = 3
visibleDebuffs = 0
createdIcons = 3
}
from = 1
to = 3
sizex = 16
sizey = 16
anchor = "BOTTOMLEFT"
growthx = 1
growthy = 1
cols = 0
(for index) = 1
(for limit) = 3
(for step) = 1
i = 1
button = {
overlay = {
}
UpdateTooltip = defined @interface\AddOns\oUF\elements\aura.lua:68
stealable = {
}
owner = "pet"
cd = {
}
filter = "HELPFUL"
0 =
icon = {
}
count = {
}
}
(_temporary) = 0
(_temporary) = nil
(_temporary) = nil
(_temporary) = nil
(_temporary) = nil
(_temporary) = nil
(_temporary) = nil
(_temporary) = nil
(_temporary) = nil
(_temporary) = "Division by zero"

the error fired at when player summon pet or lost pet(change talent)

commented

The Aura element got change quite a bit in 1.6.0 of oUF, keep that in mind when upgrading from 1.5.x which is the released version.

You just need to adjust the width of your Auras element (layout) and you should be fine.

commented

thanks p3lim , I solved this problem ^_^