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

Addon doesn't work after 0.1.40 update #360

Closed
invender opened this issue May 6, 2024 · 2 comments
Closed

Addon doesn't work after 0.1.40 update #360

invender opened this issue May 6, 2024 · 2 comments
Assignees
Labels
bug Something isn't working triage

Comments

@invender
Copy link

invender commented May 6, 2024

Addon Version

v0.1.40

World of Warcraft Version

Wrath

Describe the bug

Error during initial loading of the interface. Addon does not work after that. Reproduced on only one of the characters (WoW version Cata)

Message: ...erface/AddOns/BetterBags/frames/classic/currency.lua:129: table index is nil
Time: Mon May  6 13:48:51 2024
Count: 1
Stack: ...erface/AddOns/BetterBags/frames/classic/currency.lua:129: table index is nil
[string "@Interface/AddOns/BetterBags/frames/classic/currency.lua"]:129: in function `GetCurrencyItem'
[string "@Interface/AddOns/BetterBags/frames/classic/currency.lua"]:147: in function `Update'
[string "@Interface/AddOns/BetterBags/frames/classic/currency.lua"]:269: in function `Create'
[string "@Interface/AddOns/BetterBags/frames/classic/bag.lua"]:261: in function `Create'
[string "@Interface/AddOns/BetterBags/core/init.lua"]:205: in function <Interface/AddOns/BetterBags/core/init.lua:189>
[string "=[C]"]: ?
[string "@Interface/AddOns/BetterBags/libs/AceAddon-3.0/AceAddon-3.0.lua"]:66: in function <...AddOns/BetterBags/libs/AceAddon-3.0/AceAddon-3.0.lua:61>
[string "@Interface/AddOns/BetterBags/libs/AceAddon-3.0/AceAddon-3.0.lua"]:523: in function `EnableAddon'
[string "@Interface/AddOns/BetterBags/libs/AceAddon-3.0/AceAddon-3.0.lua"]:626: in function <...AddOns/BetterBags/libs/AceAddon-3.0/AceAddon-3.0.lua:611>

Locals: self = <table> {
 iconIndex = <table> {
 }
 fadeOut = AnimationGroup {
 }
 iconGrid = <table> {
 }
 currencyItems = <table> {
 }
 loaded = false
 frame = BetterBagsCurrencyFrame {
 }
 fadeIn = AnimationGroup {
 }
 content = <table> {
 }
}
index = 1
info = <table> {
}
item = <table> {
 count = FontString {
 }
 frame = Frame {
 }
 icon = Texture {
 }
 name = FontString {
 }
}
(*temporary) = <table> {
}
(*temporary) = nil
(*temporary) = <userdata>
(*temporary) = <function> defined @Interface/AddOns/BetterBags/frames/classic/currency.lua:116
(*temporary) = "table index is nil"
getCurrencyInfo = <function> defined @Interface/AddOns/BetterBags/frames/classic/currency.lua:69

Steps to reproduce

  1. Start the game with enabled addon
@mkh67465
Copy link

mkh67465 commented May 6, 2024

I cant use the addon after this update either, nothing happens when i press B

@Cidan
Copy link
Owner

Cidan commented May 6, 2024

Fixed in .41, which is going out now.

@Cidan Cidan closed this as completed May 6, 2024
@github-project-automation github-project-automation bot moved this from To Triage to Released in BetterBags Issue Tracker May 6, 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 triage
Projects
Archived in project
Development

No branches or pull requests

3 participants