View Single Post
04-03-11, 04:12 AM   #14
patrick51
An Aku'mai Servant
Join Date: Jun 2010
Posts: 36
PTR broke both nui 5 and 6

Originally Posted by Xrystal View Post
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
With just nui loaded on ptr get a stream of LUA errors will post them when i get a chance. Anyone heard from scott? it been almost a month since he posted that he had personel issues.

Last edited by patrick51 : 04-03-11 at 04:15 AM.
  Reply With Quote