View Single Post
03-29-11, 04:59 AM   #13
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,927
Okay managed to get PTR up and running with just base nUI 5.07.12 installed.

Noticed glitches:
1. Minimap in infopanel sized wrong
2. Player Portrait still not appearing
3. In game tutorials highlight elements as if they were in their original place.

Error Messages recorded by bugsack during this session which may be nUI caused:

1/4
Code:
12x Interface\FrameXML\ChatFrame.lua:3786: attempt to perform arithmetic on a nil value:
Interface\FrameXML\ChatFrame.lua:3511: in function `ChatEdit_ResetChatType':
Interface\FrameXML\ChatFrame.lua:3493: in function `ChatEdit_OnShow':
<string>:"*:OnShow":1: in function <[string "*:OnShow"]:1>
<in C code>: in function `Show'
Interface\FrameXML\ChatFrame.lua:3618: in function `ChatEdit_SetLastActiveWindow':
<string>:"*:OnClick":1: in function <[string "*:OnClick"]:1>

Locals:
self = ChatFrame2EditBox {
 0 = <userdata>
 tabCompleteIndex = 1
 headerSuffix = ChatFrame2EditBoxHeaderSuffix {}
 focusLeft = ChatFrame2EditBoxFocusLeft {}
 focusRight = ChatFrame2EditBoxFocusRight {}
 chatFrame = ChatFrame2 {}
 addSpaceToAutoComplete = true
 focusMid = ChatFrame2EditBoxFocusMid {}
 header = ChatFrame2EditBoxHeader {}
}
  ---
2/4
Code:
12x Interface\FrameXML\ChatFrame.lua:3786: attempt to perform arithmetic on a nil value:
Interface\FrameXML\ChatFrame.lua:3511: in function `ChatEdit_ResetChatType':
Interface\FrameXML\ChatFrame.lua:3583: in function <Interface\FrameXML\ChatFrame.lua:3567>:
Interface\FrameXML\ChatFrame.lua:3619: in function `ChatEdit_SetLastActiveWindow':
<string>:"*:OnClick":1: in function <[string "*:OnClick"]:1>

Locals:
self = ChatFrame2EditBox {
 0 = <userdata>
 tabCompleteIndex = 1
 headerSuffix = ChatFrame2EditBoxHeaderSuffix {}
 focusLeft = ChatFrame2EditBoxFocusLeft {}
 focusRight = ChatFrame2EditBoxFocusRight {}
 chatFrame = ChatFrame2 {}
 addSpaceToAutoComplete = true
 focusMid = ChatFrame2EditBoxFocusMid {}
 header = ChatFrame2EditBoxHeader {}
}
  ---
3/4
Code:
2x Interface\FrameXML\ChatFrame.lua:3786: attempt to perform arithmetic on a nil value:
Interface\FrameXML\ChatFrame.lua:3560: in function `ChatEdit_ActivateChat':
Interface\FrameXML\ChatFrame.lua:3200: in function `ChatFrame_OpenChat':
<string>:"OPENCHATSLASH":1: in function <[string "OPENCHATSLASH"]:1>

Locals:
editBox = ChatFrame2EditBox {
 0 = <userdata>
 tabCompleteIndex = 1
 headerSuffix = ChatFrame2EditBoxHeaderSuffix {}
 focusLeft = ChatFrame2EditBoxFocusLeft {}
 focusRight = ChatFrame2EditBoxFocusRight {}
 chatFrame = ChatFrame2 {}
 addSpaceToAutoComplete = true
 focusMid = ChatFrame2EditBoxFocusMid {}
 header = ChatFrame2EditBoxHeader {}
}
  ---
4/4
Code:
1x Interface\FrameXML\ChatFrame.lua:3786: attempt to perform arithmetic on a nil value:
Interface\FrameXML\ChatFrame.lua:3511: in function `ChatEdit_ResetChatType':
Interface\FrameXML\ChatFrame.lua:3583: in function <Interface\FrameXML\ChatFrame.lua:3567>:
Interface\FrameXML\ChatFrame.lua:3593: in function `ChatEdit_DeactivateChat':
Interface\FrameXML\ChatFrame.lua:3540: in function `ChatEdit_ActivateChat':
Interface\FrameXML\ChatFrame.lua:3200: in function `ChatFrame_OpenChat':
<string>:"OPENCHATSLASH":1: in function <[string "OPENCHATSLASH"]:1>

Locals:
self = ChatFrame2EditBox {
 0 = <userdata>
 tabCompleteIndex = 1
 headerSuffix = ChatFrame2EditBoxHeaderSuffix {}
 focusLeft = ChatFrame2EditBoxFocusLeft {}
 focusRight = ChatFrame2EditBoxFocusRight {}
 chatFrame = ChatFrame2 {}
 addSpaceToAutoComplete = true
 focusMid = ChatFrame2EditBoxFocusMid {}
 header = ChatFrame2EditBoxHeader {}
}
  ---
Screenshots:
1. Working fine
2. Blizzard Tutorial problems
Attached Thumbnails
Click image for larger version

Name:	WoWScrnShot_032911_115732.jpg
Views:	861
Size:	349.0 KB
ID:	5926  Click image for larger version

Name:	WoWScrnShot_032911_120737.jpg
Views:	855
Size:	354.1 KB
ID:	5927  
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818

Last edited by Xrystal : 03-29-11 at 05:23 AM.
  Reply With Quote