Computer Crashes on Headless Horseman boss

#0 - Oct. 18, 2010, 11:35 p.m.
Blizzard Post
I queue up, wait forever, once I get in the instance my computer freezes every time. My computer then crashes and I have to reboot my computer. Thanks a lot Blizzard for ruining the game. Why do I pay when I can't play??? In addition, I'm sure the game is harming my computer with it crashing all the time... Thanks again
#3 - Oct. 20, 2010, 4:11 p.m.
Blizzard Post
Coleturner,

Have you tried what Mortalitaas suggested. There is a known issue when moving your mouse over a cog wheel. You would need to temporarily disable tooltips and then enable them once you are finish with the event. This is by no means a solution only a temporary work around.
Q u o t e:
Turn Off Tooltips
/script GameTooltip.Temphide = function() GameTooltip:Hide() end; GameTooltip:SetScript("OnShow", GameTooltip.Temphide);

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