Addon not loading - Missing includes in embeds.xml
DoyleD opened this issue ยท 2 comments
Addon was failing to load and throwing Lua errors due to libs not being found. The AceAddon-3.0 and AceDB-3.0 libs were missing in the embeds.xml file.
Addin the below fixes the issue
<Include file="Libs\AceAddon-3.0\AceAddon-3.0.xml" />
<Include file="Libs\AceDB-3.0\AceDB-3.0.xml" />
Although i haven't done so myself it may be worth disabling all other addons except this one and checking if any other libs need referencing as well