46 - error when using chocolate bar
What steps will reproduce the problem?
1. Mousing over hitcrit plugin with chocolate bar installed
2.
3.
What is the expected output? What do you see instead?
expect to see the tooltip, get the following error:
[2009/09/23 12:24:34-2672-x1]: Broker_HitCrit-2.12.0-release\Broker_HitCrit.lua:928 attempt to call method 'drawTooltip' (a nil value)
ChocolateBar-1.9\Chocolate.lua:190 in function <Interface\AddOns\ChocolateBar\Chocolate.lua:159
What version of the product are you using?
2.12
Do you have an error log of what happened?
yes, see above
Please provide any additional information below.
I have a number of other plugins that I use with my chocolate bar, none of them are having tooltip issues.
| User | When | Change |
|---|---|---|
| Zhinjio | Thu, 24 Sep 2009 21:03:42 | Changed status from New to Accepted |
| Fragglerock | Wed, 23 Sep 2009 16:29:43 | Create |
- 6 comments
- 6 comments
Facts
- Last updated on
- 24 Sep 2009
- Reported on
- 23 Sep 2009
- Status
- Accepted - Problem reproduced / Need acknowledged.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- #6
Zhinjio Sat, 26 Sep 2009 18:31:02Awesome. I'll commit that change and push it sometime this weekend. Thanks for finding this.
- #5
Fragglerock Fri, 25 Sep 2009 23:15:37That seems to have worked! No errors, and the tooltip comes up as expected.
Thanks for the help :)
- #4
Zhinjio Fri, 25 Sep 2009 18:12:22Change line 39 in Broker_HitCrit.lua from:
addon = HitCrit
to:
local addon = HitCrit
Make sure you do that before you go in game, and then go back in and see if you still get the error.
Thanks.
- #3
Fragglerock Fri, 25 Sep 2009 15:22:42Sure thing, what do I need to do?
- #2
Zhinjio Thu, 24 Sep 2009 21:12:12Can you test a potential fix for me before I commit this?
- #1
Zhinjio Thu, 24 Sep 2009 21:03:37This makes no sense. I will investigate further, but this may be a problem specific to Chocolate Bar.