
Frames not showing up in arena, not able to open menu since patch
lvxku opened this issue ยท 2 comments
Hey guys, I am getting this lua error about gex not being "registed with AceConfigRegistry" since the patch dropped:
GladiusEx/options.lua:1086: GladiusEx isn't registed with AceConfigRegistry, unable to open config
[Masque/Libs/AceConfig-3.0-3/AceConfigDialog-3.0-87/AceConfigDialog-3.0.lua]:1855: in function 'Open'
[GladiusEx/options.lua]:1086: in function 'ShowOptionsDialog'
[GladiusEx/options.lua]:221: in function '?'
[Blizzard_ChatFrameBase/Mainline/ChatFrame.lua]:3102: in function 'ChatEdit_ParseText'
[Blizzard_ChatFrameBase/Mainline/ChatFrame.lua]:2754: in function 'ChatEdit_SendText'
[Blizzard_ChatFrameBase/Mainline/ChatFrame.lua]:2790: in function <Blizzard_ChatFrameBase/Mainline/ChatFrame.lua:2786>
[C]: in function 'ChatEdit_OnEnterPressed'
[*ChatFrame.xml:140_OnEnterPressed]:1: in function <[string "*ChatFrame.xml:140_OnEnterPressed"]:1>
Locals:
self = <table> {
tooltip = AceConfigDialogTooltip {
}
BlizOptions = <table> {
}
popup = Frame {
}
OpenFrames = <table> {
}
Status = <table> {
}
frame = Frame {
}
}
appName = "GladiusEx"
container = nil
app = nil
reg = <table> {
validated = <table> {
}
tables = <table> {
}
callbacks = <table> {
}
}
MAJOR = "AceConfigDialog-3.0"
AceConfigDialog = <table> {
tooltip = AceConfigDialogTooltip {
}
BlizOptions = <table> {
}
popup = Frame {
}
OpenFrames = <table> {
}
Status = <table> {
}
frame = Frame {
}
}
gui = <table> {
objPools = <table> {
}
WidgetBase = <table> {
}
counts = <table> {
}
LayoutRegistry = <table> {
}
tooltip = AceGUITooltip {
}
WidgetRegistry = <table> {
}
WidgetVersions = <table> {
}
WidgetContainerBase = <table> {
}
}
I found a workaround online: If I delete the *.lua and *.lua.bak files in the account saved variables directory and then restart the game gex works again, but without my profile (q_q)