8 - Not able to access Grid menu
What steps will reproduce the problem?
1. Right click on FuBar's Grid icon
What is the expected output? What do you see instead?
Grid droplist menu, but nothing appears, not even an error message
What version of the product are you using?
r225 and r227 have this issue. r214 is working fine
Do you have an error log of what happened?
None
| User | When | Change |
|---|---|---|
| Kowalski | Wed, 23 Sep 2009 03:16:48 | Create |
Facts
- Last updated on
- 22 Nov 2009
- Reported on
- 23 Sep 2009
- Status
- New - Issue has not had initial review yet.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- #12
Laren Tue, 17 Nov 2009 18:43:48Same here. Lua error:
- #11
Adremma Thu, 22 Oct 2009 21:59:35Well, to those feeling brave, I offer: http://www.wowace.com/addons/grid-status-raid-debuff/repositories/menufix/files/2-r245/
- #10
imalinata Wed, 21 Oct 2009 13:28:07Thanks Adremma; the fix works for me as well. It would be nice to get this fixed in the mod though.
- #9
dehrhorn Wed, 21 Oct 2009 05:20:31Perfect, the fix works for me, thanks.
- #8
Adremma Fri, 16 Oct 2009 20:34:40Ugh. I was actually able to get this fixed on my local copy, for what it's worth; kind of an icky process (especially since there are a couple more errors that pop up once you get the first one fixed), but hopefully this'll help someone.
First, in the function GridStatusRaidDebuff:BossName(), the last thing the function does is assign a bunch of stuff to args[zone].args[boss]. In there, add this line:
desc = L["Option for %s"]:format(boss),
Next, in the function GridStatusRaidDebuff:CreateMainMenu(), the function eventually sets up args["Frequency"]. In there, there are two lines, one after another, that read:
name = "Aura Refresh Frequency",
Change one of them to:
desc = "Aura Refresh Frequency",
Finally, in the function GridStatusRaidDebuff:LoadZoneDebuff(), one of the menu options that is set up is ["remove"]. In its assignments, there's a guiHidden line; we need to duplicate that for hidden. That is:
hidden = function() return not k.detected end,
That should, if all goes well, handle all the errors I've managed to get it to spit at me. If people come up with more Dewdrop errors, though, I'll be glad to try to come up with a temp fix.
EDIT: updated the attachment below to ensure line endings are done correctly. Granted, WoW will read it anyway, but points for tidiness and all. Also, I'm tempted to clone the repo to make this easier to manage; thoughts?
- #7
oody Fri, 16 Oct 2009 05:04:25Had same issue for a while now.
Tried a few various things including disembedding DewDrop-2.0 and removing Ulduar.lua from the .toc but the issue persists. (It errors on malygos instead... Tried removing Naxxramas.lua due to some bosses in there having apostrophes in the name, no luck there either)
Thought this was something I had screwed up when I ran the ultra DISEMBED.BAT file until I saw this Ticket. (Btw DISEMBED.BAT doubled the speed of my UI !! )
- #6
Tinolyn Fri, 09 Oct 2009 00:47:10Same. Here's the error I get:
[2009/10/08 20:32:41-1367-x8]: FuBarPlugin-2.0-90009 (FuBar_MicroMenu):1123: Dewdrop-2.0: args.GridStatus.args.GridStatusRaidDebuff.args.Ulduar.args.General Vezax: "desc" must be a string BugSack-2.x.x.166\Libs\AceLibrary\AceLibrary.lua:122: in function `error' Dewdrop-2.0-90320 (BugSack):2917: in function `Register' FuBarPlugin-2.0-90009 (FuBar_MicroMenu):1123: in function `OpenMenu' FuBarPlugin-2.0-90009 (FuBar_MicroMenu):991: in function <...face\AddOns\FuBar_MicroMenu\Libs\FuBarPlugin-2.0.lua:989> FuBar-3.0.90012\FuBar.lua:1213: in function <Interface\AddOns\FuBar\FuBar.lua:1207> Tablet-2.0-90216 (FuBar):2556: in function <...nterface\AddOns\FuBar\libs\Tablet-2.0\Tablet-2.0.lua:2554>
Version 243.
- #5
some Thu, 08 Oct 2009 04:29:12Having same issue
- #4
dehrhorn Tue, 06 Oct 2009 15:51:07exactly the same here
when accessing the grid-menu via right-click I get: 2009/10/06 17:40:36-1976-x1]: FuBarPlugin-2.0-90009:1123: Dewdrop-2.0: args.GridStatus.args.GridStatusRaidDebuff.args.Ulduar.args.General Vezax: "desc" must be a string FuBar-3.0.90012\libs\AceLibrary\AceLibrary.lua:122: in function `error' Dewdrop-2.0-90320 (FuBar):2917: in function `Register' FuBarPlugin-2.0-90009:1123: in function `OpenMenu' FuBarPlugin-2.0-90009:1587: in function <...AtlasLootFu\Libs\FuBarPlugin-2.0\FuBarPlugin-2.0.lua:1584> Tablet-2.0-90216 (FuBar):2556: in function <...nterface\AddOns\FuBar\libs\Tablet-2.0\Tablet-2.0.lua:2554>
When GridStatusRaidDebuffs is disabled Menu opens.
- #3
juniorjj Thu, 01 Oct 2009 22:44:25Exact same error. Dying for a fix.