Poster: Tem at 9/23/2005 2:48:48 PM PDT Subject: Slouken: I crash WoW ...again |
| |
While dinking around with MoveAnything, I found that attempting to move the ChatFrameEditBox crashed the client. Hard. Immediatly. After a bit of playing around I have got it down to a macro-length script command to crash the client.
local f = ChatFrameEditBox f:ClearAllPoints() f:SetPoint("CENTER","UIParent","CENTER")
I tested it for a few other frames and it only seems to crash the client for the ChatFrameEditBox. In addition, it will not crash with just calling ClearAllPoints or SetPoint individually (ie SetPoint seems to work normally if ClearAllPoints was not called before).
This application has encountered a critical error:
ERROR #132 (0x85100084) Fatal Exception
Program: E:\Big Program Files\World of Warcraft\WoW.exe
Exception: 0xC0000005 (ACCESS_VIOLATION) at 001B:0059C910
The instruction at "0x0059C910" referenced memory at "0x00000000".
The memory could not be "read".
WoWBuild: 4695
Edit: Trimmed some fat from my example. I found that some of it was uneeded to reproduce the crash.[ post edited by Tem ]
What more work?
I don't wanna do that.
Yes m'Lord.
|
| | http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=226462&p=#post226462 |
| |
Poster: slouken at 9/24/2005 1:26:16 PM PDT Subject: Re: Slouken: I crash WoW... again |
| |
I'll take a look at it on Monday, thanks Tem.
|
| | http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=226462&p=#post226999 |
Poster: slouken at 9/26/2005 9:33:46 AM PDT Subject: Re: Slouken: I crash WoW ...again |
| |
I wasn't able to reproduce this crash. Can you retest when 1.8 hits the test server?
Thanks!
|
| | http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=226462&p=#post228113 |