Serious Inspection Error
Serious Inspection Error
Hi there. I've run into a bug that occurs consistantly whenever I go to inspect somebody. How the bug happens is when I first inspect them initially, and then go look at their Honor stats. When I switch back to looking at their equipment, this is where the errors come in. Every time I try to look at an item in a given slot, I get no tooltip showing up at all, and get an error instead. Some of the errors read as follows:
Error: [string "InspectShoulderSlot:OnEnter"]:3: Usage: SetInventoryItem(unit, slot [, nameOnly])
Error: [string "InspectNeckSlot:OnEnter"]:3: Usage: SetInventoryItem(unit, slot [, nameOnly])
Error: [string "InspectTabardSlot:OnEnter"]:3: Usage: SetInventoryItem(unit, slot [, nameOnly])
Error: [string "InspectShirtSlot:OnEnter"]:3: Usage: SetInventoryItem(unit, slot [, nameOnly])
Error: [string "InspectHeadSlot:OnEnter"]:3: Usage: SetInventoryItem(unit, slot [, nameOnly])
And finally, this is the initial error that I get upon looking back at the equipment:
Error: ...\AddOns\Blizzard_InspectUI\InspectPaperDollFrame.lua:58: Usage: SetUnit("unit")
This goes on for every other slot that can be inspected. I can only temporarily fix this problem by reinspecting them. But, the problem will always show up again if I inspect somebody, look at their honor, and then look back at their equipment. It is also unavoidable because if I go to inspect somebody else after looking at another person's honor, it starts by looking at their honor, and so when i go to look at the new person's equipment, the toon of the last person I inspected shows up instead and the same errors occur.
I don't know what to do about this. I have the latest version of Census+, and I have even tried disabling all other UI mods to see if they may be partly responsible, but the errors still occur as I have described with only Census+ mod running alone. Thanks for taking a look at this issue.
Error: [string "InspectShoulderSlot:OnEnter"]:3: Usage: SetInventoryItem(unit, slot [, nameOnly])
Error: [string "InspectNeckSlot:OnEnter"]:3: Usage: SetInventoryItem(unit, slot [, nameOnly])
Error: [string "InspectTabardSlot:OnEnter"]:3: Usage: SetInventoryItem(unit, slot [, nameOnly])
Error: [string "InspectShirtSlot:OnEnter"]:3: Usage: SetInventoryItem(unit, slot [, nameOnly])
Error: [string "InspectHeadSlot:OnEnter"]:3: Usage: SetInventoryItem(unit, slot [, nameOnly])
And finally, this is the initial error that I get upon looking back at the equipment:
Error: ...\AddOns\Blizzard_InspectUI\InspectPaperDollFrame.lua:58: Usage: SetUnit("unit")
This goes on for every other slot that can be inspected. I can only temporarily fix this problem by reinspecting them. But, the problem will always show up again if I inspect somebody, look at their honor, and then look back at their equipment. It is also unavoidable because if I go to inspect somebody else after looking at another person's honor, it starts by looking at their honor, and so when i go to look at the new person's equipment, the toon of the last person I inspected shows up instead and the same errors occur.
I don't know what to do about this. I have the latest version of Census+, and I have even tried disabling all other UI mods to see if they may be partly responsible, but the errors still occur as I have described with only Census+ mod running alone. Thanks for taking a look at this issue.
I have the same problem, but i didnt know it was Census+ that was the course. I use the GoodInspect mod too, and so figured that mod was the reason for the errors.
But i can confirm the the error occurse when switching back to characterview after looking at the honor tab. And that the errors are gone if you reinspect the person.
But i can confirm the the error occurse when switching back to characterview after looking at the honor tab. And that the errors are gone if you reinspect the person.
I'm working on getting this all working smoothly. In the meantime, if it bothers you too much, at the top of CensusPlusProfiler.lua in the /World of Warcraft/Interface/Addons/CensusPlus directory, you can simply change
to
on line 10 to disable the profiler section.
Code: Select all
myCPProfile_ENABLED = 1; -- Enable the profiler?
Code: Select all
myCPProfile_ENABLED = 0; -- Enable the profiler?
phpbb:phpinfo()