Module 'Shadowlands' already exists.
Frurox opened this issue ยท 5 comments
Getting this error.
Message: Interface\AddOns\AdiBags\core\Filters.lua:126: Usage: NewModule(name, [prototype, [lib, lib, lib, ...]): 'name' - Module 'Shadowlands' already exists.
Time: Mon Feb 7 11:30:04 2022
Count: 1
Stack: Interface\AddOns\AdiBags\core\Filters.lua:126: Usage: NewModule(name, [prototype, [lib, lib, lib, ...]): 'name' - Module 'Shadowlands' already exists.
[string "=[C]"]: ?
[string "@Interface\AddOns\AdiBags\libs\AceAddon-3.0\AceAddon-3.0.lua"]:239: in function `NewModule'
[string "@Interface\AddOns\AdiBags\core\Filters.lua"]:126: in function `?'
[string "@Interface\AddOns\AdiBags_Shadowlands\AdiBags_Shadowlands.lua"]:1696: in main chunk
Locals: (*temporary) = "Usage: NewModule(name, [prototype, [lib, lib, lib, ...]): 'name' - Module 'Shadowlands' already exists."
What would you need from me to fix this?
This error is due to conflicting module names being used by other AdiBags addons. I suggest you remove one of them.
Duplicate of #51.
This error is due to conflicting module names being used by other AdiBags addons. I suggest you remove one of them.
Duplicate of #51.
Is there a way to know which one? Or is it AdiBags_Shadowlands?
AdiBags_Shadowlands is the addon that triggered the error, but that just means that it wasn't the first to load an AdiBags filter module named 'Shadowlands'.
Cool thanks will try disabling AdiBags_Shadowlands, 1st and see. Wish it would tell you which one :)