Thread Tools Display Modes
08-28-12, 11:34 PM   #1
Sentacursa
A Deviate Faerie Dragon
 
Sentacursa's Avatar
Join Date: Aug 2012
Posts: 13
SBug (portrait)

female draenei selection bug < 5.0.*



Haste, are there any fixxes for this yet ? or in the work ?
  Reply With Quote
08-29-12, 02:18 AM   #2
Morsker
A Fallenroot Satyr
 
Morsker's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 22
edit: Use DirectX 11. The bug is with Blizzard's DirectX 9 support.

I'm leaving the rest of my post below though because I found some really weird things.

--------------------

It happens in X-Perl too. I haven't found a workaround either.

The behavior is very odd. Having 1 3d portrait works, but creating 2+ causes the additional ones to bug out.

I've had 2 portraits in 2 separate mods work at the same time, which was promising, but I can't figure out how. :\ If either mod creates more portraits, they bug out too.

edit: Shadowed has the same bug. I can have my oUF layout, XPerl, and SUF all running at once, all with 1 portrait each working. But create 1 more in any of them, and it's bugged. I've never seen a resource be limited per addon like this before.

Last edited by Morsker : 08-30-12 at 04:00 AM.
  Reply With Quote
08-29-12, 05:14 AM   #3
haste
Featured Artist
 
haste's Avatar
Premium Member
Featured
Join Date: Dec 2005
Posts: 1,027
It's a Blizzard bug and they are aware of it. All we can do is wait for a patch, unless someone wants to spend eons looking for a workaround. :P
__________________
「貴方は1人じゃないよ」
  Reply With Quote
08-29-12, 06:02 AM   #4
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
Oh boy. I got error reports on that aswell.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
  Reply With Quote
08-29-12, 12:04 PM   #5
Sentacursa
A Deviate Faerie Dragon
 
Sentacursa's Avatar
Join Date: Aug 2012
Posts: 13
Originally Posted by haste View Post
It's a Blizzard bug and they are aware of it. All we can do is wait for a patch, unless someone wants to spend eons looking for a workaround. :P
time to work arround of it... or try..
  Reply With Quote
08-29-12, 12:52 PM   #6
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
oUF supports 2D portraits. Just make that an option and done. (Depending on frame oUF decides what to spawn).

Check "use3D".
http://code.google.com/p/rothui/sour...re/lib.lua#397

Lua Code:
  1. --3d
  2. self.Portrait = CreateFrame("PlayerModel", nil, frame)
  3. --2d
  4. self.Portrait = frame:CreateTexture(nil,"BACKGROUND",nil,-7)
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)

Last edited by zork : 08-29-12 at 12:54 PM.
  Reply With Quote
08-29-12, 11:58 PM   #7
Sentacursa
A Deviate Faerie Dragon
 
Sentacursa's Avatar
Join Date: Aug 2012
Posts: 13
Originally Posted by zork View Post
oUF supports 2D portraits. Just make that an option and done. (Depending on frame oUF decides what to spawn).

Check "use3D".
http://code.google.com/p/rothui/sour...re/lib.lua#397

Lua Code:
  1. --3d
  2. self.Portrait = CreateFrame("PlayerModel", nil, frame)
  3. --2d
  4. self.Portrait = frame:CreateTexture(nil,"BACKGROUND",nil,-7)
yup it supports 2d / (i am just gonna do a work arround it myself)..
i don't like 2d...
LOL
  Reply With Quote

WoWInterface » Featured Projects » oUF (Otravi Unit Frames) » SBug (portrait)


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off