Thread Tools Display Modes
04-12-11, 12:02 AM   #1
Tulsi
A Kobold Labourer
Join Date: Jul 2009
Posts: 1
Playerscore Lua errors

Date: 2011-04-12 07:00:34
ID: 1
Error occured in: Global
Count: 1
Message: ...face\AddOns\Blizzard_InspectUI\InspectGuildFrame.lua line 18:
Usage: GetGuildInfo("unit")
Debug:
[C]: ?
[C]: GetGuildInfo()
...face\AddOns\Blizzard_InspectUI\InspectGuildFrame.lua:18: InspectGuildFrame_Update()
...face\AddOns\Blizzard_InspectUI\InspectGuildFrame.lua:8:
...face\AddOns\Blizzard_InspectUI\InspectGuildFrame.lua:6
AddOns:
Zoom, v
Swatter, v3.2.3 (<%codename%>)
AdvancedTradeSkillWindow, v
AucAdvanced, v5.9.4960 (WhackyWallaby)
AucFilterBasic, v5.9.4960 (WhackyWallaby)
AucFilterOutlier, v5.9.4960.2531
AucMatchUndercut, v5.9.4960.2531
AucScanData, v5.9.4960 (WhackyWallaby)
AucStatHistogram, v5.9.4960 (WhackyWallaby)
AucStatiLevel, v5.9.4960 (WhackyWallaby)
AucStatPurchased, v5.9.4960 (WhackyWallaby)
AucStatSales, v5.9.4960.2842
AucStatSimple, v5.9.4960 (WhackyWallaby)
AucStatStdDev, v5.9.4960 (WhackyWallaby)
AucStatWOWEcon, v5.9.4960.2530
AucUtilAHWindowControl, v5.9.4960.3311
AucUtilAppraiser, v5.9.4960.2530
AucUtilAskPrice, v5.9.4960.3175
AucUtilAutoMagic, v5.9.4960.3142
AucUtilCompactUI, v5.9.4960.2530
AucUtilEasyBuyout, v5.9.4960.3583
AucUtilFixAH, v5.9.4960 (WhackyWallaby)
AucUtilGlypher, v5.9.4960.2545
AucUtilItemSuggest, v5.9.4960.3108
AucUtilPriceLevel, v5.9.4960.2545
AucUtilScanButton, v5.9.4960.2530
AucUtilScanFinish, v5.9.4960.2530
AucUtilScanProgress, v5.9.4960.2530
AucUtilScanStart, v5.9.4960.4819
AucUtilSearchUI, v5.9.4960.3655
AucUtilSimpleAuction, v5.9.4960.4546
AucUtilVendMarkup, v5.9.4960.2530
Babylonian, v5.1.DEV.130
Bagnon, v2.16.1
BagnonAccountSearch, v1.3
BagnonForever, v1.1.2
BeanCounter, v5.9.4960 (WhackyWallaby)
Configator, v5.1.DEV.282
CrapAway, v
DebugLib, v5.1.DEV.275
Enchantrix, v5.9.4960 (WhackyWallaby)
EnchantrixBarker, v5.9.4960 (WhackyWallaby)
Gatherer, v3.2.3
GatherMate2, v1.12
GearScore, v4.4.02
MailGet2, v
nUI, v5.07.12 (Plus)
nUIAuraButtons, v5.03.02
nUIInfoPanelDualStats, v1.03.02
Omen, v3.1.0
Postal, v3.4.4
Recount, v
SpamMeNot, v4.0
Stubby, v5.9.4960 (WhackyWallaby)
Titan, v5.0.3.40000 - Revision 519
TitanBag, v5.0.3.40000
TitanClock, v5.0.3.40000
TitanGold, v5.0.3.40000
TitanLootType, v5.0.3.40000
TitanRepair, v5.0.3.40000
ZygorGuidesViewer, v3.1
ZygorTalentAdvisor, v2.0.240
BlizRuntimeLib_enUS v4.0.6.40000 <eu>
(ck=7c6)
 
04-12-11, 12:09 AM   #2
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,930
Am I guessing right that it only ever happens once per session on first logging in or reloading the UI ?

If so, I am getting that too and I don't use PlayerScore addon ( assuming it is an addon ). I suspect it is just a timing issue with the loading order of the start up events and nUI, if it is calling that function, is calling it at the wrong time.

Try, with just nUI on its own and see if you get the same problem. Just in case it is a conflict between addons.

Edit:
This is the offending line in that file:
local guildName, _, _ = GetGuildInfo(InspectFrame.unit);

As you can see it is expecting an InspectFrame object's unit ID. However, blizzard isn't validating that one exists before trying to use it.. bad programming practise I think rofl. In either case it is the first line of function InspectGuildFrame_Update() which is called when the InspectReady event is triggered.

I did a search through nUI's addon folder and couldn't see an Inspect comment anywhere. Seeing as I recall Scott saying he had removed the inspect option of nUI due to problems it was causing I think I suspect it could be another addon that is playing with the inspect features.
__________________


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

Last edited by Xrystal : 04-12-11 at 12:22 AM.
 
04-12-11, 01:09 AM   #3
Solgath
A Chromatic Dragonspawn
 
Solgath's Avatar
Join Date: Nov 2008
Posts: 139
i found a handy little addon that should help that, rather than edit something, get an addon called inspectfix, think its on wowinterface.

eh not sure if i can link to other sites here, but just google inspectfix addon, u can get it on curse to.
__________________
 
04-12-11, 08:31 AM   #4
tinyu
A Molten Giant
 
tinyu's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 837
its actually a blizzard problem and like Solgath said InspectFix fixes the issue

The Blizzard API for performing character inspection has fatal design flaws (namely, it's stateful yet client-oblivious). All UI elements that perform character inspection, from the Blizzard inspect frame to many addons that perform hidden inspects for various purposes, are forced to use this same API and frequently step all over each other while doing so. What this means for the end user is the more addons you install (especially raid/party/character related addons) the less stable the Blizzard inspect UI becomes. Common failures include the inspect window suddenly and inexplicably changing to show incorrect gear or talents, tooltips that suddenly stop working, or lua errors regarding the Blizzard_InspectUI.
InspectFix restores the stability of the Blizzard inspect UI. It does this primarily by blocking all hidden inspect requests from any addons while the user has the inspect UI open. It also provides workarounds for several common lua errors involving the inspect frame.
__________________
"There's no such thing as too many addons."
Lothaer
Titan Dev Team Member.
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Bug Reports » Playerscore Lua errors


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