View Single Post
09-07-22, 10:07 PM   #5
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,934
Dragonflight Pre Patch on PTR

For those who haven't been lucky enough to get onto the alpha or beta before now.

I just quickly checked nUI out to see which immediately kicked off .. these errors jumped out immediately

Lua Code:
  1. attempt to index field 'MainMenuBarArtFrame' (a nil value)


Lua Code:
  1. attempt to index field 'castable' (a nil value)
  2. In regards to code:
  3. button.layers.castable  = _G[btn_name.."AutoCastable"]
  4. local btn_name          = button:GetName()
  5. local button            = CreateFrame( "CheckButton", "$parent_Button"..i, frame, "PetActionButtonTemplate" )
  6. local frame      = CreateFrame( "Frame", "nUI_PetBar", nUI_Dashboard.Anchor, "SecureFrameTemplate" )


Lua Code:
  1. attempt to index global 'ActionBarUpButton' (a nil value)


Lua Code:
  1. bad argument #2 to '?' (Usage: self:SetParent([parent]))
  2. In regards to code:
  3. TotemFrame:SetParent("UIParent")


Lua Code:
  1. Usage: self:SetClampedToScreen(clampedToScreen)
  2. In regards to code:
  3. COMBAT_LOG:SetClampedToScreen( nil )


Lua Code:
  1. attempt to index global 'MinimapBorder' (a nil value)
  2. In regards to code:
  3. MinimapBorder:SetParent( nUI.BlizUI );


Lua Code:
  1. TutorialFrameAlertButton:SetPoint(): Couldn't find region named 'ActionBarDownButton'


Lua Code:
  1. attempt to index field 'options' (a nil value)
  2. In regards to code:
  3. tracker.options.width = skin.options.barWidth
  4. --- Sounds like a saved variables issue rather than a code issue.


Lua Code:
  1. Unrecognized XML attribute: frameLevel
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
  Reply With Quote