My mod options have been working no problem and I can't think of anything I changed that would have borked them up but I am getting this error which really makes no sense to me:
7x AceConfigDialog-3.0\AceConfigDialog-3.0-54.lua:1796: 54AceConfigRegistry-3.0-13:ValidateOptionsTable(): MorgDKP2.args.dkpmodules.args.type: expected a table, got a string
<in C code>
AceConfigRegistry-3.0\AceConfigRegistry-3.0-13.lua:50: in function <AceConfigRegistry-3.0\AceConfigRegistry-3.0.lua:45>
AceConfigRegistry-3.0\AceConfigRegistry-3.0-13.lua:200: in function <AceConfigRegistry-3.0\AceConfigRegistry-3.0.lua:196>
AceConfigRegistry-3.0\AceConfigRegistry-3.0-13.lua:231: in function <AceConfigRegistry-3.0\AceConfigRegistry-3.0.lua:196>
AceConfigRegistry-3.0\AceConfigRegistry-3.0-13.lua:231: in function <AceConfigRegistry-3.0\AceConfigRegistry-3.0.lua:196>
AceConfigRegistry-3.0\AceConfigRegistry-3.0-13.lua:259: in function "ValidateOptionsTable"
AceConfigRegistry-3.0\AceConfigRegistry-3.0-13.lua:300: in function "app"
AceConfigDialog-3.0\AceConfigDialog-3.0-54.lua:1796: in function "Open"
AceConfigDialog-3.0\AceConfigDialog-3.0-54.lua:1881: in function <AceConfigDialog-3.0\AceConfigDialog-3.0.lua:1879>
(tail call): ?
<in C code>
<string>:"safecall Dispatcher[2]":9: in function <string>:"safecall Dispatcher[2]":5
(tail call): ?
AdiBags-v1.3-1-g0b92d7c\libs\AceGUI-3.0\AceGUI-3.0-33.lua:314: in function "Fire"
widgets\AceGUIContainer-BlizOptionsGroup.lua:20: in function <widgets\AceGUIContainer-BlizOptionsGroup.lua:19>
<in C code>
FrameXML\InterfaceOptionsFrame.lua:28: in function "InterfaceOptionsList_DisplayPanel"
FrameXML\InterfaceOptionsFrame.lua:46: in function "InterfaceOptionsListButton_OnClick"
<string>:"*:OnClick":2: in function <string>:"*:OnClick":1
Locals:
nil
It says dkpmodules.args.type is expected to be a table but the types are all strings are they not? ie "toggle", "header", "group", "range" Am I reading that error wrong?
Hermes is messing up badly with your option tables ?
By the way, it seems MorgDKP2.args.dkpmodules is a "group" so its "args" items should contains options, e.g. tables. MorgDKP2.args.dkpmodules.args.type is supposed to be an option.
Found the problem. In hermes he didn't make his options local. But my options are local so not sure why they interfered anyway but if I change hermes options to local everything works fine.
It says dkpmodules.args.type is expected to be a table but the types are all strings are they not? ie "toggle", "header", "group", "range" Am I reading that error wrong?
edit: rolled back hermes to 1.0g and they work fine together. Inthedrops any thoughts what might be going on?
By the way, it seems MorgDKP2.args.dkpmodules is a "group" so its "args" items should contains options, e.g. tables. MorgDKP2.args.dkpmodules.args.type is supposed to be an option.