View Single Post
08-18-13, 10:55 AM   #18
Caellian
A Frostmaul Preserver
 
Caellian's Avatar
Join Date: May 2006
Posts: 281
Originally Posted by Lombra View Post
Oh but it will help! You have the origin of the error in the stack trace:
Code:
Interface\AddOns\caelUI\media\caelMedia.lua:61: in main chunk
If I'm not mistaken, 'main chunk' means its executed right when the file loads. ADDON_LOADED will not have fired at that point. (I think)
That i didn't know, but how does that help me in this specific case ?

In order for this to work, caelLib.scale has to be available "before" any other addons loads. But ScaleFix won't have a value untill the UIScale becomes available. I don't see how to get to that.
__________________
if (sizeof(workload) > sizeof(brain_capacity)) { die('System Overload'); }

Last edited by Caellian : 08-18-13 at 11:01 AM.
  Reply With Quote