SadRobotGG / BronCena

World of Warcraft Interface AddOn to announce Bron Cena when he is summoned
MIT License
2 stars 0 forks source link

Addon not loading - Missing includes in embeds.xml #4

Closed DoyleD closed 3 years ago

DoyleD commented 3 years ago

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

DavidMoore commented 3 years ago

Thanks! That's a really good suggestion.

DavidMoore commented 3 years ago

Fixed in v1.4.3