View Single Post
08-16-14, 06:54 AM   #1
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
WoD client crash

Can anyone report an error I found on the WoD Beta Feedback forum?

Running this script crashes WOW to desktop:

Code:
/run local f = CreateFrame("PlayerModel",nil,UIParent); f:SetSize(200,200);f:SetPoint("CENTER"); f:SetDisplayInfo(50723)
The issue is with SetDisplayInfo(50723). All other displayids I tested are fine.

Need to write an exception for now to prevent my model viewer from crashing.
__________________
| 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-16-14 at 07:03 AM.