TWW Prepatch Error
EloMoose opened this issue ยท 2 comments
Getting the below error when loading into game
23x ConvertRatings/ConvertRatings.lua:156: attempt to call global 'InterfaceOptions_AddCategory' (a nil value)
[string "@ConvertRatings/ConvertRatings.lua"]:156: in main chunk
Locals:
{
colorTable =
light red ={
}
blue ={
}
light blue ={
}
pink ={
}
default ={
}
black ={
}
green ={
}
white ={
}
purple ={
}
orange ={
}
red ={
}
}
cvrpanel = Frame {
name = "Convert Ratings"
}
cvropttitle = ARTWORK {
}
cvrddtitle = ARTWORK {
}
cvrdropdown = CVRDropDown {
Right = CVRDropDownRight {
}
Left = CVRDropDownLeft {
}
Text = CVRDropDownText {
}
Button = CVRDropDownButton {
}
Icon = CVRDropDownIcon {
}
Middle = CVRDropDownMiddle {
}
noResize = 1
}
cvrddtitle = ARTWORK {
}
cvrbutton = Button {
Right = Texture {
}
Left = Texture {
}
fitTextWidthPadding = 40
Text = TopText {
}
Middle = Texture {
}
fitTextCanWidthDecrease = true
}
(*temporary) = nil
(*temporary) = Frame {
name = "Convert Ratings"
}
(*temporary) = "attempt to call global 'InterfaceOptions_AddCategory' (a nil value)"
The latest release has some temp fixes that allow the addon to run. In order to do so I had to remove the options panel and removed the color picker. You can still change the color of the text via slash commands.