HH DC and loading screen freeze

#0 - Oct. 19, 2010, 7:24 p.m.
Blizzard Post
Has this not been fixed yet? I am still DC'ing frequently from clicking on pumpkin. My loading screen freezes more frequent as of today.

I figured that it would have been worked on and/or solved during maintenance, but apparently not. Just wondering if there is an ETA on this?
#3 - Oct. 19, 2010, 8:17 p.m.
Blizzard Post
This is a known issue, Yakuzai.

This is mainly happening when mousing over a cogwheel. In your video settings, you can try disabling Hardware Cursor or temporarily disable tooltips.

Make two macros:

Turn Off Tooltips

/script GameTooltip.Temphide = function() GameTooltip:Hide() end; GameTooltip:SetScript("OnShow", GameTooltip.Temphide);


Turn On Tooltips

/script GameTooltip:SetScript("OnShow", GameTooltip.Show);

http://forums.worldofwarcraft.com/thread.html?topicId=27300876552&sid=1
#6 - Oct. 19, 2010, 9:40 p.m.
Blizzard Post
Q u o t e:
You are only running the first macro, then summoning HH, then after he is dead you are running the second macro? The second macro has to be run after you are done with the encounter and not before.
That is correct, use the macro when interacting with anything involving a cogwheel. Works for BG flags, Headless horseman, Soulwell and mage table.