View Single Post
11-15-17, 06:06 AM   #2
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
Originally Posted by Galaxy119 View Post
First of all, I have to remove
lua Code:
  1. if(_VERSION:find('project%-version')) then
  2.     _VERSION = 'devel'
  3. end
from oUF/ouf.lua otherwise my addon errors on that segment and bad things happen.
What errors?

Originally Posted by Galaxy119 View Post
upon removing the code, I get no errors, but my non-player frames are broken:

... image ...

I've tracked down the green bars issue to simply being my current implementation of healprediction, which can be easily resolved, however all of the other issues remain. The target's frame texture isn't loaded, all units have all raid icons shown above them, etc.
With no errors being displayed, I'm not exactly sure where to begin with fixing it..
Most elements were renamed in oUF 7.0, you'll have to update your layout to reflect that.
If oUF doesn't see an element it doesn't know what to show/hide.

Your first step should be to follow the upgrade guide: http://www.wowinterface.com/forums/s...ad.php?t=55422
  Reply With Quote