View Single Post
06-17-19, 04:08 PM   #4
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,928
Well, decided to install bugsack and !buggrabber .. totally forgot that I didn't have it installed as the built in error report has been adequate so far ..

Anyway, buggrabber found 14 errors that must have been introduced due to 8.2 changes ..

1. Main > Action[SetPoint] failed because[SetPoint would result in anchor family connection]: attempted from: WorldFrame:SetPoint.",
2. StatusBars > attempt to index field 'parent' (a nil value)"
3. ChatFrame > attempt to call method 'registerScalableFrame' (a nil value)"
4. InfoPanel > attempt to call method 'registerSkinnedFrame' (a nil value)"
5. Same as 4 for Minimap
6. Minimap Location Frame > attempt to call field 'HideDefaultFrame' (a nil value)",
7. UnitFrames > attempt to call method 'TableInsertByValue' (a nil value)"
8. ChatFrame > attempt to perform arithmetic on field 'hScale' (a nil value)"
9. FrameMover > attempt to call method 'setScale' (a nil value)"
10. Power Bars > attempt to perform arithmetic on field 'vScale' (a nil value)"
11. XPBars/ButtonBars > Couldn't find region named 'nUI_BottomLeftBar'"
12. Same as 7 for a different Unit Frame
13. Same as 9 for bag bar
14. Minimap Location Frame > attempt to perform arithmetic on upvalue 'center_x' (a nil value)"

Most of those errors ( from memory ) are due to an earlier failure to set up the base nUI frames. Seeing as they are reliant on the WorldFrame I suspect they changed something there that is affecting nUI's startup process. Hopefully that cuts the debug code down signficantly.


Edit:
This is the only change I could see on Gethe's site for 8.2 changes that may be related

Nameplates anchoring is now restricted to only those in the same anchor "family". This was done to disable drawing lines to nameplates. Unfortunately nothing to explain what an anchor family is.
__________________


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

Last edited by Xrystal : 06-17-19 at 04:37 PM.
  Reply With Quote