View Single Post
08-18-13, 05:21 AM   #5
Caellian
A Frostmaul Preserver
 
Caellian's Avatar
Join Date: May 2006
Posts: 281
Originally Posted by Phanx View Post
That sounds like a pretty bad way to set up your addon -- it would probably be better to break it up into discrete parts, eg. CaelUI_UnitFrames, CaelUI_ActionBars, etc. -- but regardless of that, there's no way that listing a file first doesn't make it load first. If your "lib" file isn't being loaded first, then you've listed something else before it. Double-check your TOC and XML files, and/or post your actual files.
Well, i can guarantee that it's not a TOC or xml issue.

The TOC only loads caelUI.xml

and here's the XML

http://pastebin.com/0yJRE5tV

I don't say that it doesn't load first, i only say that if it's not loaded as an external addon, it just doesn't work, either silently or with the error above.
__________________
if (sizeof(workload) > sizeof(brain_capacity)) { die('System Overload'); }
  Reply With Quote