Thread Tools Display Modes
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.
 
08-16-14, 07:08 AM   #2
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
Also don't try to parent/point loop, will hard crash your client.
 
 

WoWInterface » Site Forums » Archived Beta Forums » WoD Beta archived threads » WoD client crash


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