Not working on new SOD Classic Era PTR
holypalaswe opened this issue ยท 1 comments
What version(s) of WoW are you using?
Classic Era
What version of Baganator?
458
What version of Syndicator?
112
What isn't working? What was supposed to happen?
Lua error when opening bag and shows no items in bag:
Are you experiencing any lua errors
Two different types of lua error, this one when logging in:
1x Syndicator/Options/Initialize.lua:266: attempt to index field 'High' (a nil value)
[string "@Syndicator/Options/Initialize.lua"]:266: in function `Initialize'
[string "@Syndicator/Core/Main.lua"]:8: in function `cb'
[string "@Syndicator/Core/Utilities.lua"]:12: in function <Syndicator/Core/Utilities.lua:9>
Locals:
optionsFrame = Frame {
}
header = FontString {
}
version = "112"
versionText = FontString {
}
lastItem = CheckButton {
Text = TopText {
}
}
yOffset = 0
(for state) = <table> {
1 = <table> {
}
2 = <table> {
}
3 = <table> {
}
4 = <table> {
}
5 = <table> {
}
6 = <table> {
}
7 = <table> {
}
8 = <table> {
}
9 = <table> {
}
10 = <table> {
}
11 = <table> {
}
12 = <table> {
}
13 = <table> {
}
}
(for control) = 13
_ = 13
entry = <table> {
min = 1
type = "slider"
valuePattern = "%s Characters Shown"
max = 40
option = "tooltips_character_limit"
highText = "40"
lowText = "1"
}
sliderWrapper = Frame {
}
slider = Slider {
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = 1
(*temporary) = 40
(*temporary) = -10
(*temporary) = "attempt to index field 'High' (a nil value)"
addonName = "Syndicator"
TOOLTIP_OPTIONS = <table> {
1 = <table> {
}
2 = <table> {
}
3 = <table> {
}
4 = <table> {
}
5 = <table> {
}
6 = <table> {
}
7 = <table> {
}
8 = <table> {
}
9 = <table> {
}
10 = <table> {
}
11 = <table> {
}
12 = <table> {
}
13 = <table> {
}
}
Lua error every time when I try to open bag:
[string "@Baganator/SingleViews/CollapsingBagSections.lua"]:4: in function `GetCollapsingBagDetails'
[string "@Baganator/SingleViews/BackpackView.lua"]:34: in function `AllocateBags'
[string "@Baganator/SingleViews/BackpackView.lua"]:87: in function `UpdateForCharacter'
[string "@Baganator/ViewManagement/Initialize.lua"]:80: in function `ToggleAllBags'
[string "OPENALLBAGS"]:1: in function <[string "OPENALLBAGS"]:1>
Locals:
character = nil
section = "bags"
indexes = <table> {
1 = 0
2 = 1
3 = 2
4 = 3
5 = 4
6 = -2
}
slotsCount = 4
characterInfo = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index local 'characterInfo' (a nil value)"
addonTable = <table> {
InventoryTracking = <table> {
}
Locales = <table> {
}
json = <table> {
}
Constants = <table> {
}
Transfers = <table> {
}
ItemViewCommon = <table> {
}
Help = <table> {
}
NewItems = Frame {
}
Skins = <table> {
}
SlashCmd = <table> {
}
ItemButtonUtil = <table> {
}
sortItemFieldMap = <table> {
}
ViewManagement = <table> {
}
SingleViews = <table> {
}
API = <table> {
}
CustomiseDialog = <table> {
}
BagTransfers = <table> {
}
Config = <table> {
}
Search = <table> {
}
CallbackRegistry = <table> {
}
CategoryViews = <table> {
}
Utilities = <table> {
}
Sorting = <table> {
}
}
Anything else?
No response