16 - Missing Library LibTalentQuery-1.0
What steps will reproduce the problem?<BR> 1. Load game with only ToolTip - LuaTexts<BR> 2. Will error as LibTalentQuery-1.0 is missing<BR>
What version of the product are you using?<BR> X-Curse-Packaged-Version: v0.7.1-beta<BR>
Do you have an error log of what happened?<BR>
Message: Interface\AddOns\Tooltip_LuaTexts\Talents.lua:5: Cannot find a library instance of "LibTalentQuery-1.0". Time: 12/09/10 20:38:35 Count: 1 Stack: [C]: in function `error' ...ace\AddOns\Tooltip_LuaTexts\libs\LibStub\LibStub.lua:23: in function `LibStub' Interface\AddOns\Tooltip_LuaTexts\Talents.lua:5: in main chunk Locals: (*temporary) = "Cannot find a library instance of "LibTalentQuery-1.0"."
Please provide any additional information below.<BR> This is a simple one. You have put LibTalentQuery-1.0 as an optional dependency but line 5 of Talents.lua trys to load it! :p<BR> It can be fixed by loading the library with a silent flag so basicly swop like 5 of Talents.lua for:<BR>
local tq = LibStub("LibTalentQuery-1.0", true)
This is all asuming that it IS optional ;)
- 1 comment
- 1 comment
Facts
- Last updated
- Dec 09, 2010
- Reported
- Dec 09, 2010
- Status
- New - Issue has not had initial review yet.
- Type
- Patch - Source code patch for review
- Priority
- Medium - Normal priority.
- Votes
- 0
- Reply
- #1
profalbert Dec 09, 2010 at 20:57 UTC - 0 likesIt's fixed in the latest alpha. I'll tag it soon.