View Single Post
06-26-19, 05:10 PM   #4
Ayrie
A Deviate Faerie Dragon
Join Date: Dec 2008
Posts: 10
The specific error message is as follows:

x1 nibRealUI_Config\Config.lua:391: attempt to call method 'GetScript' (a nil value)
Stack: nibRealUI_Config\Config.lua:391: in function 'ToggleConfig'
nibRealUI\Core.lua:371: in function 'LoadConfig'
nibRealUI\Modules\ActionBars.lua:479: in function '?'
...ns\Bartender4\libs\AceConsole-3.0\AceConsole-3.0-7.lua:94: in function '?'
FrameXML\ChatFrame.lua:4836: in function 'ChatEdit_ParseText'
FrameXML\ChatFrame.lua:4497: in function 'ChatEdit_SendText'
FrameXML\ChatFrame.lua:4533: in function 'ChatEdit_OnEnterPressed'
[string "*:OnEnterPressed"]:1: in function <[string "*:OnEnterPressed"]:1>
Time: 2019/06/26 19:09:01 Index: 2/2
RealUI Version: 2.0.12
Locals:
app = "HuD"
section = "other"
(for index) = 2
(for limit) = 5
(for step) = 1
i = 2
tab = <table> {
button = RealUIHuDConfigBtn2 {}
slug = "other"
name = "Other"
icon = "sliders"
}
(*temporary) = nil
(*temporary) = <table> {
button = RealUIHuDConfigBtn2 {}
slug = "other"
name = "Other"
icon = "sliders"
}
(*temporary) = "OnClick"
(*temporary) = "attempt to call method 'GetScript' (a nil value)"
debug = <function> defined @RealUI_Bugs\RealUI_Bugs.lua:40
initialized = true
InitializeOptions = <function> defined @nibRealUI_Config\Config.lua:226
isHuDShown = true
hudToggle = <function> defined @nibRealUI_Config\Config.lua:191
tabs = <table> {
1 = <table> {}
2 = <table> {}
3 = <table> {}
4 = <table> {}
5 = <table> {}
}
hudConfig = RealUIHuDConfig {
0 = <userdata>
highlight = RealUIHuDConfig {}
close = RealUIHuDConfigBtn5 {}
unitframes = RealUIHuDConfigBtn3 {}
GetBackdropColor = <function> defined @RealUI_Skins\Aurora\Skin\api.lua:274
toggle = RealUIHuDConfigBtn1 {}
SetBackdropBorderColor = <function> defined @RealUI_Skins\Aurora\Skin\api.lua:280
SetBackdropBorderLayer = <function> defined @RealUI_Skins\Aurora\Skin\api.lua:310
slideAnim = <unnamed> {}
GetBackdropBorderLayer = <function> defined @RealUI_Skins\Aurora\Skin\api.lua:325
SetBackdrop = <function> defined @RealUI_Skins\Aurora\Skin\api.lua:122
tabs = <table> {}
GetBackdropBorderColor = <function> defined @RealUI_Skins\Aurora\Skin\api.lua:304
GetBackdrop = <function> defined @RealUI_Skins\Aurora\Skin\api.lua:245
castbars = RealUIHuDConfigBtn4 {}
other = RealUIHuDConfigBtn2 {}
SetBackdropColor = <function> defined @RealUI_Skins\Aurora\Skin\api.lua:257
GetBackdropTexture = <function> defined @RealUI_Skins\Aurora\Skin\api.lua:330
_auroraBackdrop = <table> {}
}
ACD = <table> {
ConfigTableChanged = <function> defined @Bartender4\libs\AceConfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:1762
CloseAll = <function> defined @Bartender4\libs\AceConfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:1743
Close = <function> defined @Bartender4\libs\AceConfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:1753
SetDefaultSize = <function> defined @Bartender4\libs\AceConfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:1773
Open = <function> defined @Bartender4\libs\AceConfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:1788
AddToBlizOptions = <function> defined @Bartender4\libs\AceConfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:1919
OpenFrames = <table> {}
GetStatusTable = <function> defined @Bartender4\libs\AceConfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:406
BlizOptions = <table> {}
Status = <table> {}
frame = <unnamed> {}
FeedGroup = <function> defined @Bartender4\libs\AceConfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:1533
SelectGroup = <function> defined @Bartender4\libs\AceConfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:436
}


If I disable Real UI's ability to control Bartender4 under the RealUI Config > Other > Addon Control menu and reload the UI the Bartender4 config will pop up when typing the '/bt4' command. If I revert that change and reload the UI again the same behavior comes back where I'm unable to open the BT4 config menu.
  Reply With Quote