Bron Cena

Bron Cena

52.4k Downloads

Addon not loading - Missing includes in embeds.xml

DoyleD opened this issue ยท 2 comments

commented

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

commented

Thanks! That's a really good suggestion.

commented

Fixed in v1.4.3