Bug #898

avatar

Exception: Ein Objekt muss IConvertible implementieren.

Added by Mikail Altunbas 3822 days ago. Updated 2705 days ago.

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 3822 days ago

avatar
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 2705 days ago

avatar
  • 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.

Also available in: Atom PDF