440 - Errors with newest verstion from today
What steps will reproduce the problem?
1. Receive a whisper from someone
2. Click his/her name in WIM chat window
Following 2 errors (so far) show when doing what's listed above:
----------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------
Date: 2015-10-24 11:43:46
ID: 2
Error occured in: Global
Count: 1
Message: ..\FrameXML\ChatFrame.lua line 3857:
attempt to index local 'editBox' (a nil value)
Debug:
..\FrameXML\ChatFrame.lua:3857
..\FrameXML\ChatFrame.lua:3840
[C]: ChatEdit_SetLastActiveWindow()
..\FrameXML\ChatFrame.lua:3776
..\FrameXML\ChatFrame.lua:3770
[C]: ChatEdit_ActivateChat()
..\FrameXML\ChatFrame.lua:3420 ChatFrame_OpenChat()
..\FrameXML\ChatFrame.lua:3493
..\FrameXML\ChatFrame.lua:3485
WIM\Sources\Hooks.lua:117 ChatFrame_SendTell()
..\FrameXML\ItemRef.lua:59
..\FrameXML\ItemRef.lua:1
...ace\AddOns\Blizzard_CombatLog\Blizzard_CombatLog.lua:3598
...ace\AddOns\Blizzard_CombatLog\Blizzard_CombatLog.lua:3542
[C]: ?
[C]: ?
[C]: ?
[C]: SetItemRef()
WIM\Sources\WindowHandler.lua:1820 fun()
WIM\Sources\WindowHandler.lua:390
WIM\Sources\WindowHandler.lua:382
WIM\Sources\WindowHandler.lua:701
WIM\Sources\WindowHandler.lua:701
Locals:
editBox = nil
previousValue = ChatFrame1EditBox {
0 = <userdata>
SetText = <function> defined =[C]:-1
language = "Common"
headerSuffix = ChatFrame1EditBoxHeaderSuffix {
}
text = ""
IsShown = <function> defined @Interface\AddOns\WIM\Sources\Hooks.lua:33
hookedByAceTab3 = true
history_index = 0
history_lines = <table> {
}
tabCompleteTableIndex = 1
at3matches = <table> {
}
focusLeft = ChatFrame1EditBoxFocusLeft {
}
focusRight = ChatFrame1EditBoxFocusRight {
}
chatFrame = ChatFrame1 {
}
addSpaceToAutoComplete = true
lDrag = <unnamed> {
}
wimIsVisible = <function> defined =[C]:-1
focusMid = ChatFrame1EditBoxFocusMid {
}
AddHistoryLine = <function> defined =[C]:-1
at3curMatch = 0
Insert = <function> defined =[C]:-1
wimHighlightText = <function> defined =[C]:-1
setText = 0
wimIsShown = <function> defined =[C]:-1
ClearHistory = <function> defined =[C]:-1
SetAttribute = <function> defined =[C]:-1
rDrag = <unnamed> {
}
header = ChatFrame1EditBoxHeader {
}
addHighlightedText = true
IsVisible = <function> defined @Interface\AddOns\WIM\Sources\Hooks.lua:25
frame = <unnamed> {
}
languageID = 7
HighlightText = <function> defined @Interface\AddOns\WIM\Sources\Hooks.lua:51
}
(*temporary) = <function> defined @Interface\FrameXML\FloatingChatFrame.lua:1875
(*temporary) = ChatFrame1ClickAnywhereButton {
0 = <userdata>
}
(*temporary) = "attempt to index local 'editBox' (a nil value)"
ChatEdit_SetDeactivated = <function> defined @Interface\FrameXML\ChatFrame.lua:3799
----------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------
Date: 2015-10-24 11:42:43
ID: 1
Error occured in: Global
Count: 2
Message: ..\FrameXML\ChatFrame.lua line 3495:
attempt to index local 'editBox' (a nil value)
Debug:
..\FrameXML\ChatFrame.lua:3495
..\FrameXML\ChatFrame.lua:3485
WIM\Sources\Hooks.lua:117 ChatFrame_SendTell()
..\FrameXML\ItemRef.lua:59
..\FrameXML\ItemRef.lua:1
...ace\AddOns\Blizzard_CombatLog\Blizzard_CombatLog.lua:3598
...ace\AddOns\Blizzard_CombatLog\Blizzard_CombatLog.lua:3542
[C]: ?
[C]: ?
[C]: ?
[C]: SetItemRef()
WIM\Sources\WindowHandler.lua:1820 fun()
WIM\Sources\WindowHandler.lua:390
WIM\Sources\WindowHandler.lua:382
WIM\Sources\WindowHandler.lua:701
WIM\Sources\WindowHandler.lua:701
Locals:
name = "Rembrand"
chatFrame = WIM3_msgFrame1ScrollingMessageFrame {
widgetName = "chat_display"
parentWindow = WIM3_msgFrame1 {
}
0 = <userdata>
}
editBox = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index local 'editBox' (a nil value)"
| User | When | Change |
|---|---|---|
| mkcorp | Oct 24, 2015 at 10:52 UTC | Create |
- 5 comments
- 5 comments
Facts
- Reported
- Oct 24, 2015
- Status
- New - Issue has not had initial review yet.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- Votes
- 0
- Reply
- #5
mkcorp Oct 25, 2015 at 18:45 UTC - 0 likesI just named it... Testerguy :-)
- Reply
- #4
mysticalos Oct 25, 2015 at 18:44 UTC - 0 likesWhat's character name? it have special chars in it? Or is it just ordinary "Rembrand" is in the error (if that's all of it)
- Reply
- #3
mkcorp Oct 25, 2015 at 13:36 UTC - 0 likesJust created a test char with only WIM and Swatter enabled. Yes, same errors. Whispered myself, and clicked my name in chat window - got 1 error. Closed chat, pushed 'R' key and clicked my name again - got other error.
- Reply
- #2
mysticalos Oct 24, 2015 at 19:13 UTC - 0 likesI'm simply unable to reproduce this. Does it happen if WIM is only mod running?
- Reply
- #1
mysticalos Oct 24, 2015 at 19:08 UTC - 0 likesDo you put the combat log in a wim window? not sure how to address this one I suppose I could just add a nil check in there and silence it maybe.