9 - PTR breaketh things as usual
Date: 2009-10-02 22:58:23
ID: 1
Error occured in: Global
Count: 1
Message: ...erface\AddOns\Ace2\AceConsole-2.0\AceConsole-2.0.lua line 2582:
AceTab-2.0: Cannot register frame "ChatFrameEditBox"; it does not exist
Debug:
Ace2\AceLibrary\AceLibrary.lua:66
Ace2\AceLibrary\AceLibrary.lua:64
Ace2\AceLibrary\AceLibrary.lua:611 Register()
...erface\AddOns\Ace2\AceConsole-2.0\AceConsole-2.0.lua:2688 in main chunk
| User | When | Change |
|---|---|---|
| mysticalos | Sat, 03 Oct 2009 03:36:34 | Create |
- 2 comments
- 2 comments
Facts
- Last updated on
- 03 Oct 2009
- Reported on
- 03 Oct 2009
- Status
- New - Issue has not had initial review yet.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- #2
mysticalos Wed, 07 Oct 2009 23:12:19i figured as much, why blizz renames stuff for no reason we'll never know. they seem to go out of their way every content patch to rename old functions.
- #1
yssaril Sun, 04 Oct 2009 20:51:34source of the error is blizzard renaming some frame widget function
f.IsFrameType -> f.IsObjectType
f:GetFrameType() -> f:GetObjectType()
changeing both of those fixed the issue for me in Ace3 and Ace2