1. This forum is archived for reference. For support & bug reports visit the help section of forums.stardewvalley.net

Bug/Issue Crash on sleep

Discussion in 'Support' started by addidas199, Mar 7, 2016.

  1. addidas199

    addidas199 Big Damn Hero

    I really don't know what to do anymore, this has happened to me on all my save files, and each of them have the same crash log of

    Message: Index was out of range. Must be non-negative and less than the size of the collection.
    Parameter name: index
    InnerException:
    Stack Trace: at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
    at StardewValley.Crop.newDay(Int32 state, Int32 fertilizer, Int32 xTile, Int32 yTile, GameLocation environment)
    at StardewValley.TerrainFeatures.HoeDirt.dayUpdate(GameLocation environment, Vector2 tileLocation)
    at StardewValley.GameLocation.DayUpdate(Int32 dayOfMonth)
    at StardewValley.Game1.newDayAfterFade()
    at StardewValley.Game1.UpdateOther(GameTime time)
    at StardewValley.Game1.Update(GameTime gameTime)
    at Microsoft.Xna.Framework.Game.Tick()
    at Microsoft.Xna.Framework.Game.HostIdle(Object sender, EventArgs e)
    at Microsoft.Xna.Framework.GameHost.OnIdle()
    at Microsoft.Xna.Framework.WindowsGameHost.RunOneFrame()
    at Microsoft.Xna.Framework.WindowsGameHost.ApplicationIdle(Object sender, EventArgs e)
    at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDoIdle(Int32 grfidlef)
    at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
    at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
    at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
    at System.Windows.Forms.Application.Run(Form mainForm)
    at Microsoft.Xna.Framework.WindowsGameHost.Run()
    at Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun)
    at StardewValley.Program.Main(String[] args)
     

    Share This Page