4 - PTR Problem
What steps will reproduce the problem?
1. Login on the PTR with MQ enabled
2.
3.
What is the expected output? What do you see instead?
List of quests in the MonkeyQuest frame
What version of the product are you using?
Latest available on Curse
Do you have an error log of what happened?
Interface\\AddOns\\MonkeyQuest\\MonkeyQuest.lua:607 attempt to call global 'GetDifficultyColor' (a nil value)
Please provide any additional information below.
(tail call): ?
[C]: in function `GetDifficultyColor'
Interface\\AddOns\\MonkeyQuest\\MonkeyQuest.lua:607 in function <Interface\\AddOns\\MonkeyQuest\\MonkeyQuest.lua:381
[C]: in function `HideUIPanel'
Interface\\FrameXML\\QuestLogFrame.lua:729 in function `QuestLog_SetSelection'
Interface\\FrameXML\\QuestLogFrame.lua:851 in function `QuestLog_SetNearestValidSelection'
Interface\\FrameXML\\QuestLogFrame.lua:343 in function `QuestLog_Update'
Interface\\FrameXML\\QuestLogFrame.lua:262 in function <Interface\\FrameXML\\QuestLogFrame.lua:259
| User | When | Change |
|---|---|---|
| Jim-Bim | Mon, 10 Aug 2009 15:49:34 | Changed status from Accepted to Fixed |
| Jim-Bim | Mon, 29 Jun 2009 14:22:43 | Changed status from New to Accepted |
| Speeddymon | Sat, 27 Jun 2009 07:31:45 | Changed description:[C]: in function `GetDifficultyColor' Interface\\AddOns\\MonkeyQuest\\MonkeyQuest.lua:607: in function <Interface\\AddOns\\MonkeyQuest\\MonkeyQuest.lua:381> [C]: in function `HideUIPanel' - Interface\\FrameXML\\QuestLogFrame.lua:729: in function `QuestLog_SetSelection'\nInterface\\FrameXML\\QuestLogFrame.lua:851: in function `QuestLog_SetNearestValidSelection' - Interface\\FrameXML\\QuestLogFrame.lua:343: in function `QuestLog_Update'\nInterface\\FrameXML\\QuestLogFrame.lua:262: in function <Interface\\FrameXML\\QuestLogFrame.lua:259> + Interface\\FrameXML\\QuestLogFrame.lua:729: in function `QuestLog_SetSelection' + Interface\\FrameXML\\QuestLogFrame.lua:851: in function `QuestLog_SetNearestValidSelection' + Interface\\FrameXML\\QuestLogFrame.lua:343: in function `QuestLog_Update' + Interface\\FrameXML\\QuestLogFrame.lua:262: in function <Interface\\FrameXML\\QuestLogFrame.lua:259> |
| Speeddymon | Sat, 27 Jun 2009 07:10:50 | Create |
- 1 comment
- 1 comment
Facts
- Last updated on
- 10 Aug 2009
- Reported on
- 27 Jun 2009
- Status
- Fixed - Developer made requested changes. QA should verify.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- #1
Speeddymon Sat, 27 Jun 2009 07:30:08GetDifficultyColor() has been renamed to GetQuestDifficultyColor() and has been moved from QuestLogFrame to UIParent.
Have not tested the change yet but i believe that is all that is currently needed to get MonkeyQuest working on the PTR.