Init Buddylist failed
Posted: 09 Sep 2013, 13:24
When I tried to init Buddylist on iOS device, got the following error in XCode, but the SAME code does work on Android Device.
[SFS - ERROR] Error handling data: Out of memory
at System.Array.Resize[String] (System.String[]& array, Int32 length, Int32 newSize) [0x00000] in <filename unknown>:0
at System.Array.Resize[String] (System.String[]& array, Int32 newSize) [0x00000] in <filename unknown>:0
at System.Collections.Generic.List`1[System.String].set_Capacity (Int32 value) [0x00000] in <filename unknown>:0
at System.Collections.Generic.List`1[System.String].GrowIfNeeded (Int32 newCount) [0x00000] in <filename unknown>:0
at System.Collections.Generic.List`1[System.String].AddCollection (ICollection`1 collection) [0x00000] in <filename unknown>:0
at System.Collections.Generic.List`1[System.String]..ctor (IEnumerable`1 collection) [0x00000] in <filename unknown>:0
at Sfs2X.Controllers.SystemController.FnInitBuddyList (IMessage msg) [0x00000] in <filename unknown>:0
at Sfs2X.Controllers.SystemController.HandleMessage (IMessage message) [0x00000] in <filename unknown>:0
at Sfs2X.Core.SFSProtocolCodec.DispatchRequest (ISFSObject requestObject) [0x00000] in <filename unknown>:0
at Sfs2X.Core.SFSProtocolCodec.OnPacketRead (Sfs2X.Util.ByteArray packet) [0x00000] in <filename unknown>:0
at Sfs2X.Core.SFSIOHandler.HandlePacketData (Sfs2X.Util.ByteArray data) [0x00000] in <filename unknown>:0
Can anyone help me?
[SFS - ERROR] Error handling data: Out of memory
at System.Array.Resize[String] (System.String[]& array, Int32 length, Int32 newSize) [0x00000] in <filename unknown>:0
at System.Array.Resize[String] (System.String[]& array, Int32 newSize) [0x00000] in <filename unknown>:0
at System.Collections.Generic.List`1[System.String].set_Capacity (Int32 value) [0x00000] in <filename unknown>:0
at System.Collections.Generic.List`1[System.String].GrowIfNeeded (Int32 newCount) [0x00000] in <filename unknown>:0
at System.Collections.Generic.List`1[System.String].AddCollection (ICollection`1 collection) [0x00000] in <filename unknown>:0
at System.Collections.Generic.List`1[System.String]..ctor (IEnumerable`1 collection) [0x00000] in <filename unknown>:0
at Sfs2X.Controllers.SystemController.FnInitBuddyList (IMessage msg) [0x00000] in <filename unknown>:0
at Sfs2X.Controllers.SystemController.HandleMessage (IMessage message) [0x00000] in <filename unknown>:0
at Sfs2X.Core.SFSProtocolCodec.DispatchRequest (ISFSObject requestObject) [0x00000] in <filename unknown>:0
at Sfs2X.Core.SFSProtocolCodec.OnPacketRead (Sfs2X.Util.ByteArray packet) [0x00000] in <filename unknown>:0
at Sfs2X.Core.SFSIOHandler.HandlePacketData (Sfs2X.Util.ByteArray data) [0x00000] in <filename unknown>:0
Can anyone help me?