Thread Tools Display Modes
09-30-07, 07:27 AM   #1
banjo
A Fallenroot Satyr
Join Date: Sep 2007
Posts: 28
Crashing when opening tradeskill window

Hiya, I've just installed Mazzle & am trying to get used to it, however I have noticed a couple of things.

1) My game crashes when I try & open my tradeskill window, I'm using an iMac, & I get the error report :

"Assertion Failed!

App: /Applications/World of Warcraft/World of Warcraft.app
File: /Volumes/F2/usrbuild/xb/build/WoW_7272patch2.2.0/WoW/Source/Mac/../../../Engine/Source/Gxu/GxuFontMain.cpp
Line: 287
Error Code: 0x85100086
Time: 2007-09-30 14.25.01 BST

Assertion: blockHeight"


EDIT: It's not an issue with Clearfont, as removing ClearFont gives the same result.
2) I thought I read somewhere that Warrior bars had the Overpower & Execute actions on the same button? Mine has them seperate, how do I resolve this?

Last edited by banjo : 09-30-07 at 07:56 AM.
  Reply With Quote
09-30-07, 03:22 PM   #2
banjo
A Fallenroot Satyr
Join Date: Sep 2007
Posts: 28
Tried disabling Advanced Tradeskill Windows - still crashes when I try to open a tradeskill window.
  Reply With Quote
09-30-07, 05:17 PM   #3
banjo
A Fallenroot Satyr
Join Date: Sep 2007
Posts: 28
Sorted due to a post on Curse.com:

Here's a fix for the Mac crashing problem.

The catalyst seems to be related to the SetScale() calls in the atsw.lua file. If you comment them out, this great addon works again.

In the ATSW.lua file, Find "SetScale" and place "--" before the line.

For example:

TradeSkillFrame:SetScale(0.001);

becomes

-- TradeSkillFrame:SetScale(0.001);


Do this for all instances of SetScale.

Thanks to Lilsparky at worldofwar.net
  Reply With Quote
10-01-07, 05:53 AM   #4
Kasaka
A Murloc Raider
Join Date: Jan 2007
Posts: 9
Banjo, thanks so much for posting this.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Crashing when opening tradeskill window


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