ElvUI mMediaTag & Tools

ElvUI mMediaTag & Tools

731k Downloads

attempt to call method 'mUpdateKick' (a nil value)

jeremy-hill opened this issue ยท 3 comments

commented

BugSack's reporting this new error for 2.95.1:

4x ElvUI_mMediaTag/core/init.lua:102: attempt to call method 'mUpdateKick' (a nil value)
[string "@ElvUI_mMediaTag/core/init.lua"]:102: in function `?'
[string "@ElvUI_Libraries/Core/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:109: in function <...ies/Core/CallbackHandler-1.0/CallbackHandler-1.0.lua:109>
[string "=[C]"]: ?
[string "@ElvUI_Libraries/Core/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:19: in function <...ies/Core/CallbackHandler-1.0/CallbackHandler-1.0.lua:15>
[string "@ElvUI_Libraries/Core/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:54: in function `Fire'
[string "@ElvUI_Libraries/Core/Ace3/AceEvent-3.0-4/AceEvent-3.0.lua"]:120: in function <...UI_Libraries/Core/Ace3/AceEvent-3.0/AceEvent-3.0.lua:119>
...

As called in this function:

function mMT:ACTIVE_TALENT_GROUP_CHANGED()
	if E.db[mPlugin].mCastbar.enable then
		mMT:mUpdateKick() -- castbar kick/ kick auf cd
	end

if it helps, I've attached how that is configured (I don't believe I've changed anything from defaults):
image

commented

Also some change in the most recent patch seemed to have broken my Clique mouseover heal/dispelling.

commented

Hi, thx for your feedback, the castbar bug should be fixed with this version https://github.com/mBlinkii/mMediaTag/releases/tag/v.2.95.2.

commented

Also some change in the most recent patch seemed to have broken my Clique mouseover heal/dispelling.

mMediaTag doesn't do anything special with the unit frames, I use Clique myself and haven't noticed any problems with it. could only imagine that there is something invisible over the frames, like a WA that prevents clicking.