|
|
#141 | |
|
Junior Member
Join Date: Nov 2006
Posts: 52
|
Quote:
|
|
|
|
|
|
|
#142 |
|
Member
Join Date: Nov 2007
Posts: 25
|
Cowtip seemed to be it for me as well. I recently replaced it with tiptac and haven't had this error since. We're doing a near-full clear of BT later this week so hopefully that'll be a long enough test for it.
|
|
|
|
|
|
#143 |
|
Newbie
Join Date: Sep 2008
Posts: 7
|
After rewriting my whole tooltip i started crashing again around ~100mb, disabled cowtip, no problem, so i think there's something wrong with dogtags. the default settings cowtip worked for me, no crashes.
|
|
|
|
|
|
#144 | |
|
Amazing Member
Join Date: Jul 2006
Posts: 1,362
|
Quote:
|
|
|
|
|
|
|
#145 | ||
|
Legendary Member
Join Date: Dec 2005
Location: Seattle
Posts: 3,367
|
Quote:
__________________
Quote:
|
||
|
|
|
|
|
#146 |
|
Hero Member
Join Date: Sep 2008
Posts: 601
|
I have seen this in beta in the sense that I made it happen myself while updating Talent Planner by TheGabbert.
Sadly it was during some intermediate version before I actually finished updating the addon and I don't have that "broken" code. But it IS possible to get the error from addons on wow 3.x. |
|
|
|
|
|
#147 |
|
Legendary Member
Join Date: Nov 2006
Posts: 2,674
|
I just created the error on beta. this code did it.
Code:
module.OnModuleEnable = function(...)
module:OnModuleEnable(...)
WIM.RegisterWidgetTrigger("chat_display", "whisper,chat,w2w,demo", "OnHyperlinkClick", function(...) module:ChatFrame_OnHyperlinkShow(...) end);
end
|
|
|
|
|
|
#148 |
|
Hero Member
Join Date: Apr 2006
Posts: 807
|
How did that not lockup your client?
|
|
|
|
|
|
#149 |
|
Legendary Member
Join Date: Nov 2006
Posts: 2,674
|
Its not calling itself in a endless loop if that is what you are asking. The inner call to module:OnModuleEnable doesnt call into the outer closure. (I think)
obviously the following corrected code works: Code:
local orgOME = module.OnModuleEnable
function module:OnModuleEnable(...)
orgOME(self, ...)
if WIM then
WIM.RegisterWidgetTrigger("chat_display", "whisper,chat,w2w,demo", "OnHyperlinkClick", function(...) self:ChatFrame_OnHyperlinkShow(...) end);
end
end
Last edited by sylvanaar; 10-21-2008 at 05:27 PM. |
|
|
|
|
|
#150 |
|
Senior Member
Join Date: Aug 2006
Location: Germany, Berlin
Posts: 344
|
Does that mean that WIM is causing the memory issue?
|
|
|
|
![]() |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|
All times are GMT. The time now is 04:15 PM.
WowAce Forums





