ChocolateBar Broker Display

ChocolateBar Broker Display

1M Downloads

[Bug Report] The Bar is not long displayed

grilor opened this issue ยท 7 comments

commented

What game version did the bug occur in?

Retail

Troubleshooting

  • I have verified that ChocolateBar is up to date.
  • I have tried to reproduce the bug with no other addons loaded.
  • I have verified that the issue hasn't yet been reported.

Describe the bug.

i have disabled ALL addon but this one and it is not showing up at all now.

Steps to reproduce.

loggin with allmy addons turned on and the bar was gone. removed all addons but this one and the bar is still gone

Expected behavior.

for the bars to be displayed on the in-game screen

Errors

No response

commented

Same issue as well. Bar is no longer displayed

commented

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 ""

commented

Here's the latest version of the addon with the changes I referenced:

https://easyupload.io/bgs1lx

Please delete if not allowed.

commented

unfortunately I am not very computer savvy so the add on changes are very confusing and I would not even begin to know where to fix these on my own

commented

Here's the latest version of the addon with the changes I referenced:

https://easyupload.io/bgs1lx

Please delete if not allowed.

Not sure if I did it wrong, but I downloaded this and unzipped it to my addon folder and still nothing, Chocolate bar still doesn't show up on my screen.

commented

Not sure if I did it wrong, but I downloaded this and unzipped it to my addon folder and still nothing, Chocolate bar still doesn't show up on my screen.

I just made the changes manually and I do get the bar. (edit - I had missed saving a file in the editor)

commented

Fixed in v3.14