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

SecureHook LUA error. (Then Expansion landing page references ) #73

Open
1 task done
Combobulates opened this issue Jul 27, 2024 · 0 comments
Open
1 task done
Assignees
Labels
bug Something isn't working

Comments

@Combobulates
Copy link

Game Flavor

Dragonflight

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

Hi, been getting this since pre-patch this week.

I haven't seen any other reports about this so thought I'd report it.

Many Thanks.

I guess a lot has been changed. The additional instances are for fields on the expansionlandingpage.

Interface/AddOns/AzeriteUI/Core/EditMode.lua:196: Usage: SecureHook([object], method, [handler]): Attempting to hook a non existing target

Full lua error's in additional context.

To reproduce

Try to load/reload the addon. only thing still showing is the player health.

Expected behavior

No response

Screenshots

No response

Additional context

Message: Interface/AddOns/AzeriteUI/Core/EditMode.lua:196: Usage: SecureHook([object], method, [handler]): Attempting to hook a non existing target
Time: Sat Jul 27 13:07:25 2024
Count: 1
Stack: Interface/AddOns/AzeriteUI/Core/EditMode.lua:196: Usage: SecureHook([object], method, [handler]): Attempting to hook a non existing target
[string "@Interface/AddOns/AzeriteUI/Libs/AceAddon-3.0/AceAddon-3.0.lua"]:494: in function `InitializeAddon'
[string "@Interface/AddOns/AzeriteUI/Libs/AceAddon-3.0/AceAddon-3.0.lua"]:619: in function <.../AddOns/AzeriteUI/Libs/AceAddon-3.0/AceAddon-3.0.lua:611>

Locals: self =

{
initializequeue =
{
}
statuses =
{
}
embeds =
{
}
frame = AceAddon30Frame {
}
addons =
{

--

Message: Interface/AddOns/AzeriteUI/Core/EditMode.lua:196: Usage: SecureHook([object], method, [handler]): Attempting to hook a non existing target
Time: Sat Jul 27 13:07:25 2024
Count: 1
Stack: Interface/AddOns/AzeriteUI/Core/EditMode.lua:196: Usage: SecureHook([object], method, [handler]): Attempting to hook a non existing target
[string "@Interface/AddOns/AzeriteUI/Libs/AceAddon-3.0/AceAddon-3.0.lua"]:494: in function `InitializeAddon'
[string "@Interface/AddOns/AzeriteUI/Libs/AceAddon-3.0/AceAddon-3.0.lua"]:619: in function <.../AddOns/AzeriteUI/Libs/AceAddon-3.0/AceAddon-3.0.lua:611>

Locals: self =

{
initializequeue =
{
}
statuses =
{
}
embeds =
{
}
frame = AceAddon30Frame {
}
addons =
{

--

Message: ...iteUI/Components/ActionBars/Prototypes/PetButton.lua:174: attempt to index field 'AutoCastable' (a nil value)
Time: Sat Jul 27 13:07:28 2024
Count: 1
Stack: ...iteUI/Components/ActionBars/Prototypes/PetButton.lua:174: attempt to index field 'AutoCastable' (a nil value)
[string "@Interface/AddOns/Blizzard_ExpansionLandingPage/Blizzard_ExpansionLandingPage.lua"]:78: in function `RefreshExpansionOverlay'
[string "@Interface/AddOns/Blizzard_ExpansionLandingPage/Blizzard_ExpansionLandingPage.lua"]:37: in function <...pansionLandingPage/Blizzard_ExpansionLandingPage.lua:35>

Locals: self = ExpansionLandingPage {
overlay =

{
}
Overlay = Frame {
}
}
newestOverlay =
{
}

--

Message: ...riteUI/Components/ActionBars/Elements/StatusBars.lua:348: attempt to call global 'GetWatchedFactionInfo' (a nil value)
Time: Sat Jul 27 13:07:28 2024
Count: 1
Stack: ...riteUI/Components/ActionBars/Elements/StatusBars.lua:348: attempt to call global 'GetWatchedFactionInfo' (a nil value)
[string "@Interface/AddOns/Blizzard_ExpansionLandingPage/Blizzard_ExpansionLandingPage.lua"]:78: in function `RefreshExpansionOverlay'
[string "@Interface/AddOns/Blizzard_ExpansionLandingPage/Blizzard_ExpansionLandingPage.lua"]:37: in function <...pansionLandingPage/Blizzard_ExpansionLandingPage.lua:35>

Locals: self = ExpansionLandingPage {
overlay =

{
}
Overlay = Frame {
}
}
newestOverlay =
{
}

--

Message: ...terface/AddOns/AzeriteUI/Components/Misc/Tracker.lua:591: Usage: SecureHook([object], method, [handler]): Attempting to hook a non existing target
Time: Sat Jul 27 13:07:28 2024
Count: 1
Stack: ...terface/AddOns/AzeriteUI/Components/Misc/Tracker.lua:591: Usage: SecureHook([object], method, [handler]): Attempting to hook a non existing target
[string "@Interface/AddOns/Blizzard_ExpansionLandingPage/Blizzard_ExpansionLandingPage.lua"]:78: in function `RefreshExpansionOverlay'
[string "@Interface/AddOns/Blizzard_ExpansionLandingPage/Blizzard_ExpansionLandingPage.lua"]:37: in function <...pansionLandingPage/Blizzard_ExpansionLandingPage.lua:35>

Locals: self = ExpansionLandingPage {
overlay =

{
}
Overlay = Frame {
}
}
newestOverlay =
{
}

@Combobulates Combobulates added the bug Something isn't working label Jul 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants