Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LUA error in 10.1 - Blizzard module loaded #19

Open
raysmith59 opened this issue May 3, 2023 · 6 comments
Open

LUA error in 10.1 - Blizzard module loaded #19

raysmith59 opened this issue May 3, 2023 · 6 comments

Comments

@raysmith59
Copy link

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>

@mvdveek
Copy link

mvdveek commented May 14, 2023

Got the same error with the last update

@raysmith59
Copy link
Author

Same, this error is still happening.

@raysmith59
Copy link
Author

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.

@raysmith59
Copy link
Author

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

@raysmith59
Copy link
Author

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>

@raysmith59
Copy link
Author

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants