Aurora

Aurora

394k Downloads

[Bug] LUA error when opening BFA Islands table

Epidemedabear opened this issue ยท 0 comments

commented

Is there an existing issue for this?

  • I have searched the existing issues

Game Client

Retail

Current Behavior

When opening the BFA Islands table I get the following error

1x Aurora\Skin\backdrop.lua:386: attempt to index local 'frame' (a nil value)
[string "@aurora\Skin\backdrop.lua"]:386: in function SetBackdrop' [string "@Aurora\Skin\skin.lua"]:15: in function FrameTypeFrame'
[string "@aurora\SkinBlizzard_IslandsQueueUI-1.0.lua"]:61: in function IslandsQueueFrameWeeklyQuestFrameTemplate' [string "@Aurora\SkinBlizzard_IslandsQueueUI-1.0.lua"]:103: in function addonModule'
[string "@aurora\Skin\init.lua"]:267: in function <Aurora\Skin\init.lua:228>
[string "=[C]"]: in function LoadAddOn' [string "@FrameXML\UIParent.lua"]:509: in function UIParentLoadAddOn'
[string "@FrameXML\UIParent.lua"]:524: in function `IslandsQueue_LoadUI'
[string "@FrameXML\UIParent.lua"]:2358: in function <FrameXML\UIParent.lua:1287>

Locals:
frame = nil
color =

{
a = 0.200000
colorStr = "ff000000"
b = 0
Lightness = defined @aurora\Skin\color.lua:71
g = 0
GetRGBA = defined @SharedXML\Color.lua:28
Saturation = defined @aurora\Skin\color.lua:65
SetRGB = defined @SharedXML\Color.lua:43
Hue = defined @aurora\Skin\color.lua:59
GetRGB = defined @SharedXML\Color.lua:20
r = 0
GenerateHexColorMarkup = defined @SharedXML\Color.lua:51
WrapTextInColorCode = defined @SharedXML\Color.lua:55
GenerateHexColor = defined @SharedXML\Color.lua:47
IsEqualTo = defined @aurora\Skin\color.lua:42
isAchromatic = true
SetRGBA = defined @aurora\Skin\color.lua:29
OnLoad = defined @SharedXML\Color.lua:9
GetRGBAsBytes = defined @SharedXML\Color.lua:24
GetRGBAAsBytes = defined @SharedXML\Color.lua:32
}
alpha = 1
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index local 'frame' (a nil value)"
Base =
{
SetHighlight = defined @aurora\Skin\deprecated.lua:14
SetTexture = defined @aurora\Skin\api.lua:214
SetFont = defined @aurora\Skin\api.lua:90
IsTextureRegistered = defined @aurora\Skin\api.lua:210
SetBackdropColor = defined @aurora\Skin\backdrop.lua:392
SetBackdrop = defined @aurora\Skin\backdrop.lua:385
CropIcon = defined @aurora\Skin\api.lua:78
GetAddonSkins = defined @aurora\Skin\api.lua:55
AddSkin = defined @aurora\Skin\api.lua:39
CreateBackdrop = defined @aurora\Skin\backdrop.lua:366
RegisterTexture = defined @aurora\Skin\api.lua:224
}
backdrop =
{
bgFile = "Buttons\WHITE8x8"
tile = true
backdropBorderSubLevel = -7
offsets =
{
}
backdropSubLevel = -8
edgeFile = "Buttons\WHITE8x8"
backdropBorderLayer = "BACKGROUND"
backdropLayer = "BACKGROUND"
edgeSize = 1
insets =
{
}
}

Expected Behavior

No response

Steps To Reproduce

No response

Additional context

No response