ItemLevelDisplay

ItemLevelDisplay

449k Downloads

LUA error in 10.1 - Blizzard module loaded

raysmith59 opened this issue ยท 6 comments

commented

Happened on load, I hadn't done anything yet to cause it.

16x ILD-Blizzard/core.lua:6: Usage: SecureHook([object], method, [handler]): Attempting to hook a non existing target
[string "=[C]"]: ?
[string "@Neuron/Libs/AceHook-3.0-9/AceHook-3.0.lua"]:211: in function <...rfaceNeuron/Libs/AceHook-3.0/AceHook-3.0.lua:118>
[string "@Neuron/Libs/AceHook-3.0-9/AceHook-3.0.lua"]:341: in function SecureHook' [string "@ILD-Blizzard/core.lua"]:6: in function OnEnabled'
[string "@ItemLevelDisplay/Bags.lua"]:104: in function <ItemLevelDisplay/Bags.lua:101>
[string "=[C]"]: ?
[string "@DataStore/libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:70: in function <DataStore/libs/AceAddon-3.0/AceAddon-3.0.lua:65>
[string "@DataStore/libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:527: in function `EnableAddon'
[string "@DataStore/libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:630: in function <DataStore/libs/AceAddon-3.0/AceAddon-3.0.lua:615>

commented

This error is still happening in today's update. Pretty sure I just commented out line 6 last time so will be doing the same again but it'd be good if this could be fixed &/or that line commented out in the official release so this isn't necessary.

27x ILD-Blizzard/core.lua:6: Usage: SecureHook([object], method, [handler]): Attempting to hook a non existing target
[string "=[C]"]: ?
[string "@Neuron/Libs/AceHook-3.0-9/AceHook-3.0.lua"]:211: in function <...rfaceNeuron/Libs/AceHook-3.0/AceHook-3.0.lua:118>
[string "@Neuron/Libs/AceHook-3.0-9/AceHook-3.0.lua"]:341: in function SecureHook' [string "@ILD-Blizzard/core.lua"]:6: in function OnEnabled'
[string "@ItemLevelDisplay/Bags.lua"]:104: in function <ItemLevelDisplay/Bags.lua:101>
[string "=[C]"]: ?
[string "@DataStore/libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:70: in function <DataStore/libs/AceAddon-3.0/AceAddon-3.0.lua:65>
[string "@DataStore/libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:527: in function `EnableAddon'
[string "@DataStore/libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:630: in function <DataStore/libs/AceAddon-3.0/AceAddon-3.0.lua:615>

commented

Got the same error with the last update

commented

Same, this error is still happening.

commented

I started getting this error again after today's update; I must have worked around the issue previously which broke today. If I figure out what I did to get rid of the error last time I'll post it back here.

commented

Looks like I just commented out the line in code and the error went away.

commented

This error is still happening in today's update.

26x ILD-Blizzard/core.lua:6: Usage: SecureHook([object], method, [handler]): Attempting to hook a non existing target
[string "=[C]"]: ?
[string "@Neuron/Libs/AceHook-3.0-9/AceHook-3.0.lua"]:211: in function <...rfaceNeuron/Libs/AceHook-3.0/AceHook-3.0.lua:118>
[string "@Neuron/Libs/AceHook-3.0-9/AceHook-3.0.lua"]:341: in function SecureHook' [string "@ILD-Blizzard/core.lua"]:6: in function OnEnabled'
[string "@ItemLevelDisplay/Bags.lua"]:104: in function <ItemLevelDisplay/Bags.lua:101>
[string "=[C]"]: ?
[string "@DataStore/libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:70: in function <DataStore/libs/AceAddon-3.0/AceAddon-3.0.lua:65>
[string "@DataStore/libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:527: in function `EnableAddon'
[string "@DataStore/libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:630: in function <DataStore/libs/AceAddon-3.0/AceAddon-3.0.lua:615>