Adventure-Terraria-Server-Project / Protector-Plugin

Protector plugin for Terraria Server API and TShock.
GNU General Public License v3.0
10 stars 19 forks source link

Exceptions on Closing Piggy Banks / Safes #11

Closed CoderCow closed 11 years ago

CoderCow commented 11 years ago

2013-06-27 09:55:06 - GetDataHookHandler: ERROR: [Protector] One ChestOpen event handler has thrown an unexpected exception. Exception details: System.IndexOutOfRangeException: Index was outside the bounds of the array. at Terraria.Plugins.CoderCow.Protector.UserInteractionHandler.HandleChestOpen(TSPlayer player, Int32 chestIndex, Point chestLocation) at Terraria.Plugins.CoderCow.Protector.ProtectorPlugin.Net_ChestOpen(Object sender, ChestOpenEventArgs e) at Terraria.Plugins.Common.Hooks.GetDataHookHandler.OnChestOpen(ChestOpenEventArgs e) 2013-06-27 09:55:10 - PacketBufferer: WARNING: System.Net.Sockets.SocketException (0x80004005): An established connection was aborted by the software in your host machine at System.Net.Sockets.Socket.Send(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at TShockAPI.PacketBufferer.SendBytes(ServerSock socket, Byte[] buffer, Int32 offset, Int32 count)