Bug #910
NullReferenceException thrown in XmppPersonModel.GetResourcesWithHighestPriority()
Status: | Closed | Start: | 12/09/2013 | |
Priority: | Normal | Due date: | ||
Assigned to: | Oliver Schneider | % Done: | 100% |
|
Category: | Engine XMPP (Jabber) | |||
Target version: | - | |||
Complexity: | Found in Version: | |||
Votes: | 0 |
Description
Just chatting through Facebook XMPP
Exception Type: System.NullReferenceException Exception Message: Object reference not set to an instance of an object Exception StackTrace: at Smuxi.Engine.XmppPersonModel.GetResourcesWithHighestPriority () [0x00000] in <filename unknown>:0 at Smuxi.Engine.XmppProtocolManager.SendPrivateMessage (Smuxi.Engine.XmppPersonModel person, System.String text) [0x00000] in <filename unknown>:0 at Smuxi.Engine.XmppProtocolManager._Say (Smuxi.Engine.ChatModel chat, System.String text, Boolean send, Boolean display) [0x00000] in <filename unknown>:0 at (wrapper synchronized) Smuxi.Engine.XmppProtocolManager:_Say (Smuxi.Engine.ChatModel,string,bool,bool) at Smuxi.Engine.XmppProtocolManager._Say (Smuxi.Engine.ChatModel chat, System.String text, Boolean send) [0x00000] in <filename unknown>:0 at Smuxi.Engine.XmppProtocolManager._Say (Smuxi.Engine.ChatModel chat, System.String text) [0x00000] in <filename unknown>:0 at Smuxi.Engine.XmppProtocolManager.Command (Smuxi.Engine.CommandModel command) [0x00000] in <filename unknown>:0 at Smuxi.Frontend.CommandManager.DoExecute (Smuxi.Engine.CommandModel cmd) [0x000f2] in /build/buildd/smuxi-0.10 dev.bzr369~ubuntu12.10.1/src/Frontend/CommandManager.cs:156 at Smuxi.Frontend.CommandManager <Execute>c__AnonStorey2.<>m__3 () [0x00000] in /build/buildd/smuxi-0.10 dev.bzr369~ubuntu12.10.1/src/Frontend/CommandManager.cs:116 at Smuxi.Common.TaskQueue <Queue>c__AnonStorey3.<>m__3 () [0x00000] in <filename unknown>:0 at Smuxi.Common.TaskQueue DelegateTask.Execute () [0x00000] in <filename unknown>:0
History
Updated by Mirco Bauer 3997 days ago
Which exact version of Smuxi is this? Check Help -> About dialog and copy/paste the vendor line
Updated by Mirco Bauer 3997 days ago
- Category set to Engine XMPP (Jabber)
- Assigned to set to Oliver Schneider
Updated by Mirco Bauer 3997 days ago
- Subject changed from Exception: Object reference not set to an instance of an object to NullReferenceException thrown in XmppPersonModel.GetResourcesWithHighestPriority()
Updated by Jamie Bliss 3997 days ago
Mirco Bauer wrote:
Which exact version of Smuxi is this? Check Help -> About dialog and copy/paste the vendor line
Unfortunately, I've updated since this.
I can tell you it's less than Debian 2:0.10+dev.bzr377~ubuntu12.10.1
Updated by Oliver Schneider 3996 days ago
i fixed this already. current master doesn't have this bug
Updated by Oliver Schneider 3995 days ago
https://github.com/meebey/smuxi/commit/d4dcc3132907bbb431492223ba00a4d4566072fb
Engine-XMPP: regression from fc69d82cead caused NRE when sending messages to bare Jids
Updated by Mirco Bauer 3994 days ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Fixed in d4dcc3132907bbb431492223ba00a4d4566072fb (master-only issue)