Solved Game crashes when opening save file

Diayu

Greenhorn
Hello, this is the error i get when trying to open my game:

Message: Error loading "Characters\MarlonFay". File not found.
InnerException: System.IO.FileNotFoundException: Error loading "Content\Characters\MarlonFay.xnb". File not found.
vid Microsoft.Xna.Framework.TitleContainer.OpenStream(String name)
vid Microsoft.Xna.Framework.Content.ContentManager.OpenStream(String assetName)
Stack Trace: vid StardewValley.SaveGame.<getLoadEnumerator>d__94.MoveNext() i C:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\SaveGame.cs:rad 1745
vid StardewValley.Game1.UpdateTitleScreen(GameTime time) i C:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Game1.cs:rad 6124
vid StardewValley.Game1._update(GameTime gameTime) i C:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Game1.cs:rad 4786
vid StardewValley.Game1.Update(GameTime gameTime) i C:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Game1.cs:rad 3872
vid StardewValley.GameRunner.Update(GameTime gameTime) i C:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\LocalMultiplayer.cs:rad 1046
vid Microsoft.Xna.Framework.Game.Tick()
vid Microsoft.Xna.Framework.Game.HostIdle(Object sender, EventArgs e)
vid Microsoft.Xna.Framework.GameHost.OnIdle()
vid Microsoft.Xna.Framework.WindowsGameHost.RunOneFrame()
vid Microsoft.Xna.Framework.WindowsGameHost.ApplicationIdle(Object sender, EventArgs e)
vid System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDoIdle(Int32 grfidlef)
vid System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
vid System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
vid System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
vid System.Windows.Forms.Application.Run(Form mainForm)
vid Microsoft.Xna.Framework.WindowsGameHost.Run()
vid Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun)
vid StardewValley.Program.Main(String[] args) i C:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Program.cs:rad 156


My save file is also attached.
 

Attachments

Top