Error upon login
Intervencion opened this issue ยท 8 comments
Lua error
2x AtlasLootClassic\Data\ClassFilter.lua:125: table index is nil
[string "@AtlasLootClassic\Data\ClassFilter.lua"]:125: in main chunk
Locals:
ALName = "AtlasLootClassic"
ALPrivate = <table> {
BOX_BORDER_BACKDROP = <table> {
}
ADDON_MSG_PREFIX = "ATLASLOOT_MSG"
PLAYER_NAME = "Onebuttonmc"
IS_CLASSIC = false
IMAGE_PATH = "AtlasLootClassic\Images\"
IS_BC = true
BOX_BACKDROP = <table> {
}
COIN_TEXTURE = <table> {
}
CLASS_BIT_TO_CLASS = <table> {
}
CLASS_ICON_PATH = <table> {
}
CLASS_NAME_TO_ID = <table> {
}
CLASS_BITS = <table> {
}
CLASS_SORT = <table> {
}
ACCOUNT_LOCALE = "enUS"
LOC_CLASSES = <table> {
}
ICONS_PATH = "AtlasLootClassic\Images\Icons\"
}
AtlasLoot = <table> {
__addonversion = "v2.2.0-bcc"
TargetScan = <table> {
}
DevPrint = <function> defined @AtlasLootClassic\AtlasLoot.lua:58
Locales = <table> {
}
ClickHandler = <table> {
}
Print = <function> defined @AtlasLootClassic\AtlasLoot.lua:54
IngameLocales = <table> {
}
Locale = <table> {
}
SendAddonVersion = <function> defined @AtlasLootClassic\AtlasLoot.lua:160
BC_VERSION_NUM = 2
Loader = <table> {
}
__addonrevision = 2020000
GetColoredClassNames = <function> defined @AtlasLootClassic\AtlasLoot.lua:111
ItemString = <table> {
}
ItemQuery = <table> {
}
GetLocales = <function> defined @AtlasLootClassic\Locales\Locales.lua:12
SlashCommands = <table> {
}
LibBabble = <table> {
}
Init = <table> {
}
TooltipScan = <table> {
}
OnProfileChanged = <function> defined @AtlasLootClassic\AtlasLoot.lua:64
AtlasLootDBDefaults = <table> {
}
Tooltip = <table> {
}
MiniMapButton = <table> {
}
IsAddonUpdateAviable = <function> defined @AtlasLootClassic\AtlasLoot.lua:169
CLASSIC_VERSION_NUM = 1
AddInitFunc = <function> defined @AtlasLootClassic\AtlasLoot.lua:95
OnInitialize = <function> defined @AtlasLootClassic\AtlasLoot.lua:74
GetGameVersion = <function> defined @AtlasLootClassic\Init.lua:58
ItemInfo = <table> {
}
Data = <table> {
}
}
ClassFilter = <table> {
}
AL = <table> {
}
Requirements = <table> {
HasPvPRequirements = <function> defined @AtlasLootClassic\Data\Requirements.lua:5532
GetPvPRankInfo = <function> defined @AtlasLootClassic\Data\Requirements.lua:5509
BuildClassString = <function> defined @AtlasLootClassic\Data\Requirements.lua:5485
GetPvPRankIcon = <function> defined @AtlasLootClassic\Data\Requirements.lua:5519
HasRequirements = <function> defined @AtlasLootClassic\Data\Requirements.lua:5528
GetReqString = <function> defined @AtlasLootClassic\Data\Requirements.lua:5536
GetPvPRankIconForItem = <function> defined @AtlasLootClassic\Data\Requirements.lua:5523
ClassCanUseItem = <function> defined @AtlasLootClassic\Data\Requirements.lua:5501
GetPvPRankName = <function> defined @AtlasLootClassic\Data\Requirements.lua:5514
}
GetItemInfoInstant = <function> defined =[C]:-1
wipe = <function> defined =[C]:-1
format = <function> defined =[C]:-1
bit_band = <function> defined =[C]:-1
CLASS_BITS = <table> {
HUNTER = 4
WARRIOR = 1
PALADIN = 2
MAGE = 128
PRIEST = 16
WARLOCK = 256
DRUID = 1024
SHAMAN = 64
ROGUE = 8
}
CLASS_SORT = <table> {
1 = "WARRIOR"
2 = "PALADIN"
3 = "HUNTER"
4 = "ROGUE"
5 = "PRIEST"
6 = "SHAMAN"
7 = "MAGE"
8 = "WARLOCK"
9 = "DRUID"
}
CLASS_NAME_TO_ID = <table> {
HUNTER = 3
WARRIOR = 1
ROGUE = 4
MAGE = 7
PRIEST = 5
WARLOCK = 8
DRUID = 9
PALADIN = 2
SHAMAN = 6
}
C = <table> {
HUNTER = 4
WARRIOR = 1
PALADIN = 2
MAGE = 128
PRIEST = 16
WARLOCK = 256
DRUID = 1024
SHAMAN = 64
ROGUE = 8
}
db = nil
(*temporary) = <table> {
itemEquipLoc = <table> {
}
itemClass = <table> {
}
}
(*temporary) = <table> {
0 = <table> {
}
1 = <table> {
}
2 = <table> {
}
}
(*temporary) = 3
(*temporary) = <table> {
}
(*temporary) = nil
(*temporary) = 400
(*temporary) = 256
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
Describe the bug
IDK it just complains in BugSack
To Reproduce
Log in
Also came to say this, I'm guessing it's to do with a recent build Blizz pushed on the TBC Classic servers earlier. Happens with only AtlasLootClassic [Core] enabled
6x AtlasLootClassic\Data\ClassFilter.lua:125: table index is nil
[string "@AtlasLootClassic\Data\ClassFilter.lua"]:125: in main chunk
121x (null)
This is the same as ticket #131 and has been assigned.
AtlasLootClassic\Data\ClassFilter.lua
Delete lines 125 to 136, LE_ITEM_GEM_*
seems to have been removed.
I'm having this bug as well, seems like the game got updated, and atlasclassic needs an update too.
I'm having the same issue. I noticed it started happening after a small client update that Blizz just pushed out.