Thread Tools Display Modes
10-26-12, 02:56 PM   #1
Sinakul
A Deviate Faerie Dragon
Join Date: Apr 2009
Posts: 11
nUI Unit Aura bug...I think

Bug Sack/Bug Grabber is doing a wonderful job of keeping this from popping up in the middle of my screen during raids or quests.

16x [ADDON_ACTION_BLOCKED] AddOn "nUI" tried to call the protected function "nUI_Raid10Unit_Player_Aura2_Button2_HitBox:SetID()".
!BugGrabber-r188\BugGrabber.lua:587: in function <!BugGrabber\BugGrabber.lua:587>
<in C code>
nUI-5.07.27 (Plus)\Units\nUI_UnitAura.lua:326: in function <nUI\Units\nUI_UnitAura.lua:312>


I might add I notice this says 5.07.27 but I'm actually using the last version of 5 that was emailed out (?..28)
 
10-26-12, 05:18 PM   #2
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Yeah... there's quite a few taint bugs in nUI5. They're part of the reason it has FPS leaks in big raids. nUI6 has one taint problem in it that I'm aware of, but I'm working with Blizz to try and get a resolution to that one. So, hopefully nUI6 will be free of these kinds of warnings.

FWIW: Taint reports are warnings, not bugs, and don't usually appear in combat. There's options to turn off tracking of the warnings, too... can't recall if they are in the BLizz interface settings or the Swatter/BugSack settings. I always keeps them on since I need to know about them, but players can turn them off since they're usually harmless.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
10-27-12, 08:02 AM   #3
Sinakul
A Deviate Faerie Dragon
Join Date: Apr 2009
Posts: 11
on that note, at one point in time, if we were testing/using nUI6 we needed to have nUI5._ installed as the platform (for lack of a more appropiate word). Is this still the case?

FYI: yea they were popping during raids even though turned off in Bizz options. Guildie suggested this combo rather than uninstall of nUI.
 
10-27-12, 09:55 PM   #4
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
No... if you have nUI and nUI6 both installed and enabled, nUI6 will disable nUI. You don't need both anymore.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
10-29-12, 12:54 AM   #5
Belechannas
A Warpwood Thunder Caller
Join Date: May 2010
Posts: 86
It looks to me like Line 326 of nUI_UnitAura (the one apparently generating the warning) could be commented out without affecting anything else.

All it does is call Frame:SetID on one of the aura slots.

Frame:SetID just associates an integer value (essentially a tag or user index) with a frame, which can be retrieved with Frame:GetID. The ID assigned has no effect on the frame's behavior (which makes one wonder why calling SetID should be protected...).

In any case, there are no corresponding calls that I can find to Frame:GetID on the aura slots in question, so the ID number assigned on line 326 is "write-only" and serves no purpose.
 
10-29-12, 05:09 PM   #6
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Unfortunately... that is incorrect. The Blizzard code relies on the ID being set. It uses the ID to know which aura is being referenced by the button.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Bug Reports » nUI Unit Aura bug...I think


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off