frozn / TipTac

WoW AddOn TipTac Reborn
GNU General Public License v3.0
119 stars 25 forks source link

Lua error when mouse on other players #243

Closed helicdark closed 1 year ago

helicdark commented 1 year ago

152x ...e/FrameXML/SettingDefinitions/InterfaceOverrides.lua:277: attempt to call global 'CompactRaidFrameManager_UpdateShown' (a nil value) [string "@FrameXML/SettingDefinitions/InterfaceOverrides.lua"]:277: in function <...e/FrameXML/SettingDefinitions/InterfaceOverrides.lua:274>

[string "@SharedXML/CallbackRegistry.lua"]:178: in function <SharedXML/CallbackRegistry.lua:177>

[string "@SharedXML/CallbackRegistry.lua"]:181: in function `TriggerEvent' [string "@SharedXML/CvarUtil.lua"]:114: in function <SharedXML/CvarUtil.lua:106>

string "=[C]": in function `SetCVar' [string "@SharedXML/ClassicCvarUtil.lua"]:7: in function <SharedXML/ClassicCvarUtil.lua:3>

string "=[C]": in function `SetCVar' [string "@TipTac/libs/LibFroznFunctions-1.0-11/LibFroznFunctions-1.0.lua"]:725: in function <...libs/LibFroznFunctions-1.0/LibFroznFunctions-1.0.lua:716>

[string "@TipTac/libs/LibFroznFunctions-1.0-11/LibFroznFunctions-1.0.lua"]:2367: in function InitiateInspectRequest' [string "@TipTac/libs/LibFroznFunctions-1.0-11/LibFroznFunctions-1.0.lua"]:2270: in functionInspectUnit' [string "@TipTacTalents/ttTalents.lua"]:143: in function <TipTacTalents/ttTalents.lua:112>

Locals: compactFrames = false (temporary) = nil (temporary) = nil (*temporary) = "attempt to call global 'CompactRaidFrameManager_UpdateShown' (a nil value)"

TipTac Reborn :

Additional context it's kinda strange that not all of my characters are popping up this lua error (pally and warlock bugged, but priest not), and i guess tiptac doesn't support individual character settings?

helicdark commented 1 year ago

a setting error, not bug

frozn commented 1 year ago

I'm curious. What setting triggered this error?

helicdark commented 1 year ago

I'm curious. What setting triggered this error?

Blizzard_CompactRaidFrames is somehow disabled in AddOns.txt. I corrected it to enable then the error no longer pops up.

frozn commented 1 year ago

Interesting. If I manually disable addon Blizzard_CompactRaidFrames in AddOns.txt, it will be auto-enabled if I log in with one of my chars.

Probably belongs to the unsolved mysteries... 😄