WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Lua/XML Help (https://www.wowinterface.com/forums/forumdisplay.php?f=16)
-   -   Not sure how to Fix this (https://www.wowinterface.com/forums/showthread.php?t=56049)

Panthergaming 02-16-18 04:39 PM

Not sure how to Fix this
 
Message: [string "Talents BG_OnShow"]:3: attempt to index global 'SkadaBarWindowTotals' (a nil value)
Time: 02/16/18 22:38:18
Count: 2
Stack: [string "Talents BG_OnShow"]:3: attempt to index global 'SkadaBarWindowTotals' (a nil value)
[C]: ?
[string "Talents BG_OnShow"]:3: in function <[string "Talents BG_OnShow"]:1>
[C]: in function `Show'
Interface\FrameXML\UIParent.lua:2980: in function <Interface\FrameXML\UIParent.lua:2975>
[C]: in function `ShowUIPanel'
...rface\AddOns\MoveAnything\Libs\!NoTaint\!NoTaint.lua:5: in function <...rface\AddOns\MoveAnything\Libs\!NoTaint\!NoTaint.lua:3>
[C]: in function `PlayerTalentFrame_Toggle'
Interface\FrameXML\UIParent.lua:710: in function `ToggleTalentFrame'
Interface\FrameXML\MainMenuBarMicroButtons.lua:474: in function <Interface\FrameXML\MainMenuBarMicroButtons.lua:473>
[C]: in function `Click'
[string "Microrollover 03_OnClickUp"]:2: in function <[string "Microrollover 03_OnClickUp"]:1>

Locals:

Kanegasi 02-16-18 05:46 PM

It looks like you used MoveAnything to move your Skada window, then uninstalled Skada or Skada changed. Now, MoveAnything is trying to mess with a frame that no longer exists or doesn't exist by that name.

With WoW not running (completely exit), open the file World of Warcraft\WTF\Account\<accountID>\SavedVariables\MoveAnything.lua in a text editor, search for SkadaBarWindowTotals, then delete that section. It will look similar to this:

MAKE A COPY OF THIS FILE BEFORE YOU EDIT IT

Lua Code:
  1. ["SkadaBarWindowTotals"] = {
  2.     ["orgScale"] = 1,
  3.     ["disableLayerBackground"] = true,
  4.     ["name"] = "SkadaBarWindowTotals",
  5.     ["orgPos"] = {
  6.         "BOTTOM", -- [1]
  7.         "UIParent", -- [2]
  8.         "BOTTOM", -- [3]
  9.         0, -- [4]
  10.         229.000015258789, -- [5]
  11.     },
  12.     ["scale"] = 0.699999988079071,
  13.     ["disableLayerArtwork"] = true,
  14.     ["disableLayerBorder"] = true,
  15.     ["pos"] = {
  16.         "TOP", -- [1]
  17.         "ExtraActionButton1", -- [2]
  18.         "BOTTOM", -- [3]
  19.         0, -- [4]
  20.         -24.9999923706055, -- [5]
  21.     },
  22. },

Delete just that section, from the top line in the example above to the }, right before the next named frame.


All times are GMT -6. The time now is 10:03 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI