DialogKey DF

DialogKey DF

36k Downloads

Not bundling lib CallbackHandler-1.0

mbattersby opened this issue ยท 2 comments

commented

CallbackHandler-1.0 is required by AceConfig/AceConfigRegistry (edit: and AceDB) but not included and dialogkey-DF is relying on another addon to provide it.

Message: ...-3.0/AceConfigRegistry-3.0/AceConfigRegistry-3.0.lua:12: Cannot find a library instance of "CallbackHandler-1.0".
Time: Wed Dec 14 10:32:22 2022
Count: 1
Stack: ...-3.0/AceConfigRegistry-3.0/AceConfigRegistry-3.0.lua:12: Cannot find a library instance of "CallbackHandler-1.0".
[string "=[C]"]: in function `error'
[string "@Interface/AddOns/DialogKey/libs/LibStub/LibStub.lua"]:23: in function `LibStub'
[string "@Interface/AddOns/DialogKey/libs/AceConfig-3.0/AceConfigRegistry-3.0/AceConfigRegistry-3.0.lua"]:12: in main chunk

Locals: (*temporary) = "Cannot find a library instance of "CallbackHandler-1.0"."
commented

I'm running off the git repo but I don't see anything in .pkgmeta that would pull it in.

commented

Ahh, so that's where that error is coming from!

Thanks for the info.