Closed fraerie closed 2 months ago
Chocolate Bar completely missing
The following changes made the addon work again for me:
MicroMenu\Broker_MicroMenu.lua:212: Change to C_AddOns.LoadAddOn("Blizzard_TalentUI")
Core.lua:9: Change to C_AddOns.GetAddOnMetadata("ChocolateBar", "Version")
Core.lua:281: Change to return lastversion < C_AddOns.GetAddOnMetadata("ChocolateBar", "Version") and true or false
Options.lua:12: Change to local version = C_AddOns.GetAddOnMetadata("ChocolateBar","X-Curse-Packaged-Version") or ""
Applied those fixes - the bar now loads, but I am getting some new errors
37x ChocolateBar/modules/CB_PlayedTime.lua:106: attempt to call method 'RegisterOptions' (a nil value) [string "@ChocolateBar/modules/CB_PlayedTime.lua"]:106: in function <ChocolateBar/modules/CB_PlayedTime.lua:98>
Locals: (temporary) = nil (temporary) =
What game version did the bug occur in?
Retail
Troubleshooting
Describe the bug.
LUA errors on load into game, no Broker bar displayed
Steps to reproduce.
Load into game with Chocolate Bar loaded
Expected behavior.
Addon to load without error and display bar.
Errors