11.2.0: Font Errors
Cuphat opened this issue ยท 2 comments
I am trying this out for the first time today after WoW 11.2 launched (previously used Combuctor and Bagnon in the past) and am getting the following errors:
5x Bagnonium/templates/shared.xml:14 Couldn't find NORMAL font: GameFontNormalCenter
12x Button:SetNormalFontObject(): Usage: ("fontname" or fontObject)
[BagBrother/core/classes/frameBase.lua]:74: in function 'UpdateVisuals'
[BagBrother/core/classes/frameBase.lua]:56: in function 'Update'
[BagBrother/core/classes/frameBase.lua]:31: in function <BagBrother/core/classes/frameBase.lua:25>
[tail call]: ?
[BagBrother/frames/inventory/inventory.lua]:28: in function <...aceBagBrother/frames/inventory/inventory.lua:27>
[C]: in function 'Show'
[BagBrother/core/api/frames.lua]:32: in function 'Show'
[BagBrother/core/api/frames.lua]:24: in function <BagBrother/core/api/frames.lua:23>
[tail call]: ?
[BagBrother/core/features/autoDisplay.lua]:83: in function 'ToggleAllBags'
[OPENALLBAGS]:1: in function <[string "OPENALLBAGS"]:1>
Locals:
self = BagnoniumInventory1 {
rules = <table> {
}
SearchBox = EditBox {
}
skin = Frame {
}
ResizeButton = Button {
}
icon = 130716
OwnerSelector = Button {
}
manualShown = true
MoneyFrame = BagnoniumPlayerMoney1 {
}
SortButton = CheckButton {
}
id = "inventory"
ItemGroup = Frame {
}
profile = <table> {
}
CloseButton = Button {
}
compiled = <table> {
}
CurrencyTracker = Frame {
}
name = "Inventory"
Title = Button {
}
}
border = <table> {
}
center = <table> {
}
Addon = <table> {
IsRetail = true
NumBags = 5
Cacher = <table> {
}
player = <table> {
}
Currency = <table> {
}
Settings = <table> {
}
IsClassic = false
BankBags = <table> {
}
Sorting = <table> {
}
BottomTabGroup = <table> {
}
OwnerSelector = <table> {
}
BottomTab = <table> {
}
TabGroup = <table> {
}
IsModern = true
ItemGroup = <table> {
}
SortButton = <table> {
}
BagToggle = <table> {
}
ContainerItem = <table> {
}
ContainerItemGroup = <table> {
}
BagGroup = <table> {
}
Events = <table> {
}
Commands = <table> {
}
LastAccountBag = 16
Frame = <table> {
}
TooltipCounts = <table> {
}
Tag = "Bagnonium."
Inventory = <table> {
}
Rules = <table> {
}
guild = <table> {
}
LDB = <table> {
}
AutoDisplay = <table> {
}
LastBankBag = 11
BrokerCarrousel = <table> {
}
CurrencyTracker = <table> {
}
CurrencyTooltipCounts = <table> {
}
Tab = <table> {
}
Owners = <table> {
}
Bag = <table> {
}
Item = <table> {
}
Base = <table> {
}
Tipped = <table> {
}
Parented = <table> {
}
PlayerMoney = <table> {
}
sets = <table> {
}
Skins = <table> {
}
Frames = <table> {
}
InventoryBags = <table> {
}
Name = "Bagnonium"
CurrencyLimit = 30
None = <table> {
}
}
The bag window looks like this, mostly blank:

fixed by #204