View Single Post
06-12-18, 05:53 PM   #1
Sweetsour
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Dec 2014
Posts: 130
[BETA] Could not open xml file(s).

I'm trying to get my addon loaded on the BfA beta, but I seem to be getting an error I haven't encountered before. I already made the changes to UnitBuff so that there's no other Lua errors. Below is an image of the error I'm getting.



Below is the code for the file in question
Lua Code:
  1. <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
  2. ..\FrameXML\UI.xsd">
  3.     <Script file="bulletin.lua"/>
  4.     <Script file="elemental.lua"/>
  5.     <Script file="enhancement.lua"/>
  6.     <Script file="restoration.lua"/>
  7.     <Script file="init.lua"/>
  8. </Ui>

I noticed I'm also getting an "Error loading" error with LibDatabroker-1.1; not sure if that's part of the issue.
  Reply With Quote