Thaoky / Altoholic_Retail

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

bug attempt to perform arithmetic on local 'xpMax' #44

Closed Addonman closed 1 month ago

Addonman commented 1 month ago

Message: ...AddOns/DataStore_Characters/DataStore_Characters.lua line 321: attempt to perform arithmetic on local 'xpMax' (a nil value) Debug:

  ...AddOns/DataStore_Characters/DataStore_Characters.lua:282
  ...ace/AddOns/Altoholic_Summary/Services/Characters.lua:347

string "@Interface/AddOns/Altoholic_Summary/Services/Characters.lua":381: Sort() [string "@Interface/AddOns/Altoholic_Summary/TabSummary.lua"]:680: Update() [string "@Interface/AddOns/Altoholic_Summary/TabSummary.lua"]:789: callback() [string "@Interface/AddOns/AddonFactory/Templates/AuctionHouseUI/CategoriesList.lua"]:58: Button_OnClick() [string "@Interface/AddOns/Altoholic_Summary/TabSummary.lua"]:939: callback()

  Interface/AddOns/DataStore/Events/Loading.lua:18
  [string "*Main.xml:65_OnShow"]:1

[string "@Interface/AddOns/AddonFactory/Templates/AuctionHouseUI/Main.lua"]:87: ToggleUI()

  [string "*Main.xml:31_OnClick"]:1

Locals:

Addonman commented 1 month ago

in tww pre release Message: ...dOns/DataStore_Reputations/DataStore_Reputations.lua line 35: attempt to index local 'info' (a nil value) Debug:

  ...dOns/DataStore_Reputations/DataStore_Reputations.lua:33
  ...dOns/DataStore_Reputations/DataStore_Reputations.lua:294
  ...dOns/DataStore_Reputations/DataStore_Reputations.lua:436

string "@Interface/AddOns/DataStore_Reputations/DataStore_Reputations.lua":521: callback()

  Interface/AddOns/DataStore/Events/Addon.lua:13
Thaoky commented 1 month ago

The reputations one is fixed in .003. The first one: did you properly clear your SV files since the DB change in 10.2 ?

Addonman commented 1 month ago

i did it multiple times through curse forge. Does deleting saved variables of altoholic and also datastore does the trick or do i have to deleted for every module as well?

Thaoky commented 1 month ago

Whn clearing the SV, you should clear the DataStore files, Altoholic mostly contains UI options, which in this case have no effect. I'll close the issue, please reopen if it still happens.