Issue Help me

Ric523

Greenhorn
I go to bed and get a black screen and this:




at StardewValley.Game1._update (Microsoft.Xna.Framework.GameTime gameTime) [0x00217] in <f85b57935ed34804b886108855fd5195>:0
at StardewValley.Game1.Update (Microsoft.Xna.Framework.GameTime gameTime) [0x00056] in <f85b57935ed34804b886108855fd5195>:0
at StardewModdingAPI.Framework.SGame.<>n__0 (Microsoft.Xna.Framework.GameTime gameTime) [0x00000] in <5e71e4af18b744f299172c44a520b383>:0
at StardewModdingAPI.Framework.SGame+<>c__DisplayClass44_0.<Update>b__0 () [0x00000] in <5e71e4af18b744f299172c44a520b383>:0
at StardewModdingAPI.Framework.SCore.OnPlayerInstanceUpdating (StardewModdingAPI.Framework.SGame instance, Microsoft.Xna.Framework.GameTime gameTime, System.Action runUpdate) [0x01446] in <5e71e4af18b744f299172c44a520b383>:0
[13:22:11 ERROR game] An error occurred in the base update loop: System.Exception: Error on new day
 

FERNASS354

Newcomer
'Custom_EastScarpe' error maps / 'Maps/Custom_ESBirdHide' says that you have error when wanting to use maps that are not in your maps folder this could be an error where you should look for the maps of these mods in the configuration file should say to take them inside the mod not inside the folder of the game of stardew valley / content / maps that is where you look for them there are 2 solutions that paste the maps.xnb of which you are asking to the maps folder or change the configuration file In the file Content.json should or config should put the path to decuado
(CP) East Scarp failed to load location 'Custom_ESBirdHide'. If you save after this point, any previous content in that location will be lost permanently.
Technical details: Microsoft.Xna.Framework.Content.ContentLoadException: The content file was not found. ---> System.IO.FileNotFoundException: Content/Maps/Custom_ESBirdHide.xnb ---> Java.IO.FileNotFoundException: Content/Maps/Custom_ESBirdHide.xnb there is same in your error log says that you have problems I think it would be better to read your log to know your failure yourself and then consult how to patch the maps or how to configure the mod or failing how to paste the maps in the maps folder Good luck friend
 
Top