Bug #898
Exception: Ein Objekt muss IConvertible implementieren.
Status: | Closed | Start: | 10/28/2013 | |
Priority: | Normal | Due date: | ||
Assigned to: | - | % Done: | 0% |
|
Category: | - | |||
Target version: | - | |||
Complexity: | Found in Version: | |||
Votes: | 0 |
Description
Exception Type:System.InvalidCastExceptionException Message:Ein Objekt muss IConvertible implementieren.Exception StackTrace:Server stack trace: bei System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider) bei System.Runtime.Serialization.FormatterConverter.Convert(Object value, Type type) bei System.Runtime.Serialization.SerializationInfo.GetValue(String name, Type type) bei System.Collections.Generic.Dictionary`2.OnDeserialization(Object sender) bei System.Runtime.Serialization.ObjectManager.RaiseDeserializationEvent() bei System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage) bei System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage) bei System.Runtime.Remoting.Channels.CoreChannel.DeserializeBinaryResponseMessage(Stream inputStream, IMethodCallMessage reqMsg, Boolean bStrictBinding) bei System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage msg)Exception rethrown at [0]: bei System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) bei System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData
Related issues
duplicates Smuxi - Bug #589 | remoting error since updating smuxi-server to Mono 2.10.1 | Closed | 04/20/2011 |
History
Updated by Mikail Altunbas 4042 days ago
Exception Type: System.InvalidCastException Exception Message: Ein Objekt muss IConvertible implementieren. Exception StackTrace: Server stack trace: bei System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider) bei System.Runtime.Serialization.FormatterConverter.Convert(Object value, Type type) bei System.Runtime.Serialization.SerializationInfo.GetValue(String name, Type type) bei System.Collections.Generic.Dictionary`2.OnDeserialization(Object sender) bei System.Runtime.Serialization.ObjectManager.RaiseDeserializationEvent() bei System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage) bei System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage) bei System.Runtime.Remoting.Channels.CoreChannel.DeserializeBinaryResponseMessage(Stream inputStream, IMethodCallMessage reqMsg, Boolean bStrictBinding) bei System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage msg) Exception rethrown at [0]: bei System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) bei System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) bei Smuxi.Engine.GroupChatModel.get_Persons() bei Smuxi.Frontend.Gnome.GroupChatView.Sync() bei Smuxi.Frontend.ChatViewSyncManager.Sync(IChatView chatView) bei Smuxi.Frontend.ChatViewSyncManager.SyncWorker(ChatModel chatModel) Exception.ToString(): System.InvalidCastException: Ein Objekt muss IConvertible implementieren. Server stack trace: bei System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider) bei System.Runtime.Serialization.FormatterConverter.Convert(Object value, Type type) bei System.Runtime.Serialization.SerializationInfo.GetValue(String name, Type type) bei System.Collections.Generic.Dictionary`2.OnDeserialization(Object sender) bei System.Runtime.Serialization.ObjectManager.RaiseDeserializationEvent() bei System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage) bei System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage) bei System.Runtime.Remoting.Channels.CoreChannel.DeserializeBinaryResponseMessage(Stream inputStream, IMethodCallMessage reqMsg, Boolean bStrictBinding) bei System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage msg) Exception rethrown at [0]: bei System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) bei System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) bei Smuxi.Engine.GroupChatModel.get_Persons() bei Smuxi.Frontend.Gnome.GroupChatView.Sync() bei Smuxi.Frontend.ChatViewSyncManager.Sync(IChatView chatView) bei Smuxi.Frontend.ChatViewSyncManager.SyncWorker(ChatModel chatModel)
Updated by Mirco Bauer 2924 days ago
- Status changed from New to Closed
Smuxi is now detecting this issue and shows a dialog with a link to resolve the issue instead of crashing.