Installed from Curse, does not work when running no other addons
RudolphRiedel opened this issue ยท 5 comments
When disabling all other addons I get this:
Message: Interface/AddOns/MCL/functions.lua:923: Cannot find a library instance of "AceConfig-3.0".
Time: Fri Nov 25 20:48:37 2022
Count: 1
Stack: Interface/AddOns/MCL/functions.lua:923: Cannot find a library instance of "AceConfig-3.0".
[string "=[C]"]: in function error' [string "@Interface/AddOns/MCL/libs/LibStub/LibStub.lua"]:23: in function
LibStub'
[string "@Interface/AddOns/MCL/functions.lua"]:923: in function `AddonSettings'
[string "@Interface/AddOns/MCL/main.lua"]:89: in function <Interface/AddOns/MCL/main.lua:81>
Locals: (*temporary) = "Cannot find a library instance of "AceConfig-3.0"."
The embedded ACE3 lib appears to be incomplete.
Just installed v2.1.2, adding AceConfig does not fix it, now LibSharedMedia is missing:
Message: Interface/AddOns/MCL/functions.lua:923: Cannot find a library instance of "LibSharedMedia-3.0".
Time: Sat Nov 26 18:48:48 2022
Count: 1
Stack: Interface/AddOns/MCL/functions.lua:923: Cannot find a library instance of "LibSharedMedia-3.0".
[string "=[C]"]: in function error' [string "@Interface/AddOns/MCL/libs/LibStub/LibStub.lua"]:23: in function
LibStub'
[string "@Interface/AddOns/MCL/functions.lua"]:923: in function `AddonSettings'
[string "@Interface/AddOns/MCL/main.lua"]:89: in function <Interface/AddOns/MCL/main.lua:81>
Locals: (*temporary) = "Cannot find a library instance of "LibSharedMedia-3.0"."
I tried to fix this myself yesterday to be more helpfull but instead of one LUA error less I got four instead. :-)
It works when I enable all my other addons, probably because something else already is loading ACE3.
But I only have a select few addons on a second computer and this is why I test with everything else disabled.
Ha, okay I see why I'm not getting that error. I'm using bugsack which has these libraries built in.
Ironic that an addon designed to show you lua errors is preventing them from happening.
Just released a fixed version, thanks for the report.
Oh, nice, that explains why it works on my machine with everything on as this includes BugSack as well. :-)
I will try it out again when it appears in WowUp.