Sorry but there seems to be a new issue with the addon now. After logging in today I am experiencing FPS lag with the addon enabled, capping me at 14 FPS. When I disable it, everything works fine. I installed bugsack and bug grabber and this is the error I am getting. Any idea how to fix this?
Thanks
1722x Broker_MicroMenu/Broker_MicroMenu.lua:94: attempt to index upvalue 'db' (a nil value)
[string "@Broker_MicroMenu/Broker_MicroMenu.lua"]:94: in function `UpdateText'
[string "@Broker_MicroMenu/Broker_MicroMenu.lua"]:313: in function <Broker_MicroMenu/Broker_MicroMenu.lua:310>
Hello
Sorry but there seems to be a new issue with the addon now. After logging in today I am experiencing FPS lag with the addon enabled, capping me at 14 FPS. When I disable it, everything works fine. I installed bugsack and bug grabber and this is the error I am getting. Any idea how to fix this?
Thanks
1722x Broker_MicroMenu/Broker_MicroMenu.lua:94: attempt to index upvalue 'db' (a nil value) [string "@Broker_MicroMenu/Broker_MicroMenu.lua"]:94: in function `UpdateText' [string "@Broker_MicroMenu/Broker_MicroMenu.lua"]:313: in function <Broker_MicroMenu/Broker_MicroMenu.lua:310>
Locals: self =
To fix it, open up the options.lua file and change line 5 from:
local version = GetAddOnMetadata("Broker_MicroMenu","X-Curse-Packaged-Version") or ""
to:
local version = C_AddOns.GetAddOnMetadata("Broker_MicroMenu","X-Curse-Packaged-Version") or ""
Thanks, that worked :)