I'm new in this kind of Addons in WoW. I get three Lua-Errors and i don't know how to fix it.
And in my Chatbox i always got the guild message of the day.
I hope you can help me.
The first one is short.
I get it when i start the game or /reload.
Message: Frame SVUI_RaidToolMenu: Unknown script element OnClick Time: Sat Aug 4 11:17:00 2018 Count: 1
The second one happens when I complete a quest.
Message: ...libs\LibReputationData-1.0\LibReputationData-1.0.lua:203: table index is nil Time: Sat Aug 4 11:31:45 2018 Count: 1 Stack: ...libs\LibReputationData-1.0\LibReputationData-1.0.lua:203: table index is nil ...libs\LibReputationData-1.0\LibReputationData-1.0.lua:203: in function?'
...libs\LibReputationData-1.0\LibReputationData-1.0.lua:31: in function <...libs\LibReputationData-1.0\LibReputationData-1.0.lua:31>
Locals: event = "COMBAT_TEXTUPDATE"
type = "FACTION"
name = nil
amount = nil
(temporary) =
{
}
(temporary) = true
(temporary) = nil
(temporary) = "table index is nil"
reputationChanges =
{
}
TimerAfter = defined =[C]:-1
UpdateReputationChanges = defined @Interface\AddOns\SVUI!Core\libs\LibReputationData-1.0\LibReputationData-1.0.lua:143`
The third one is a bit larger.
When I use Blood Draining or Ritual of Summoning.
Message: ...AddOns\SVUI_UnitFrames\libs\oUF\elements\castbar.lua:255: attempt to perform arithmetic on local 'endTime' (a boolean value) Time: Sat Aug 4 11:17:09 2018 Count: 1 Stack: ...AddOns\SVUI_UnitFrames\libs\oUF\elements\castbar.lua:255: attempt to perform arithmetic on local 'endTime' (a boolean value) ...AddOns\SVUI_UnitFrames\libs\oUF\elements\castbar.lua:255: in function?'
Interface\AddOns\SVUI_UnitFrames\libs\oUF\events.lua:81: in function <Interface\AddOns\SVUI_UnitFrames\libs\oUF\events.lua:74>
{
}
UNIT_ENTERED_VEHICLE = defined @Interface\AddOns\SVUI_UnitFrames\libs\oUF\ouf.lua:51
UNIT_SPELLCAST_INTERRUPTIBLE = defined @Interface\AddOns\SVUI_UnitFrames\libs\oUF\elements\castbar.lua:174
__HookFunc = true
UNIT_POWER_UPDATE =
{
}
UNIT_MODEL_CHANGED = defined @Interface\AddOns\SVUI_UnitFrames\libs\oUF\elements\portraits.lua:88
SetBackdropBorderColor = defined =[C]:-1
elements =
Hello there,
I'm new in this kind of Addons in WoW. I get three Lua-Errors and i don't know how to fix it. And in my Chatbox i always got the guild message of the day. I hope you can help me.
The first one is short. I get it when i start the game or /reload.
The second one happens when I complete a quest.