GridStatusRaidDebuff

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

You must login to post a comment. Don't have an account? Register to get one!

  • Avatar of Laren Laren Tue, 17 Nov 2009 18:43:48

    Same here. Lua error:

    Date: 2009-11-17 19:36:49
    ID: 2
    Error occured in: Global
    Count: 2
    Message: ..\AddOns\Grid\GridLDB.lua line 26:
    Dewdrop-2.0: args.GridStatus.args.GridStatusRaidDebuff.args.Ulduar.args.General Vezax: "desc" must be a string
    Debug:
    [C]: ?
    [C]: error()
    Ace2\AceLibrary\AceLibrary.lua:122: error()
    ...ace\AddOns\AHsearch\libs\Dewdrop-2.0\Dewdrop-2.0.lua:1300: FeedAceOptionsTable()
    Grid\GridLDB.lua:26:
    Grid\GridLDB.lua:26
    ...ace\AddOns\AHsearch\libs\Dewdrop-2.0\Dewdrop-2.0.lua:1894:
    ...ace\AddOns\AHsearch\libs\Dewdrop-2.0\Dewdrop-2.0.lua:1843
    ...ace\AddOns\AHsearch\libs\Dewdrop-2.0\Dewdrop-2.0.lua:2779:
    ...ace\AddOns\AHsearch\libs\Dewdrop-2.0\Dewdrop-2.0.lua:2738
    ...ace\AddOns\AHsearch\libs\Dewdrop-2.0\Dewdrop-2.0.lua:2995: Open()
    Grid\GridLDB.lua:26: OnClick()
    ...ace\AddOns\Grid\Libs\LibDBIcon-1.0\LibDBIcon-1.0.lua:121:
    ...ace\AddOns\Grid\Libs\LibDBIcon-1.0\LibDBIcon-1.0.lua:121
    
    Last edited on 17 Nov 2009 by Laren
  • Avatar of Adremma Adremma Thu, 22 Oct 2009 21:59:35
  • Avatar of imalinata imalinata Wed, 21 Oct 2009 13:28:07

    Thanks Adremma; the fix works for me as well. It would be nice to get this fixed in the mod though.

  • Avatar of dehrhorn dehrhorn Wed, 21 Oct 2009 05:20:31

    Perfect, the fix works for me, thanks.

  • Avatar of Adremma Adremma Fri, 16 Oct 2009 20:34:40

    Ugh. 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?

    Last edited on 17 Oct 2009 by Adremma: clarifying re-upload
    Name Size MD5
    Core.lua 22.7 KiB 3e6c4321387281353e13f33ee15a00b9
  • Avatar of oody oody Fri, 16 Oct 2009 05:04:25

    Had 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 !! )

  • Avatar of Tinolyn Tinolyn Fri, 09 Oct 2009 00:47:10

    Same. 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.

  • Avatar of some some Thu, 08 Oct 2009 04:29:12

    Having same issue

  • Avatar of dehrhorn dehrhorn Tue, 06 Oct 2009 15:51:07

    exactly 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.

  • Avatar of juniorjj juniorjj Thu, 01 Oct 2009 22:44:25

    Exact same error. Dying for a fix.

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.

Reported by

Possible assignees

Votes (Total: +25, Average: +2.8)