Thread Tools Display Modes
02-08-11, 11:27 PM   #1
Mabrah
A Deviate Faerie Dragon
Join Date: May 2010
Posts: 14
Blizzard_InspectUI\InspectGuildFrame.lua Error

Getting this error when mousing over other players after upgrade to 5.07.10....


Message: ...face\AddOns\Blizzard_InspectUI\InspectGuildFrame.lua:18: Usage: GetGuildInfo("unit")
Time: Wed Feb 9 00:23:05 2011
Count: 2
Stack: [C]: in function `GetGuildInfo'
...face\AddOns\Blizzard_InspectUI\InspectGuildFrame.lua:18: in function `InspectGuildFrame_Update'
...face\AddOns\Blizzard_InspectUI\InspectGuildFrame.lua:8: in function <...face\AddOns\Blizzard_InspectUI\InspectGuildFrame.lua:6>

Locals: (*temporary) = nil


....Error does not occur when nUI is disabled.
 
02-09-11, 05:26 AM   #2
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
What other mods do you have installed?
__________________

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/
 
02-09-11, 06:44 AM   #3
Mabrah
A Deviate Faerie Dragon
Join Date: May 2010
Posts: 14
Originally Posted by spiel2001 View Post
What other mods do you have installed?

Bagsy
BankItems
bExplored
Broker_AddonControl
Broker_Battleground
Broker_CPU
Broker_DurabilityInfo
Broker_Exit
Broker_Location
Broker_Mail
Broker_SimpleCurrency
Broker_Switcher
Broker_TBTime
Broker_Wintergrasper
BrokerMounts
BrokerPets
ButtonForge
ChatBar
Cromulent
DailyTodos
eQueue
GTFO
Healers-Have-To-Die
HonorKillTab
I_Hear_You_Whisper
InspectFix
Junkster
Killshot
LazyAFK
LDB_Friends
LightHeaded
nUI
nUI_Config_GUI
nUI_Config_LDB
nUI_InfoPanel_Whispers
nUI_InvisiSkin
Omen
OpenAllBags
QuestCompletist
QuestGather
QuestHubber
QuestHubber_Azeroth
QuestHubber_Cataclysm
QuestHubber_Northrend
QuestHubber_Outland
QuestSounds
QueTip
Shutupfool
SmartError
TinyDPS
TipTop
Titan
WhisperBroker
WhisperWhisper
 
02-09-11, 06:56 AM   #4
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
For the sake of testing, can you try disabling all mods except nUI (including disabling any nUI plugins you have) and see if you still have the issue?

EDIT: Also... you do not need both the nUI_Config_GUI and nUI_Config_LDB installed... you should probably choose one or the other.
__________________

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/
 
02-09-11, 07:14 AM   #5
Mabrah
A Deviate Faerie Dragon
Join Date: May 2010
Posts: 14
Originally Posted by spiel2001 View Post
For the sake of testing, can you try disabling all mods except nUI (including disabling any nUI plugins you have) and see if you still have the issue?
With only nUI enabled the error does not occur. After the server restart I'll go through enabling each addon individually and let you know what happens.


Originally Posted by spiel2001 View Post
EDIT: Also... you do not need both the nUI_Config_GUI and nUI_Config_LDB installed... you should probably choose one or the other.
Will do. Thanks!
 
02-09-11, 07:35 AM   #6
Mabrah
A Deviate Faerie Dragon
Join Date: May 2010
Posts: 14
Found it! The error only occurs when both nUI and TipTop are enabled, it does not occur when either is enabled alone.
 
02-09-11, 11:47 AM   #7
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Yeah... I would have guessed TipTop.

This problem is actually being caused by a bug in Blizzard's code for the Blizzard_TalentUI addon. I found it yesterday and told Blizzard about it. I am told they will fix it in the 4.1 patch.

In the meantime, any addon that attempts to load the Blizzard_TalentUI will throw this error. nUI loads it so it can manage the frame. So, I'll disable that function in nUI with tonight's update and that should temporarily "fix" this problem.
__________________

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/
 
02-10-11, 12:26 AM   #8
Mabrah
A Deviate Faerie Dragon
Join Date: May 2010
Posts: 14
Fixed. Thank you!!
 
02-11-11, 11:51 PM   #9
Mabrah
A Deviate Faerie Dragon
Join Date: May 2010
Posts: 14
Originally Posted by Mabrah View Post
Fixed. Thank you!!
I'm afraid the fix didn't last. It's doing it again.
 
02-13-11, 11:52 AM   #10
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
If you are using 5.07.11 and still getting this error, then it is not nUI that's causing it. Looking at your addon list, I'm not sure who the guilty party is. If I had to make a random guess, I would go with "InspectFix" -- but I don't know that for sure.
__________________

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/
 
