Bug #895
NullReferenceException in IrcConnection.set_AutoRetry()
Status: | Closed | Start: | 10/26/2013 | |
Priority: | Normal | Due date: | ||
Assigned to: | Mirco Bauer | % Done: | 100% |
|
Category: | Engine IRC | |||
Target version: | 0.10 | |||
Complexity: | Low |
Found in Version: | master/d36afdc |
|
Votes: | 0 |
Description
2013-10-26 20:40:25,186 [-1259353232] ERROR Smuxi.Engine.Session - RegisterFrontendUI(): Exception during automatic connect: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object at Meebey.SmartIrc4net.IrcConnection.set_AutoRetry (Boolean value) [0x00006] in /usr/local/src/smuxi/lib/SmartIrc4net/src/IrcConnection/IrcConnection.cs:225 at Smuxi.Engine.IrcProtocolManager..ctor (Smuxi.Engine.Session session) [0x00000] in <filename unknown>:0 at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (object,object[],System.Exception&) at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00119] in /tmp/buildd/mono-2.6.7/mcs/class/corlib/System.Reflection/MonoMethod.cs:504 --- End of inner exception stack trace --- at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0012c] in /tmp/buildd/mono-2.6.7/mcs/class/corlib/System.Reflection/MonoMethod.cs:510 at System.Reflection.MonoCMethod.Invoke (BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in /tmp/buildd/mono-2.6.7/mcs/class/corlib/System.Reflection/MonoMethod.cs:519 at System.Activator.CreateInstance (System.Type type, BindingFlags bindingAttr, System.Reflection.Binder binder, System.Object[] args, System.Globalization.CultureInfo culture, System.Object[] activationAttributes) [0x001b8] in /tmp/buildd/mono-2.6.7/mcs/class/corlib/System/Activator.cs:303 at System.Activator.CreateInstance (System.Type type, System.Object[] args, System.Object[] activationAttributes) [0x00000] in /tmp/buildd/mono-2.6.7/mcs/class/corlib/System/Activator.cs:233 at System.Activator.CreateInstance (System.Type type, System.Object[] args) [0x00000] in /tmp/buildd/mono-2.6.7/mcs/class/corlib/System/Activator.cs:228 at Smuxi.Engine.ProtocolManagerFactory.CreateProtocolManager (Smuxi.Engine.ProtocolManagerInfoModel info, Smuxi.Engine.Session session) [0x0002f] in /usr/local/src/smuxi/src/Engine/Protocols/ProtocolManagerFactory.cs:159 at Smuxi.Engine.Session.CreateProtocolManager (System.String protocol) [0x00056] in /usr/local/src/smuxi/src/Engine/Session.cs:1466 at Smuxi.Engine.Session.Connect (Smuxi.Engine.ServerModel server, Smuxi.Engine.FrontendManager frontendManager) [0x00084] in /usr/local/src/smuxi/src/Engine/Session.cs:1407 at Smuxi.Engine.Session+<RegisterFrontendUI>c__AnonStoreyE.<>m__E (System.Object ) [0x00002] in /usr/local/src/smuxi/src/Engine/Session.cs:251
Associated revisions
Revision 0ae0eb4a4dfc19673f4de056182594ad890b020e
[lib/SmartIrc4net] Updated for a race fix in the logger (closes: #895)
History
Updated by Mirco Bauer 4024 days ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 0ae0eb4a4dfc19673f4de056182594ad890b020e.
Updated by Mirco Bauer 3989 days ago
- Target version changed from 26 to 0.10