Issue I am playing a modded farm and the game crashed

pirsival

Greenhorn
It is late and I am V. tired so I shall keep it short

Game crashes when I am on my farm sometimes


Crash Log attached.
I don't think I have uninstalled any mods that I didn't immediately reinstall before launching the game
 

Attachments

Last edited by a moderator:
Thanks for the log. I put it into the log parser here: https://smapi.io/log/e3c6db2bfca140e08418f33fae05b8df

Looks like an error with GetGlam. You don't seem to have it; so it's either old saved data, or more likely from another player. Install the version they have.

But yea, always try to make sure everyone has the same mods in mutiplayer.

Code:
23:36:30    TRACE    Deep Woods    Player (8354505744088818886) warped from: Forest, to: Farm
23:36:30    ERROR    SMAPI    An error occurred in the overridden draw loop: Microsoft.Xna.Framework.Content.ContentLoadException: The content file was not found.
 ---> FileNotFoundException: Could not find file 'f:\steam\steamapps\common\Stardew Valley\Content\GetGlam_False_0_0_0_isBaldTrue.xnb'.
File name: 'f:\steam\steamapps\common\Stardew Valley\Content\GetGlam_False_0_0_0_isBaldTrue.xnb'
   at System.IO.FileStream.ValidateFileHandle(SafeFileHandle fileHandle)
 
Top