This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Profession's do no que in the bar, and random numbers appear when creating multiple crafts
Latest hotfix throws this error:
Message: Interface/AddOns/Quartz/modules/Tradeskill.lua:101: Usage: SecureHook([object], method, [handler]): Attempting to hook a non existing target Time: Fri May 17 02:02:41 2024 Count: 1 Stack: Interface/AddOns/Quartz/modules/Tradeskill.lua:101: Usage: SecureHook([object], method, [handler]): Attempting to hook a non existing target [string "=[C]"]: ? [string "@Interface/AddOns/Titan/libs/Ace/AceHook-3.0/AceHook-3.0.lua"]:210: in function <...ce/AddOns/Titan/libs/Ace/AceHook-3.0/AceHook-3.0.lua:118> [string "@Interface/AddOns/Titan/libs/Ace/AceHook-3.0/AceHook-3.0.lua"]:340: in function `SecureHook' [string "@Interface/AddOns/Quartz/modules/Tradeskill.lua"]:101: in function <Interface/AddOns/Quartz/modules/Tradeskill.lua:89> [string "=[C]"]: ? [string "@Interface/AddOns/GatherMate2/Libs/AceAddon-3.0/AceAddon-3.0.lua"]:66: in function <...ddOns/GatherMate2/Libs/AceAddon-3.0/AceAddon-3.0.lua:61> [string "@Interface/AddOns/GatherMate2/Libs/AceAddon-3.0/AceAddon-3.0.lua"]:523: in function `EnableAddon' [string "@Interface/AddOns/GatherMate2/Libs/AceAddon-3.0/AceAddon-3.0.lua"]:536: in function `EnableAddon' [string "@Interface/AddOns/GatherMate2/Libs/AceAddon-3.0/AceAddon-3.0.lua"]:626: in function <...ddOns/GatherMate2/Libs/AceAddon-3.0/AceAddon-3.0.lua:611> Locals: (*temporary) = "Usage: SecureHook([object], method, [handler]): Attempting to hook a non existing target"
I am getting the same error message too.
Open Interface/AddOns/Quartz/modules/Tradeskill.lua , go to line 101 which says
elseif C_TradeSkillUI then
and change it to
elseif C_TradeSkillUI and C_TradeSkillUI.CraftRecipe then
@humfras "
elseif C_TradeSkillUI and C_TradeSkillUI.CraftRecipe then"Thanks, works for me :)
To post a comment, please login or register a new account.