[Bug] Currency tab unskinned
Zapa289 opened this issue ยท 2 comments
The currency tab is unskinned, however, this error is for the HelpFrame.
You can remove this error (and fix mail) by doing the following:
navigate to AddOns\Aurora\Skin\Interface\FrameXML, edit FrameXML_Wrath.xml
find the line that says:
<Script file="HelpFrame.lua"/> and replace it with < !-- <Script file="HelpFrame.lua"/>--> (remove space between < and ! ) This won't do anything about currency, but when I did this mail was skinned again. I have errors with the gossip frame (npcs/quest givers) so I also changed the following line: <Script file="GossipFrame.lua"/> to read: < !--<Script file="GossipFrame.lua"/>--> (remove space between < and ! ) Npc/Quest Dialog wont be skinned but I use another addon for these. If you don't get an error for Gossip frames don't make this 2nd change.LUA error could be related:
1x ...assic/SharedXML/SharedUIPanelTemplates.lua:315: attempt to index field 'TitleBg' (a nil value)
[string "@Aurora/Skin/Classic/SharedXML/SharedUIPanelTemplates.lua"]:315: in function `PortraitFrameTemplateNoCloseButton'
[string "@Aurora/Skin/Classic/SharedXML/SharedUIPanelTemplates.lua"]:336: in function `PortraitFrameTemplate'
[string "@Aurora/Skin/Classic/SharedXML/SharedUIPanelTemplates.lua"]:358: in function `ButtonFrameTemplate'
[string "@Aurora/Skin/Classic/FrameXML/HelpFrame.lua"]:45: in function `?'
[string "@Aurora/Skin/init.lua"]:254: in function <Aurora/Skin/init.lua:238>
Locals:
Frame = HelpFrame {
0 = <userdata>
GetInitialLoading = <function> defined @FrameXML/HelpFrame.lua:43
OnError = <function> defined @FrameXML/HelpFrame.lua:95
OnBackdropLoaded = <function> defined @Aurora/Skin/backdrop.lua:175
GetBackdropColor = <function> defined @Aurora/Skin/backdrop.lua:285
SetBackdropOptions = <function> defined @Aurora/Skin/backdrop.lua:364
GetTitleText = <function> defined @SharedXML/PortraitFrame.lua:28
SetBackdropBorderColor = <function> defined @Aurora/Skin/backdrop.lua:289
SetInitialLoading = <function> defined @FrameXML/HelpFrame.lua:38
GetBackdropTexture = <function> defined @Aurora/Skin/backdrop.lua:333
OnShow = <function> defined @FrameXML/HelpFrame.lua:61
Center = Texture {
}
RightEdge = Texture {
}
ApplyBackdrop = <function> defined @Aurora/Skin/backdrop.lua:193
TitleContainer = Frame {
}
SetTitleMaxLinesAndHeight = <function> defined @SharedXML/PortraitFrame.lua:49
SetTitleColor = <function> defined @SharedXML/PortraitFrame.lua:32
GetBackdropBorderColor = <function> defined @Aurora/Skin/backdrop.lua:305
GetBackdrop = <function> defined @SharedXML/Backdrop.lua:347
SetTitleFormatted = <function> defined @SharedXML/PortraitFrame.lua:40
BottomEdge = Texture {
}
TopEdge = Texture {
}
SetTitle = <function> defined @SharedXML/PortraitFrame.lua:36
SetBackdropGradient = <function> defined @Aurora/Skin/backdrop.lua:311
SetBorderBlendMode = <function> defined @SharedXML/Backdrop.lua:266
BottomRightCorner = Texture {
}
SpinnerOverlay = Frame {
}
BottomLeftCorner = Texture {
}
TopRightCorner = Texture {
}
ShowUnavailable = <function> defined @FrameXML/HelpFrame.lua:47
layoutType = "ButtonFrameTemplateNoPortrait"
TopLeftCorner = Texture {
}
backdropInfo = <table> {
}
ClearBackdrop = <function> defined @SharedXML/Backdrop.lua:282
SetupTextureCoordinates = <function> defined @SharedXML/Backdrop.lua:214
OnBackdropSizeChanged = <function> defined @SharedXML/Backdrop.lua:182
HasBackdropInfo = <function> defined @SharedXML/Backdrop.lua:278
GetBackdropLayer = <function> defined @Aurora/Skin/backdrop.lua:328
Bg = HelpFrameBg {
}
SetBackdropColor = <function> defined @Aurora/Skin/backdrop.lua:275
SetBackdropLayer = <function> defined @Aurora/Skin/backdrop.lua:319
ShowFrame = <function> defined @FrameXML/HelpFrame.lua:104
NineSlice = Frame {
}
TopTileStreaks = HelpFrameTopTileStreaks {
}
OnHide = <function> defined @FrameXML/HelpFrame.lua:71
_backdropInfo = <table> {
}
SetBackdrop = <function> defined @Aurora/Skin/backdrop.lua:246
OnEvent = <function> defined @FrameXML/HelpFrame.lua:76
GetEdgeSize = <function> defined @SharedXML/Backdrop.lua:188
CloseButton = Button {
}
GetBackdropOption = <function> defined @Aurora/Skin/backdrop.lua:358
SetBackdropOption = <function> defined @Aurora/Skin/backdrop.lua:342
SetupPieceVisuals = <function> defined @Aurora/Skin/backdrop.lua:178
Browser = HelpBrowser {
}
LeftEdge = Texture {
}
OnLoad = <function> defined @FrameXML/HelpFrame.lua:51
}
bg = Texture {
0 = <userdata>
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = <userdata>
(*temporary) = HelpFrame {
0 = <userdata>
GetInitialLoading = <function> defined @FrameXML/HelpFrame.lua:43
OnError = <function> defined @FrameXML/HelpFrame.lua:95
OnBackdropLoaded = <function> defined @Aurora/Skin/backdrop.lua:175
GetBackdropColor = <function> defined @Aurora/Skin/backdrop.lua:285
SetBackdropOptions = <function> defined @Aurora/Skin/backdrop.lua:364
GetTitleText = <function> defined @SharedXML/PortraitFrame.lua: