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

1.14 - Addon not loading #334

Closed
Slivo-fr opened this issue Sep 29, 2021 · 7 comments
Closed

1.14 - Addon not loading #334

Slivo-fr opened this issue Sep 29, 2021 · 7 comments

Comments

@Slivo-fr
Copy link

Hi,

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

Thanks for your work

@shirsig
Copy link
Owner

shirsig commented Oct 8, 2021

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.

@Slivo-fr
Copy link
Author

Slivo-fr commented Oct 8, 2021

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)"

@shirsig
Copy link
Owner

shirsig commented Oct 8, 2021

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

@shirsig
Copy link
Owner

shirsig commented Oct 10, 2021

uploaded a new version 1.2.0 for classic.

@shirsig shirsig closed this as completed Oct 10, 2021
@Slivo-fr
Copy link
Author

Wonderful, thanks ! <3

@Slivo-fr
Copy link
Author

Note that classic ERA is now 1.14, not 1.13.7 anymore

@shirsig
Copy link
Owner

shirsig commented Oct 10, 2021

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.

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