Thaoky / Altoholic_Retail

WoW Altoholic Addon (WoW Retail version)
24 stars 5 forks source link

attempt to index field 'global' (a nil value) on every character login #18

Closed wduda closed 4 months ago

wduda commented 4 months ago

Since v10.2.13 I am receiving the following error on all my characters on every login. This coincided with The Pandaria Remix release, but not sure if it can be related. Let me know if I can provide additional useful data.


Time: Thu May 30 20:44:09 2024
Count: 1
Stack: Interface/AddOns/Altoholic/Core.lua:370: attempt to index field 'global' (a nil value)
[string "@Interface/AddOns/Altoholic/Core.lua"]:370: in function `callback'
[string "@Interface/AddOns/DataStore/Events/Loading.lua"]:25: in function <Interface/AddOns/DataStore/Events/Loading.lua:18>

Locals: (*temporary) = nil
(*temporary) = nil
(*temporary) = "DATASTORE_AUCTIONS_NOT_CHECKED_SINCE"
(*temporary) = <function> defined @Interface/AddOns/Altoholic/Core.lua:355
(*temporary) = <table> {
 GetRecipeOwners = <function> defined @Interface/AddOns/Altoholic/Services/Tooltip.lua:268
 EmptyFunc = <function> defined @Interface/AddOns/Altoholic/Core.lua:105
 ShowCharacterPanel = <function> defined @Interface/AddOns/Altoholic/Main.lua:334
 Service = <function> defined @Interface/AddOns/AddonFactory/Libs/LibMVC-1.0/LibMVC.lua:107
 Print = <function> defined @Interface/AddOns/Altoholic/Core.lua:467
 BindViewToController = <function> defined @Interface/AddOns/AddonFactory/Libs/LibMVC-1.0/LibMVC.lua:123
 ListenTo = <function> defined @Interface/AddOns/Altoholic/Core.lua:218
 GetSpellIcon = <function> defined @Interface/AddOns/Altoholic/Main.lua:264
 ShowOptionsPanel = <function> defined @Interface/AddOns/Altoholic/Main.lua:359
 GetGuildMemberVersion = <function> defined @Interface/AddOns/Altoholic/Core.lua:455
 SetFirstDayOfWeek = <function> defined @Interface/AddOns/Altoholic/Main.lua:383
 GetItemCount = <function> defined @Interface/AddOns/Altoholic/Services/Tooltip.lua:607
 CanUpgradeRidingSkill = <function> defined @Interface/AddOns/Altoholic/Main.lua:344
 ListCharsOnQuest = <function> defined @Interface/AddOns/Altoholic/Main.lua:319
 GetRecipeLevel = <function> defined @Interface/AddOns/Altoholic/Main.lua:290
 DrawFollowerTooltip = <function> defined @Interface/AddOns/Altoholic/Main.lua:249
 TradeSkills = <table> {
 }
 GetRecipeLink = <function> defined @Interface/AddOns/Altoholic/Main.lua:283
 Controller = <function> defined @Interface/AddOns/AddonFactory/Libs/LibMVC-1.0/LibMVC.lua:187
 GetSpellIDFromRecipeLink = <function> defined @Interface/AddOns/Altoholic/Main.lua:277
 Icons = <table> {
 }
 Item_OnEnter = <function> defined @Interface/AddOns/Altoholic/Main.lua:208
 GetFirstDayOfWeek = <function> defined @Interface/AddOns/Altoholic/Main.lua:387
 Item_OnClick = <function> defined @Interface/AddOns/Altoholic/Main.lua:226
 Colors = <table> {
 }
 GetIDFromLink = <function> defined @Interface/AddOns/Altoholic/Main.lua:268
 VersionNum = 1002014
 Enum = <table> {
 }
 UnbindViewFromController = <function> defined @Interface/AddOns/AddonFactory/Libs/LibMVC-1.0/LibMVC.lua:169
 Version = "v10.2.014"
}
(*temporary) = <function> defined @Interface/AddOns/DataStore/Events/Addon.lua:21
(*temporary) = <table> {
 GetCharacterID = <function> defined @Interface/AddOns/DataStore/DataStore.lua:119
 IsCurrentPlayerKey = <function> defined @Interface/AddOns/DataStore/DataStore.lua:195
 GuildBroadcast = <function> defined @Interface/AddOns/DataStore/API/GuildComm.lua:163
 DeleteCharacter = <function> defined @Interface/AddOns/DataStore/DataStore.lua:312
 GetCharacterDB = <function> defined @Interface/AddOns/DataStore/API/Core.lua:217
 IsCharacterBasedMethod = <function> defined @Interface/AddOns/DataStore/API/Core.lua:267
 DeleteGuild = <function> defined @Interface/AddOns/DataStore/DataStore.lua:329
 GetCharacterKey = <function> defined @Interface/AddOns/DataStore/DataStore.lua:123
 GetHashSize = <function> defined @Interface/AddOns/DataStore/API/Utility.lua:6
 GetLocale = <function> defined @Interface/AddOns/DataStore/API/Locale.lua:55
 CopyTable = <function> defined @Interface/AddOns/DataStore/API/Utility.lua:50
 UpdateMyMemoryUsage = <function> defined @Interface/AddOns/DataStore/Options.lua:170
 ThisCharID = 6
 SetLocale = <function> defined @Interface/AddOns/DataStore/API/Locale.lua:42
 SetDefaults = <function> d```
Thaoky commented 4 months ago

Did you clean your SV files and did you try again with .014 or .015 ?

Thaoky commented 4 months ago

Should be fixed in .016 (release shortly), please reopen if it's not ok