View Single Post
07-22-18, 08:49 AM   #3
Lyak
A Cyclonian
Join Date: Jul 2018
Posts: 46
Originally Posted by lightspark View Post
It's not a bug. Having multiple XML objects w/ identical names has become an error in BfA.

Ideally, embeddable libraries shouldn't create/define anything in XML because it's impossible to update such objects. But due to oUF's nature, we have to use XML templates because there's no way to do what we need in Lua.

The only solution to your problem is to disabled embedded oUF in both addons, and to use standalone version of oUF for them.
Hm............

Would there be any possible ways to load one's embedded oUF only when there is no oUF loaded yet, instead of making it standalone?
(Maybe like version checking done on LibStub)

Guessing there's none as you stated tho

Last edited by Lyak : 07-22-18 at 08:51 AM.
  Reply With Quote