WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   nUI: Bug Reports (https://www.wowinterface.com/forums/forumdisplay.php?f=90)
-   -   Blizzard_InspectUI\InspectGuildFrame.lua Error (https://www.wowinterface.com/forums/showthread.php?t=38818)

Mabrah 02-08-11 11:27 PM

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.

spiel2001 02-09-11 05:26 AM

What other mods do you have installed?

Mabrah 02-09-11 06:44 AM

Quote:

Originally Posted by spiel2001 (Post 229105)
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

spiel2001 02-09-11 06:56 AM

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.

Mabrah 02-09-11 07:14 AM

Quote:

Originally Posted by spiel2001 (Post 229112)
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.


Quote:

Originally Posted by spiel2001 (Post 229112)
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!

Mabrah 02-09-11 07:35 AM

Found it! The error only occurs when both nUI and TipTop are enabled, it does not occur when either is enabled alone.

spiel2001 02-09-11 11:47 AM

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.

Mabrah 02-10-11 12:26 AM

Fixed. Thank you!!

Mabrah 02-11-11 11:51 PM

Quote:

Originally Posted by Mabrah (Post 229246)
Fixed. Thank you!!

I'm afraid the fix didn't last. It's doing it again.

spiel2001 02-13-11 11:52 AM

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.

Mabrah 02-14-11 01:24 AM

Quote:

Originally Posted by spiel2001 (Post 229612)
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. :(

spiel2001 02-14-11 05:34 AM

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?

Mabrah 02-14-11 09:52 PM

1 Attachment(s)
Quote:

Originally Posted by spiel2001 (Post 229701)
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!"

spiel2001 02-15-11 06:16 AM

*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.

Mabrah 02-15-11 07:39 AM

Quote:

Originally Posted by spiel2001 (Post 229801)
*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

spiel2001 02-15-11 10:01 PM

I would look and see if TipTac is calling LoadAddon( "Blizzard_TalentUI" ) -- if it is, that's the cause of the problem.

Mabrah 02-16-11 12:02 AM

Quote:

Originally Posted by spiel2001 (Post 229873)
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
]]--

spiel2001 02-16-11 06:00 AM

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.

Miabella 02-16-11 02:26 PM

I've been getting that error repeatedly this week. The only addons I have that you have are Omen and Titan.

Mabrah 02-16-11 03:23 PM

Quote:

Originally Posted by spiel2001 (Post 229892)
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.

Quote:

Originally Posted by spiel2001 (Post 229892)
Very strange.

Indeed. :confused:


All times are GMT -6. The time now is 04:13 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI