AdiBags

AdiBags

8M Downloads

LUA error message

kaseyd24 opened this issue ยท 1 comments

commented

Getting the following.
Message: Interface\AddOns\AdiBags\core\Filters.lua:126: Usage: NewModule(name, [prototype, [lib, lib, lib, ...]): 'name' - Module 'Anima' already exists.
Time: Tue Oct 19 12:04:31 2021
Count: 1
Stack: Interface\AddOns\AdiBags\core\Filters.lua:126: Usage: NewModule(name, [prototype, [lib, lib, lib, ...]): 'name' - Module 'Anima' 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 RegisterFilter'
[string "@interface\AddOns\AdiBags_Shadowlands\AdiBags_Shadowlands.lua"]:32: in main chunk

Locals: (*temporary) = "Usage: NewModule(name, [prototype, [lib, lib, lib, ...]): 'name' - Module 'Anima' already exists."

commented

This error is due to conflicting module names being used by other AdiBags addons. I suggest you remove one of them.

Duplicate of #51.