TipTac Reborn

TipTac Reborn

1M Downloads

MOP: LUA Error after update: attempt to index upvalue 'cfg' (a nil value)

Closed this issue ยท 1 comments

commented

Describe the bug

2x TipTac/ttCore.lua:1948: attempt to index upvalue 'cfg' (a nil value)
[TipTac/ttCore.lua]:1948: in function 'SetFontToGameTooltip'
[TipTac/ttCore.lua]:1916: in function 'ApplyConfig'
[TipTac/ttCore.lua]:1472: in function '?'
[TipTac/ttCore.lua]:1484: in function <TipTac/ttCore.lua:1483>

Locals:
self = TipTac {
RightEdge = Texture {
}
TopEdge = Texture {
}
BottomRightCorner = Texture {
}
LeftEdge = Texture {
}
BottomEdge = Texture {
}
BottomLeftCorner = Texture {
}
close = Button {
}
TopLeftCorner = Texture {
}
Center = Texture {
}
backdropInfo =

{
}
TopRightCorner = Texture {
}
text = FontString {
}
}
(*temporary) = nil
(*temporary) =
{
fontFace = "Interface\AddOns\ElvUI\Core\Media\Fonts\PTSansNarrow.ttf"
fontSize = 10.800001
fontFlags = ""
}
(*temporary) =
{
fontFace = "Interface\AddOns\ElvUI\Core\Media\Fonts\PTSansNarrow.ttf"
fontSize = 10.800001
fontFlags = ""
}
(*temporary) = "Interface\AddOns\ElvUI\Core\Media\Fonts\PTSansNarrow.ttf"
(*temporary) = 10.800001
(*temporary) = ""
(*temporary) = "attempt to index upvalue 'cfg' (a nil value)"
TT_ExtendedConfig =
{
tipBackdrop =
{
}
tipsToModify =
{
}
customClassColors =
{
}
oldGameTooltipTextSmall =
{
}
backdropBorderColor =
{
}
defaultAnchorType = "normal"
tipPaddingForGameTooltip =
{
}
oldGameTooltipText =
{
}
oldGameTooltipFontsRemembered = true
defaultAnchorPoint = "BOTTOMRIGHT"
backdropColor =
{
}
oldGameTooltipHeaderText =
{
}
}
cfg = nil
LibFroznFunctions =
{
hasWoWFlavor =
{
}
TableRegistry =
{
}
isWoWFlavor =
{
}
}
MOD_NAME = "TipTac"

Steps to Reproduce

No response

Expected behavior

No response

Additional context

No response

Version of TipTac Reborn

25.08.13

Flavor/Version of WoW

5.5.0

commented

Thanks for reporting this! ๐Ÿ‘

Will be fixed with the next release.

Relates to #417.