Error in gunbound:
Code:
Sallos.MalformedPacketException: Virtual link 67.15.136.110:ContentService sent malformed packet 0x00 ---> System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: Capacity must be positive.
at System.IO.MemoryStream..ctor(Int32 capacity)
at Sallos.Archive.Load(Stream stream)
at Sallos.Archive..ctor(String title)
at Sallos.Archive.AquireArchive(String archiveName)
at Sallos.Services.Core.ContentService.QueryArchiveHashCodes_Callback(VirtualLink vLink, PacketReader pvSrc)
at Sallos.PhysicalLink.Process()
--- End of inner exception stack trace ---
at Sallos.PhysicalLink.Process()
at Sallos.Core.Main(String[] args)
Another Error when exiting a Sallos Game
Code:
System.NullReferenceException: Object reference not set to an instance of an object.
at Sallos.Services.Games.Gunbound.LockData..ctor(PhysicalSurface ps)
at Sallos.Services.Games.Gunbound.ArenaSegment.UpdateSolidity(Int32 x, Int32 y, Byte v, Int32 p, Int32 mp)
at Sallos.Services.Games.Gunbound.Arena.SetSolidity(Int32 x, Int32 y, Byte v, Int32 p, Int32 mp, Boolean callback)
at Sallos.Services.Games.Gunbound.Arena.Destroy(Int32 x, Int32 y, Int32 rx, Int32 ry, Int32 angle, Boolean record, Boolean callback)
at Sallos.Services.Games.Gunbound.Projectile.Detonate(Int32 x, Int32 y)
at Sallos.Services.Games.Gunbound.GunboundGame.Cycle()
at Sallos.Services.Games.Gunbound.GunboundGame.Slice()
at Sallos.Services.Games.Gunbound.GunboundService.Slice()
at Sallos.Service.RecurseSlice()
at Sallos.Service.RecurseSlice()
at Sallos.Service.RecurseSlice()
at Sallos.Service.RecurseSlice()
at Sallos.Service.FullSlice()
at Sallos.Core.Main(String[] args)