Virtual-Universe / Virtual-Universe-Release

Stable release repository for the Virtual Universe Open Source Project Arm. For bleeding edge development code please see the Virtual-Universe/Virtual-Dev or the Virtual-Universe/Virtual-Universe-Early-Dev repository. Please use this repository for production level grids.
https://virtual-planets.org
7 stars 6 forks source link

Chat Error #24

Closed LifeGold closed 8 years ago

LifeGold commented 8 years ago

Throws when typing text.

Март 17 04:30:08 - [LLCLIENTVIEW]: Caught exception while processing OpenMetaverse.Packets.ChatFromViewerPacket for Mr ReaL_Life, Object reference not set to an instance of an object at Universe.Modules.Chat.ChatModule+cAnonStorey0.<>m2 (<>AnonType2`2 <>TranspIdent2) <0x41ce1230 + 0x00124> in :0 at System.Linq.Enumerable+cAnonStorey1A`1[TSource].<>m0 (TSource x) <0x418bbc90 + 0x0004d> in :0 at System.Linq.Enumerable+WhereSelectEnumerableIterator`2[TSource,TResult].MoveNext () <0x4195ccf0 + 0x00110> in :0 at Universe.Modules.Chat.ChatModule.DeliverChatToAvatars (ChatSourceType sourceType, Universe.Framework.ClientInterfaces.OSChatMessage c) <0x41cdffd0 + 0x00b39> in :0 at Universe.Modules.Chat.ChatModule.OnChatFromClient (IClientAPI sender, Universe.Framework.ClientInterfaces.OSChatMessage c) <0x41cdf9f0 + 0x0042f> in :0 at Universe.ClientStack.LLClientView.HandleChatFromClient (Universe.Framework.ClientInterfaces.OSChatMessage args) <0x41cdf9a0 + 0x0002f> in :0 at Universe.ClientStack.LLClientView.HandleChatFromViewer (IClientAPI sender, OpenMetaverse.Packets.Packet Pack) <0x41cdf570 + 0x00387> in :0 at Universe.ClientStack.LLClientView.ProcessSpecificPacketAsync (System.Object state) <0x41b3b170 + 0x00090> in :0

LifeGold commented 8 years ago

Fix this problem

emperorstarfinder commented 8 years ago

can you describe what your doing when this error comes up? are you in an IM? local chat? etc.

LifeGold commented 8 years ago

Simply type in local chat a message comes out this error. Even if you do not send, and just typing

emperorstarfinder commented 8 years ago

It in fact is a bug with some of the checks that are missing. In process of fixing it.

emperorstarfinder commented 8 years ago

Commit for this issue is coming probably later today after a little testing

emperorstarfinder commented 8 years ago

Closing as this now appears to be fixed.