WIM (WoW Instant Messenger) v3
WIM (WoW Instant Messenger) is a World of Warcraft addon which brings an instant messenger feel to communication in game.
Features
- Whispers in their own windows.
- Chat in their own windows.
- Tabbed windows
- Highly configurable.
- History
- Copy and paste as:
- Raw Text
- BBCode
- Copy and paste as:
- Advanced, intellectual window behaviors & animations.
- Skins
- Emoticons
- Clickable web URLS for easy viewing. No more retyping a long url a friend sends you.
- Customizable sound options.
- Expose - great way to clear your screen of windows when you are in combat.
- Addon Compatibility: (Always make sure you are running the latest versions.
- Prat
- DBM
Time: 12/08/10 21:25:53
Count: 2
Stack: [C]: in function `BNGetFriendInfoByID'
Interface\AddOns\WIM\Modules\WhisperEngine.lua:564: in function <Interface\AddOns\WIM\Modules\WhisperEngine.lua:557>
[C]: in function `ChatEdit_ExtractTellTarget'
Interface\FrameXML\ChatFrame.lua:3969: in function <Interface\FrameXML\ChatFrame.lua:3964>
(tail call): ?
Interface\FrameXML\ChatFrame.lua:4115: in function <Interface\FrameXML\ChatFrame.lua:4074>
[C]: in function `ChatEdit_ParseText'
Interface\FrameXML\ChatFrame.lua:3951: in function `ChatEdit_OnTextSet'
[string "*:OnTextSet"]:1: in function <[string "*:OnTextSet"]:1>
[C]: ?
[C]: in function `SetText'
Interface\FrameXML\ChatFrame.lua:3403: in function `ChatEdit_OnUpdate'
[string "*:OnUpdate"]:1: in function <[string "*:OnUpdate"]:1>
Locals: (*temporary) = nil
I get this upon clicking on the persons name in the chat to bring up wim..
only does it for BN friends..
Rilgamon on the WIM forums came up with a temporary fix. Add this to line 147 of WIM/Sources/Socket.lua:
if(ttype == "WHISPER" and target == nil) then return end
And it should be fixed. All credit goes to Rilgamon, link to the original post here: http://www.wimaddon.com/forums/index.php/topic,1222.0.html
by going into options and unchecking Wim2wiM.
http://www.wimaddon.com/forums/index.php/topic,1227.0.html
and another one:
Date: 2010-12-01 21:47:29
ID: 1
Error occured in: Global
Count: 12
Message: ..\FrameXML\BNet.lua line 52:
Usage: GetAutoCompletePresenceID("name")
Debug:
[C]: ?
[C]: GetAutoCompletePresenceID()
..\FrameXML\BNet.lua:52:
..\FrameXML\BNet.lua:51
(tail call): ?
WIM\Sources\Socket.lua:147: SendData()
WIM\Modules\W2Wv2.lua:355: callBack()
WIM\Sources\Socket.lua:71:
WIM\Sources\Socket.lua:64
WIM\Sources\Socket.lua:111:
WIM\Sources\Socket.lua:78
Date: 2010-11-27 08:58:05
ID: 3
Error occured in: Global
Count: 17
Message: ..\AddOns\WIM\Sources\WindowHandler.lua line 603:
attempt to perform arithmetic on a nil value
Debug:
[C]: ?
WIM\Sources\WindowHandler.lua:603:
WIM\Sources\WindowHandler.lua:582
this comments out the hide code and allows you to manually click to hide the container.. otherwise it stays open ;)
i can only get it to work if i enable wow sounds, and dont want that crap on :D!
Message: Interface\FrameXML\BNet.lua:52: Usage: GetAutoCompletePresenceID("name")
Time: 11/18/10 19:22:06
Count: 15
Stack: [C]: in function `GetAutoCompletePresenceID'
Interface\FrameXML\BNet.lua:52: in function <Interface\FrameXML\BNet.lua:51>
(tail call): ?
Interface\AddOns\WIM\Sources\Socket.lua:147: in function `SendData'
Interface\AddOns\WIM\Modules\W2Wv2.lua:355: in function `callBack'
Interface\AddOns\WIM\Sources\Socket.lua:71: in function <Interface\AddOns\WIM\Sources\Socket.lua:64>
Interface\AddOns\WIM\Sources\Socket.lua:111: in function <Interface\AddOns\WIM\Sources\Socket.lua:78>
Locals: (*temporary) = nil
Only solution I can come up with quickly is to disable WIM.
That is all, thanks!
Oh, and thanks for your work, this is a great addon!