Thread Tools Display Modes
05-30-09, 07:19 AM   #1
fred
A Cobalt Mageweaver
Join Date: Mar 2006
Posts: 208
Bugsack error

I believe I had this 2 weeks ago but forgot to put it up. I was playing solo, dunno what I actually did to get error though.


[2009/05/30 08:55:09-206-x1]: nUI-5.03.05 (Dev)\Units\nUI_UnitFeedback.lua:726: Usage: UnitThreatSituation("unit" [, "mob"])
nUI-5.03.05 (Dev)\Units\nUI_UnitFeedback.lua:726: in function `updateFeedbackInfo'
nUI-5.03.05 (Dev)\Units\nUI_UnitFeedback.lua:334: in function <Interface\AddOns\nUI\Units\nUI_UnitFeedback.lua:314>

---
 
05-30-09, 09:21 AM   #2
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,929
Well, that particular line has the following code:

threatStatus = UnitThreatSituation( unit_id );

So I am guessing that either somehow unit_id was nil or the second parameter is no longer optional which from your error message doesn't seem to be the case.
__________________


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
 
05-30-09, 09:24 AM   #3
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Wow... that's a really odd error... as best as I can tell, the only way that error could happen is if in the 1/30th of a second between when the request was made for a feedback update and when the threat check was done, you dropped target. Weird. In any event, I added a trap for it, so *hopefully* it's fixed in the next update.
__________________

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/
 
05-30-09, 10:13 AM   #4
fred
A Cobalt Mageweaver
Join Date: Mar 2006
Posts: 208
glad to know I can do the nearly impossible...lol
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Bug Reports » Bugsack error


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