Poster: Glaumene at 4/16/2006 12:51:15 PM PDT Subject: Slouken: EditBox:SetHistoryLines crash |
| |
Calling SetHistoryLines sometimes results in the following (most often with verry large numbers).
Example:
/script ChatFrameEditBox:SetHistoryLines(10000)
Q u o t e: This application has encountered a critical error:
ERROR #124 (0x8510007c) Memory Invalid Block
Program: D:\Games\World of Warcraft\WoW.exe
File: C:\build\buildWoW\ENGINE\Source\Frame\CSimpleEditBox.cpp
Line: 1555
SMem3: Pointer does not refer to a valid allocated block of memory
Calling SetHistoryLines with a negative number generates the following crash:
/script ChatFrameEditBox:SetHistoryLines(-1)
Q u o t e:
ERROR #132 (0x85100084) Fatal Exception
Program: D:\Games\World of Warcraft\WoW.exe
Exception: 0xC0000005 (ACCESS_VIOLATION) at 001B:0074F8FA
The instruction at "0x0074F8FA" referenced memory at "0x23147000".
The memory could not be "written".
Maldivia, Sargeras
|
| | http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=361349&p=#post361349 |
| |
Poster: slouken at 4/17/2006 1:03:00 PM PDT Subject: Re: Slouken: EditBox:SetHistoryLines crash |
| |
These are all fixed for 1.11. Thanks!
|
| | http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=361349&p=#post362026 |