Advertisement
Guest User

StashItemsToChest error when >999 items would be in destinat

a guest
Jan 28th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. [18:42:55 ERROR SMAPI] A mod failed handling the GameEvents.UpdateTick event:
  2. System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
  3. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
  4. at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
  5. at System.Collections.Generic.List`1.Enumerator.MoveNext()
  6. at StashItemsToChest.StashItemsToChest.StashUp(KeyboardState currentKeyboardState)
  7. at StashItemsToChest.StashItemsToChest.UpdateTickEvent(Object sender, EventArgs e)
  8. at StardewModdingAPI.Framework.InternalExtensions.SafelyRaisePlainEvent(IMonitor monitor, String name, IEnumerable`1 handlers, Object sender, EventArgs args) in D:\source\_Stardew\SMAPI\src\StardewModdingAPI\Framework\InternalExtensions.cs:line 32
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement