AdiBags

AdiBags

8M Downloads

Attempt to register unknown event "VOID_STORAGE_OPEN"

Rycia opened this issue ยท 5 comments

commented

Addon Version

v1.9.26

World of Warcraft Version

Retail

Describe the bug

Grabbed from buggrabber:

52x Frame:RegisterEvent(): Frame:RegisterEvent(): Attempt to register unknown event "VOID_STORAGE_OPEN"
[string "=[C]"]: in function `RegisterEvent'
[string "@Interface/AddOns/AdiBags/core/EventHandlers.lua"]:44: in function `OnUsed'
[string "@Interface/AddOns/Ace3/CallbackHandler-1.0-7/CallbackHandler-1.0.lua"]:71: in function <...Ons/Ace3/CallbackHandler-1.0/CallbackHandler-1.0.lua:54>
[string "=(tail call)"]: ?

Locals:
(*temporary) = Frame {
 0 = <userdata>
}
(*temporary) = "VOID_STORAGE_OPEN"

Steps to reproduce

Not even opening the void storage and the addon states something about it. Simply logging in and having the addon enabled causes the issue.

Verification

  • I have disabled all other addons and made sure this bug is triggered only with AdiBags enabled
commented
306x Interface/AddOns/AdiBags/core/Fonts.lua:99: Usage: self:SetFont(fontFile, height, flags)
[string "=[C]"]: in function `SetFont'
[string "@Interface/AddOns/AdiBags/core/Fonts.lua"]:99: in function `?'
[string "@Interface/AddOns/Ace3/CallbackHandler-1.0-7/CallbackHandler-1.0.lua"]:114: in function <...Ons/Ace3/CallbackHandler-1.0/CallbackHandler-1.0.lua:114>
[string "=[C]"]: ?
[string "@Interface/AddOns/Ace3/CallbackHandler-1.0-7/CallbackHandler-1.0.lua"]:24: in function <...Ons/Ace3/CallbackHandler-1.0/CallbackHandler-1.0.lua:20>
[string "@Interface/AddOns/Ace3/CallbackHandler-1.0-7/CallbackHandler-1.0.lua"]:59: in function `Fire'
[string "@Interface/AddOns/LibSharedMedia-3.0-8020003/LibSharedMedia-3.0/LibSharedMedia-3.0.lua"]:248: in function `Register'
[string "@Interface/AddOns/BugSack/core.lua"]:37: in main chunk
commented

Found another error that's different but related.

36x Frame:RegisterEvent(): Frame:RegisterEvent(): Attempt to register unknown event "VOID_STORAGE_CLOSE"
[string "=[C]"]: in function `RegisterEvent'
[string "@Interface/AddOns/AdiBags/core/EventHandlers.lua"]:44: in function `OnUsed'
[string "@Interface/AddOns/Ace3/CallbackHandler-1.0-7/CallbackHandler-1.0.lua"]:71: in function <...Ons/Ace3/CallbackHandler-1.0/CallbackHandler-1.0.lua:54>
[string "=(tail call)"]: ?

Locals:
(*temporary) = Frame {
 0 = <userdata>
}
(*temporary) = "VOID_STORAGE_CLOSE"
commented

Gonna link 2 other issues here and close them, since it seems there's multiple my interface is throwing with the common delimiter of ace3.

#771
#769

commented

Addon Version

v1.9.26

Please update to the latest version (v1.9.46).

commented

As @Talyrius pointed out, you're on an old version of the addon. Please refile any issues you may have after updating.

Thanks!