02-14-11, 01:24 AM   #11
Mabrah
A Deviate Faerie Dragon
Join Date: May 2010
Posts: 14
Originally Posted by spiel2001 View Post
If you are using 5.07.11 and still getting this error, then it is not nUI that's causing it. Looking at your addon list, I'm not sure who the guilty party is. If I had to make a random guess, I would go with "InspectFix" -- but I don't know that for sure.
Uninstalled Inspectfix, no change. Went through all addons again and still only see the error when both nUI and TipTop are running. Guess I may have to give up TipTop.
 
02-14-11, 05:34 AM   #12
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Are you *sure* that your version of nUI hasn't changed? Does it say 5.07.11 is loaded when you log in to WoW?
__________________

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/
 
02-14-11, 09:52 PM   #13
Mabrah
A Deviate Faerie Dragon
Join Date: May 2010
Posts: 14
Originally Posted by spiel2001 View Post
Are you *sure* that your version of nUI hasn't changed? Does it say 5.07.11 is loaded when you log in to WoW?
Yup...."nUI+ version 5.07.11 (Plus) is loaded!"
Attached Thumbnails
Click image for larger version

Name:	WoWScrnShot_021411_224715.jpeg
Views:	1273
Size:	437.8 KB
ID:	5760  
 
02-15-11, 06:16 AM   #14
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
*scratches head*

I have no explanation. nUI no longer interacts with the Blizzard_TalentUI at all unless all of the mods you have done to nUI are causing it somehow... which I don't think to be the case.
__________________

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/
 
02-15-11, 07:39 AM   #15
Mabrah
A Deviate Faerie Dragon
Join Date: May 2010
Posts: 14
Originally Posted by spiel2001 View Post
*scratches head*

I have no explanation. nUI no longer interacts with the Blizzard_TalentUI at all unless all of the mods you have done to nUI are causing it somehow... which I don't think to be the case.
Well, the problem only occurs when BOTH nUI and TipTop are enabled. When either is enabled alone, or with all other addons, the problem does not occur. Could it be some sort of conflict between the two? I know nothing about this stuff, I'm just taking a very uneducated guess. lol
 
02-15-11, 10:01 PM   #16
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
I would look and see if TipTac is calling LoadAddon( "Blizzard_TalentUI" ) -- if it is, that's the cause of the problem.
__________________

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/
 
02-16-11, 12:02 AM   #17
Mabrah
A Deviate Faerie Dragon
Join Date: May 2010
Posts: 14
Originally Posted by spiel2001 View Post
I would look and see if TipTac is calling LoadAddon( "Blizzard_TalentUI" ) -- if it is, that's the cause of the problem.

I didn't find this in TipTop (not TipTac) but did find it in nUI_Movers.lua, under "Bliz frames we want the player to be able to move any time"....

-- Bliz frames we want the player to be able to move any time

LoadAddOn( "Blizzard_AchievementUI" );
LoadAddOn( "Blizzard_AuctionUI" );
LoadAddOn( "Blizzard_Calendar" );
LoadAddOn( "Blizzard_CraftUI" );
LoadAddOn( "Blizzard_GuildBankUI" );
LoadAddOn( "Blizzard_InspectUI" );
-- LoadAddOn( "Blizzard_TalentUI" );
LoadAddOn( "Blizzard_TradeSkillUI" );

--[[ if IsAddOnLoaded( "Blizzard_TalentUI" ) then
PlayerSpecTab_OnClick( _G["PlayerSpecTab1"] );
end
]]--
 
02-16-11, 06:00 AM   #18
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Yeah... but the "--" in front of the LoadAddOn( "Blizzard_TalentUI" ) means that it is commented out, so it never executes. Likewise, the "--[[" and "]]--" around the if IsAddOnLoaded( "Blizzard_TalentUI" ) means that whole block of code is commented out and not executed... both of which goes to the point that nUI is not interacting with that part of the Blizzard interface at all anymore.

Very strange.
__________________

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/
 
02-16-11, 02:26 PM   #19
Miabella
A Kobold Labourer
Join Date: Oct 2010
Posts: 1
I've been getting that error repeatedly this week. The only addons I have that you have are Omen and Titan.
 
02-16-11, 03:23 PM   #20
Mabrah
A Deviate Faerie Dragon
Join Date: May 2010
Posts: 14
Originally Posted by spiel2001 View Post
Yeah... but the "--" in front of the LoadAddOn( "Blizzard_TalentUI" ) means that it is commented out, so it never executes. Likewise, the "--[[" and "]]--" around the if IsAddOnLoaded( "Blizzard_TalentUI" ) means that whole block of code is commented out and not executed... both of which goes to the point that nUI is not interacting with that part of the Blizzard interface at all anymore.
Makes sense.

Originally Posted by spiel2001 View Post
Very strange.
Indeed.
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Bug Reports » Blizzard_InspectUI\InspectGuildFrame.lua 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