TReKiE / msnp-sharp

Automatically exported from code.google.com/p/msnp-sharp
0 stars 0 forks source link

exception in MSNPSharp.NSMessageHandler.OnMSGReceived #91

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. login with example software (included in MSNPSHARP)
2. receive offline message
3. error

What is the expected output? What do you see instead?
I expected an offline message.

Value cannot be null.
Nome parametro: String
   in System.Number.StringToNumber(String str, NumberStyles options,
NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   in System.Number.ParseInt32(String s, NumberStyles style,
NumberFormatInfo info)
   in System.Int32.Parse(String s, IFormatProvider provider)
   in MSNPSharp.NSMessageHandler.OnMSGReceived(MSNMessage message) in
C:\Documents and Settings\Luca\Documenti\Visual Studio
2008\Projects\MSNPSHARP_25_STABLE\MSNPSharp\NSMessageHandler.cs:riga 1596
   in MSNPSharp.NSMessageHandler.HandleMessage(IMessageProcessor sender,
NetworkMessage message) in C:\Documents and Settings\Luca\Documenti\Visual
Studio 2008\Projects\MSNPSHARP_25_STABLE\MSNPSharp\NSMessageHandler.cs:riga
2142
mscorlib

What version of the product are you using? On what operating system?
Visual Studio 2008 on Windows XP Professional

Original issue reported on code.google.com by masteri...@gmail.com on 19 Feb 2009 at 12:30

GoogleCodeExporter commented 9 years ago
Fixed. Thanks for the report.
Sometimes, in OIM, the nick field is empty...

Original comment by hepha...@gmail.com on 19 Feb 2009 at 4:58