aux

aux

1M Downloads

1.14 - Addon not loading

Slivo-fr opened this issue ยท 7 comments

commented

Hi,

1.14 brought most (all?) of the BC changes to classic ERA, the addon does not load at all.

Thanks for your work

commented

Ah, I see, thanks, will try to find some time to fix that soon.

commented

Hey. Are you sure it's not just because you didn't enable "load out of date addons"? Because I didn't update the client version for classic yet, but I don't think they made any changes that could've broken the addon.

commented

They did, same as BC classic.
The load outdated is checked.

Most likely just related to the backdrop changes, here is some errors :

1x aux-addon\tabs\post\frame.lua:18: attempt to index field 'frame' (a nil value)
[string "@aux-addon\tabs\post\frame.lua"]:18: in main chunk

Locals:
aux = <table> {
}
info = <table> {
}
money = <table> {
}
gui = <table> {
}
listing = <table> {
}
item_listing = <table> {
}
search_tab = <table> {
}
(*temporary) = <function> defined =[C]:-1
(*temporary) = <unnamed> {
 0 = <userdata>
}
(*temporary) = "BOTTOMLEFT"
(*temporary) = nil
(*temporary) = "TOP"
(*temporary) = 0
(*temporary) = -8
(*temporary) = <userdata>
(*temporary) = nil
(*temporary) = "attempt to index field 'frame' (a nil value)"

5x aux-addon\gui\core.lua:32: attempt to call method 'SetBackdrop' (a nil value)
[string "@aux-addon\gui\core.lua"]:32: in function `set_frame_style'
[string "@aux-addon\gui\core.lua"]:42: in function `set_panel_style'
[string "@aux-addon\gui\core.lua"]:51: in function `panel'
[string "@aux-addon\gui\core.lua"]:379: in main chunk

Locals:
frame = <unnamed> {
 0 = <userdata>
}
backdrop_color = <table> {
}
border_color = <table> {
}
left = nil
right = nil
top = nil
bottom = nil
(*temporary) = nil
(*temporary) = <unnamed> {
 0 = <userdata>
}
(*temporary) = <table> {
 bgFile = "Buttons\WHITE8X8"
 edgeFile = "Buttons\WHITE8X8"
 edgeSize = 1.500000
 tile = true
 insets = <table> {
 }
}
(*temporary) = "attempt to call method 'SetBackdrop' (a nil value)"

1x aux-addon\frame.lua:10: attempt to index global 'tabs' (a nil value)
[string "@aux-addon\frame.lua"]:10: in function `f'
[string "@aux-addon\aux-addon-1.1.6.lua"]:31: in function <aux-addon\aux-addon.lua:28>

Locals:
(for generator) = <function> defined =[C]:-1
(for state) = <table> {
 1 = <table> {
 }
 2 = <table> {
 }
 3 = <table> {
 }
 4 = <table> {
 }
}
(for control) = 1
_ = 1
v = <table> {
 name = "Search"
 USE_ITEM = <function> defined @aux-addon\tabs\search\core.lua:38
 CLICK_LINK = <function> defined @aux-addon\tabs\search\core.lua:33
 CLOSE = <function> defined @aux-addon\tabs\search\core.lua:28
 OPEN = <function> defined @aux-addon\tabs\search\core.lua:22
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = <table> {
 name = "Search"
 USE_ITEM = <function> defined @aux-addon\tabs\search\core.lua:38
 CLICK_LINK = <function> defined @aux-addon\tabs\search\core.lua:33
 CLOSE = <function> defined @aux-addon\tabs\search\core.lua:28
 OPEN = <function> defined @aux-addon\tabs\search\core.lua:22
}
(*temporary) = "attempt to index global 'tabs' (a nil value)"

1x aux-addon\aux-addon-1.1.6.lua:171: attempt to index global 'frame' (a nil value)
[string "@aux-addon\aux-addon-1.1.6.lua"]:171: in function `f'
[string "@aux-addon\aux-addon-1.1.6.lua"]:36: in function <aux-addon\aux-addon.lua:28>

Locals:
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index global 'frame' (a nil value)"

commented

uploaded a new version 1.2.0 for classic.

commented

Wonderful, thanks ! <3

commented

Note that classic ERA is now 1.14, not 1.13.7 anymore

commented

Guess I'll update it after the release of fresh, too lazy to change it again for all addons now and maybe it will still change anyway.