r167 error ZOMGBuffsButton:SetPoint(): Couldn't find region named '(null)' #154


  • Waiting
  • Defect
Open
Assigned to _ForgeUser451653
  • _ForgeUser4505000 created this issue Oct 24, 2010

    What steps will reproduce the problem?
    1. Not sure...but after having used it for an evening....but then after exiting and returning the next day I get the returning error. I get the feeling it has something to do with after having logged into different characters.......and then after relogging.

    Date: 2010-10-24 16:59:54
    ID: 1
    Error occured in: Global
    Count: 1
    Message: ..\AddOns\ZOMGBuffs\ZOMGBuffs.lua line 2127:
       ZOMGBuffsButton:SetPoint(): Couldn't find region named '(null)'
    Debug:
       ...ddOns\AtlasLootFu\Libs\AceAddon-2.0\AceAddon-2.0.lua:25:
          ...ddOns\AtlasLootFu\Libs\AceAddon-2.0\AceAddon-2.0.lua:23
       ...ddOns\AtlasLootFu\Libs\AceAddon-2.0\AceAddon-2.0.lua:1051: ManualEnable()
       ...ddOns\AtlasLootFu\Libs\AceAddon-2.0\AceAddon-2.0.lua:979:
          ...ddOns\AtlasLootFu\Libs\AceAddon-2.0\AceAddon-2.0.lua:973
       [C]: ?
       ...ddOns\AtlasLootFu\Libs\AceEvent-2.0\AceEvent-2.0.lua:260: TriggerEvent()
       ...ddOns\AtlasLootFu\Libs\AceEvent-2.0\AceEvent-2.0.lua:910:
          ...ddOns\AtlasLootFu\Libs\AceEvent-2.0\AceEvent-2.0.lua:903
    AddOns:
      Swatter, v3.1.16 (<%codename%>)
      NPCScan, v4.0.0.4
      NPCScanOverlay, v4.0.0.3
      Armory, vv9.0.7
      ArmoryGuildBank, vv9.0.7
      AtlasLoot, vv5.11.07
      AtlasLootFu, vv5.11.07
      AucAdvanced, v5.9.4960 (WhackyWallaby)
      AucFilterBasic, v5.9.4960 (WhackyWallaby)
      AucFilterOutlier, v5.9.4960.2531
      AucMatchUndercut, v5.9.4960.2531
      AucStatHistogram, v5.9.4960 (WhackyWallaby)
      AucStatiLevel, v5.9.4960 (WhackyWallaby)
      AucStatPurchased, v5.9.4960 (WhackyWallaby)
      AucStatSales, v5.9.4960.2842
      AucStatSimple, v5.9.4960 (WhackyWallaby)
      AucStatStdDev, v5.9.4960 (WhackyWallaby)
      AucStatWOWEcon, v5.9.4960.2530
      AucUtilAHWindowControl, v5.9.4960.3311
      AucUtilAppraiser, v5.9.4960.2530
      AucUtilAskPrice, v5.9.4960.3175
      AucUtilAutoMagic, v5.9.4960.3142
      AucUtilCompactUI, v5.9.4960.2530
      AucUtilEasyBuyout, v5.9.4960.3583
      AucUtilFixAH, v5.9.4960 (WhackyWallaby)
      AucUtilGlypher, v5.9.4960.2545
      AucUtilItemSuggest, v5.9.4960.3108
      AucUtilPriceLevel, v5.9.4960.2545
      AucUtilScanButton, v5.9.4960.2530
      AucUtilScanFinish, v5.9.4960.2530
      AucUtilScanProgress, v5.9.4960.2530
      AucUtilScanStart, v5.9.4960.4819
      AucUtilSearchUI, v5.9.4960.3655
      AucUtilSimpleAuction, v5.9.4960.4546
      AucUtilVendMarkup, v5.9.4960.2530
      Babylonian, v5.1.DEV.130
      BagSlots, vv1.3.5
      BankItems, v40000
      BeanCounter, v5.9.4960 (WhackyWallaby)
      Configator, v5.1.DEV.282
      DebugLib, v5.1.DEV.275
      DurabilityStatus, v
      Enchantrix, v5.9.4960 (WhackyWallaby)
      EnchantrixBarker, v5.9.4960 (WhackyWallaby)
      ESNRare, v0.9.5
      FlightMap, v
      Fragile3, v3
      Gatherer, v3.1.16
      GathererDBWowhead, v1.0.2009-12-09
      GryphonRemove, v1.00
      MapCoords, v0.8
      OmniCC, v3.1.4
      RatingBuster, v
      Recount, v
      SimpleThreatMeter, v4.0.2
      SlideBar, v3.1.16 (<%codename%>)
      Stubby, v5.9.4960 (WhackyWallaby)
      tekKompare, v3.3.0.8
      ZOMGBuffs, vr167
      ZOMGBuffsBuffTehRaid, vr167
      ZOMGBuffsPortalz, vr167
      ZOMGBuffsSelfBuffs, vr167
      BlizRuntimeLib_enUS v4.0.1.40000 <us>
      (ck=7a7)

  • _ForgeUser4505000 added the tags New Defect Oct 24, 2010
  • _ForgeUser451653 posted a comment Oct 24, 2010

    Marking the others of duplicates of this as they all seem to be the same error, just line number differences from revisions.

  • _ForgeUser451653 unassigned issue from Forge_User_26050436 Oct 24, 2010
  • _ForgeUser451653 self-assigned this issue Oct 24, 2010
  • _ForgeUser451653 posted a comment Oct 24, 2010

    I think this is a problem with character-specific SavedVariables that have been corrupted somehow.

    On the character that you are getting this error on, open up WTF\Account\[ACCOUNTNAME]\[SERVERNAME]\[CHARACTERNAME]\SavedVariables\ZOMGBuffs.lua

    Under the "global" section is a variable called "pos" that on mine looks like this:

        ["global"] = {
            ["pos"] = {
                ["point"] = {
                    "BOTTOMRIGHT", -- [1]
                    nil, -- [2]
                    "BOTTOMRIGHT", -- [3]
                    -34.96266789789993, -- [4]
                    88.29630720173854, -- [5]
                },
            },
        },

    I suspect that on yours either [1] or [3] has somehow gotten set to nil, and that's what's causing the error whenever you log in that character. Deleting the section or even the entire lua file should reset it to defaults.


    Edited Oct 24, 2010
  • Forge_User_26050436 posted a comment Oct 26, 2010

    I further suspect that his error is somehow related to the other two. No amount of asking him to delete vars, try without other mods.. re-install in fresh addons folder etc etc etc. have worked.. in so far as I can't get him to acknowledge what i said and do it. Just wants some white mans voodoo magic to fix it remotely. Sorry if I seem a little terse... but I've had so so many emails from this guy..

  • Forge_User_26050436 removed a tag New Oct 26, 2010
  • Forge_User_26050436 added a tag Waiting Oct 26, 2010

To post a comment, please login or register a new account.