Jaliborc / Bagnon

Single window displays for you items
197 stars 112 forks source link

Everytime I enable addon I an error and won't show all bags #1982

Open mjparmentier opened 1 week ago

mjparmentier commented 1 week ago

Message: ...terface/AddOns/BagBrother/core/classes/itemGroup.lua:112: attempt to compare number with boolean Time: Sat Oct 12 15:38:39 2024 Count: 1 Stack: ...terface/AddOns/BagBrother/core/classes/itemGroup.lua:112: attempt to compare number with boolean [string "@Interface/AddOns/BagBrother/core/classes/itemGroup.lua"]:112: in function Layout' [string "@Interface/AddOns/BagBrother/core/classes/itemGroup.lua"]:32: in function <...terface/AddOns/BagBrother/core/classes/itemGroup.lua:30> [string "=[C]"]: in functionShow' [string "@Interface/AddOns/BagBrother/core/api/frames.lua"]:32: in function `Show' [string "@Interface/AddOns/BagBrother/core/api/frames.lua"]:24: in function <Interface/AddOns/BagBrother/core/api/frames.lua:23>

[string "@Interface/AddOns/BagBrother/core/features/autoDisplay.lua"]:83: in function `ToggleBag' [string "@Interface/AddOns/Blizzard_ActionBar/Mainline/MainMenuBarBagButtons.lua"]:79: in function <...lizzard_ActionBar/Mainline/MainMenuBarBagButtons.lua:69>

Locals: self = Frame { buttons =

{ } order =
{ } frame = BagnonInventory1 { } bags =
{ } } profile =
{ rules =
{ } point = "BOTTOMRIGHT" hiddenBags =
{ } color =
{ } sort = true spacing = 2 bagToggle = true enabled = true options = true money = true columns = 10 hiddenRules =
{ } alpha = 1 bagBreak = false x = -167.200439 strata = "HIGH" broker = true y = 460.398773 showBags = true borderColor =
{ } lockedSlots =
{ } } columns = 10 scale = 1 size = 39 space = 1.300000 revBags = nil revSlots = nil x = 10 y = 1 group = 0 (for index) = 2 (for limit) = 6 (for step) = 1 k = 2 frame = Frame { id = 1 } bag = 1 numSlots = 34 family = 0 slots =
{ } (temporary) = false (temporary) = 0 (temporary) = 0 (temporary) = 2 (temporary) = 34 (temporary) = 0 (temporary) = 0 (temporary) = 34 (temporary) = 0 (temporary) = "owner" (temporary) = nil (temporary) = nil (temporary) =
{ super =
{ } base =
{ } OpenSound = 862 frames =
{ } type = "Frame" count = 0 FontH = GameFontHighlightLeft { } BrokerSpacing = 2 name = "BagnonFrame" MoneySpacing = 8 CloseSound = 863 Font = GameFontNormalLeft { } __index =
{ } MoneyFrame =
{ } BagGroup =
{ } } (temporary) = "attempt to compare number with boolean"

Shanho93 commented 6 days ago

something similar if I understood your problem..

bugsack report:

223x BagBrother/core/classes/itemGroup.lua:112: attempt to compare number with boolean
[string "@BagBrother/core/classes/itemGroup.lua"]:112: in function `Layout'
[string "@BagBrother/core/classes/itemGroup.lua"]:32: in function <BagBrother/core/classes/itemGroup.lua:30>
[string "=[C]"]: in function `Show'
[string "@BagBrother/core/api/frames.lua"]:32: in function `Show'
[string "@BagBrother/core/api/frames.lua"]:24: in function <BagBrother/core/api/frames.lua:23>
[string "=(tail call)"]: ?
[string "@BagBrother/core/features/autoDisplay.lua"]:83: in function `ToggleAllBags'
[string "OPENALLBAGS"]:1: in function <[string "OPENALLBAGS"]:1>

Locals:
self = Frame {
 buttons = <table> {
 }
 order = <table> {
 }
 frame = BagnonInventory1 {
 }
 bags = <table> {
 }
}
profile = <table> {
 rules = <table> {
 }
 point = "TOPRIGHT"
 hiddenBags = <table> {
 }
 color = <table> {
 }
 scale = 1
 hiddenRules = <table> {
 }
 reverseBags = false
 bagBreak = false
 x = -950.001709
 spacing = 10
 borderColor = <table> {
 }
 reverseSlots = false
 y = -133.000732
 columns = 15
 lockedSlots = <table> {
 }
}
columns = 15
scale = 1
size = 47
space = 1.300000
revBags = false
revSlots = false
x = 5
y = 1
group = 0
(for index) = 2
(for limit) = 6
(for step) = 1
k = 2
frame = Frame {
 id = 1
}
bag = 1
numSlots = 32
family = 0
slots = <table> {
}
(*temporary) = false
(*temporary) = 0
(*temporary) = 0
(*temporary) = 2
(*temporary) = 23
(*temporary) = 0
(*temporary) = 0
(*temporary) = 23
(*temporary) = 0
(*temporary) = "owner"
(*temporary) = nil
(*temporary) = nil
(*temporary) = <table> {
 __super = <table> {
 }
 __base = <table> {
 }
 OpenSound = 862
 __frames = <table> {
 }
 __type = "Frame"
 __count = 0
 FontH = GameFontHighlightLeft {
 }
 BrokerSpacing = 2
 __name = "BagnonFrame"
 MoneySpacing = 8
 CloseSound = 863
 Font = GameFontNormalLeft {
 }
 __index = <table> {
 }
 MoneyFrame = <table> {
 }
 BagGroup = <table> {
 }
}
(*temporary) = "attempt to compare number with boolean"

screenshot also:

image