Thread Tools Display Modes
04-18-11, 04:50 PM   #1
luciesereptor
A Murloc Raider
 
luciesereptor's Avatar
Join Date: Jun 2010
Posts: 3
Question Nui HUD display addon tribal textless issue

I have down loaded the Tribal textless HUD display and It doesnt want to work. I have to turn off the add on wait like 15 seconds and then turn it back on then enter realm and even then its a 50/50 shot of it working. I like the different design but i need it to work
 
04-18-11, 05:02 PM   #2
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,938
What exactly is wrong with it ?

A screenshot would help us if its hard to explain.

What version of nUI are you using ?

Have you tried the display plugin with the previous version(s) to see if it's just a version compatibility problem?

Could someone move this to the nUI forums please.
__________________


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
 
04-18-11, 06:19 PM   #3
luciesereptor
A Murloc Raider
 
luciesereptor's Avatar
Join Date: Jun 2010
Posts: 3
Question The issue

When I log in to wow...I notice that it is the basic HUD (the slightly curved lines) not the tribal design. I have to log out...turn off the add on....wait 15 seconds......turn it back on....then log back in to wow.
 
04-19-11, 12:59 AM   #4
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,938
Hmm, that is weird. Did it just happen the once or everytime you log in ? A /nui rl should work just as well but seeing as I have never seen or heard of that problem I'm not 100% sure of that.
__________________


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
 
04-19-11, 04:37 AM   #5
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
I'm going to guess the tribal never got updated when the event firing order got changed in WoW.

Unfortunately, it's not my plugin, so I can't fix it.
__________________

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/
 
04-19-11, 01:23 PM   #6
luciesereptor
A Murloc Raider
 
luciesereptor's Avatar
Join Date: Jun 2010
Posts: 3
Nui Issue

It happens everytime i log in. and the reload doesnt help either. I have just disabled this till I can get it fixed or something.
 
04-19-11, 02:34 PM   #7
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,938
If you want to see if what Scott is thinking is the cause then try editing, with a normal text editor, the main .lua file and look for the following line.


frame:RegisterEvent( "VARIABLES_LOADED" );

change it to

frame:RegisterEvent( "ADDON_LOADED" );


And try it again. If it works then what Scott suggested is most likely the cause. A quick look at the other layout plugins brings me to suspect that similar problems will happen with the others.

However, it shouldn't happen 100% of the time. The problem is due to VARIABLES_LOADED sometimes firing before PLAYER_ENTERING_WORLD which then messes up some addons reliant on certain information existing. We latched onto ADDON_LOADED as a more consistent event to validate things so that the plugins and nUI can communicate together with more reliability.
__________________


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
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Technical Support » Nui HUD display addon tribal textless issue


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