Not working on Retail 11.0
Tanae opened this issue · 4 comments
7x ...egroundSpiritReleaser/BattlegroundSpiritReleaser.lua:132: attempt to call global 'InterfaceOptions_AddCategory' (a nil value)
[string "@BattlegroundSpiritReleaser/BattlegroundSpiritReleaser.lua"]:132: in main chunk
Locals:
BattlegroundSpiritReleaserDBDefaults =
Enabled = true
SoulstoneDelay = 0
UseSoulstone = true
}
maxSoulstoneDelay = 20
optionsMenu = BattlegroundSpiritReleaserOptionsMenu {
name = "BattlegroundSpiritReleaser"
}
enabledCheckButton = BattlegroundSpiritReleaserEnabledCheckButton {
Text = BattlegroundSpiritReleaserEnabledCheckButtonText {
}
text = BattlegroundSpiritReleaserEnabledCheckButtonText {
}
}
useSoulstoneCheckButton = BattlegroundSpiritReleaserUseSoulstoneCheckButton {
Text = BattlegroundSpiritReleaserUseSoulstoneCheckButtonText {
}
text = BattlegroundSpiritReleaserUseSoulstoneCheckButtonText {
}
}
soulstoneDelayLabel = BattlegroundSpiritReleaserSoulstoneDelayLabel {
}
soulstoneDelayEditBox = BattlegroundSpiritReleaserSoulstoneDelayEditBox {
Right = Texture {
}
Left = Texture {
}
Middle = Texture {
}
}
soulstoneDelaySlider = BattlegroundSpiritReleaserSoulstoneDelaySlider {
PixelSnapDisabled = true
Center = Texture {
}
RightEdge = Texture {
}
backdropInfo =
}
BottomEdge = Texture {
}
BottomLeftCorner = Texture {
}
BottomRightCorner = Texture {
}
TopEdge = Texture {
}
TopRightCorner = Texture {
}
TopLeftCorner = Texture {
}
LeftEdge = Texture {
}
}
(*temporary) = nil
(*temporary) = BattlegroundSpiritReleaserOptionsMenu {
name = "BattlegroundSpiritReleaser"
}
(*temporary) = "attempt to call global 'InterfaceOptions_AddCategory' (a nil value)"
I've committed a possible fix, but not published a release. Can you please test the latest commit from the master
branch in mainline WoW?
Sure. I'll report back if there's issues or not so you can push out a release. Thanks for your dedication to the addon.