[Wrath Classic] 10.1.0-beta2
Road-block opened this issue ยท 1 comments
When reporting an issue, please try to reproduce the issue with just Dominos and Dominos_Config running. Dominos reuses a good chunk of the stock UI, and other popular addons, like Move Anything, like to take control of those parts, too.
Addon Version
You can get this via running /dominos version
in game
10.1.0-beta2
World of Warcraft Version
For example, Classic, Retail, PTR, Beta.
Classic Wrath
The latest beta package throws a few errors when loaded on Wrath Classic.
First one is probably responsible for the subsequent ones, it's 20 in total.
["message"] = "Interface/AddOns/Dominos/Dominos.lua:7: attempt to index global 'C_AddOns' (a nil value)",
["time"] = "2023/04/23 02:52:03",
C_AddOns namespace indeed does not exist on the 3.4.1 client.
This error is followed by a number of others.
["message"] = "Interface/AddOns/Dominos/core/barStates.lua:99: attempt to call method 'IsBuild' (a nil value)",
["time"] = "2023/04/23 02:52:03",
["message"] = "Interface/AddOns/Dominos/core/secureEnv.lua:8: attempt to call method 'IsBuild' (a nil value)",
["time"] = "2023/04/23 02:52:03",
Few more like these in other modules where IsBuild
is called.
Then the first non IsBuild related is
["message"] = "Interface/AddOns/Dominos/core/tooltipController.lua:55: attempt to call method 'ShowTooltips' (a nil value)",
["stack"] = "[string \"@Interface/AddOns/Dominos/core/tooltipController.lua\"]:55: in function <Interface/AddOns/Dominos/core/tooltipController.lua:54>\n[string \"=[C]\"]: ?\n[string \"@Interface/AddOns/Ace3/AceAddon-3.0-13/AceAddon-3.0.lua\"]:66: in function <Interface/AddOns/Ace3/AceAddon-3.0/AceAddon-3.0.lua:61>\n[string \"@Interface/AddOns/Ace3/AceAddon-3.0-13/AceAddon-3.0.lua\"]:523: in function `EnableAddon'\n[string \"@Interface/AddOns/Ace3/AceAddon-3.0-13/AceAddon-3.0.lua\"]:536: in function `EnableAddon'\n[string \"@Interface/AddOns/Ace3/AceAddon-3.0-13/AceAddon-3.0.lua\"]:626: in function <Interface/AddOns/Ace3/AceAddon-3.0/AceAddon-3.0.lua:611>"
["message"] = "Interface/AddOns/Dominos_Progress/main.lua:55: attempt to call field 'RegisterCallback' (a nil value)",
["time"] = "2023/04/23 02:52:19",
["stack"] = "[string \"@Interface/AddOns/Dominos_Progress/main.lua\"]:55: in function <Interface/AddOns/Dominos_Progress/main.lua:15>\n[string \"=[C]\"]: ?\n[string \"@Interface/AddOns/Ace3/AceAddon-3.0-13/AceAddon-3.0.lua\"]:66: in function <Interface/AddOns/Ace3/AceAddon-3.0/AceAddon-3.0.lua:61>\n[string \"@Interface/AddOns/Ace3/AceAddon-3.0-13/AceAddon-3.0.lua\"]:523: in function `EnableAddon'\n[string \"@Interface/AddOns/Ace3/AceAddon-3.0-13/AceAddon-3.0.lua\"]:536: in function `EnableAddon'\n[string \"@Interface/AddOns/Ace3/AceAddon-3.0-13/AceAddon-3.0.lua\"]:626: in function <Interface/AddOns/Ace3/AceAddon-3.0/AceAddon-3.0.lua:611>"