Json Error

Discussion in 'Mods' started by Virilliquent, Aug 21, 2020.

Tags:
  1. Virilliquent

    Virilliquent Space Hobo

    I am getting an error that makes Json crash before the game even starts. the error is as follows.
    if anyone knows how to fix this, please tell me. i not getting any other errors and this error is consistent.
    Code:
    2:04:16 ERROR Json Assets] Mod crashed on entry and might not work correctly. Technical details:
    Microsoft.Xna.Framework.Content.ContentLoadException: Error loading "TileSheets\crops". File not found. ---> System.IO.FileNotFoundException: Error loading "Content\TileSheets\crops.xnb". File not found.
       at Microsoft.Xna.Framework.TitleContainer.OpenStream(String name)
       at Microsoft.Xna.Framework.Content.ContentManager.OpenStream(String assetName)
       --- End of inner exception stack trace ---
       at Microsoft.Xna.Framework.Content.ContentManager.OpenStream(String assetName)
       at Microsoft.Xna.Framework.Content.ContentManager.ReadAsset[T](String assetName, Action`1 recordDisposableObject)
       at Microsoft.Xna.Framework.Content.ContentManager.Load[T](String assetName)
       at StardewValley.LocalizedContentManager.LoadBase[T](String assetName) in C:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\LocalizedContentManager.cs:line 120
       at StardewModdingAPI.Framework.ContentManagers.BaseContentManager.RawLoad[T](String assetName, Boolean useCache) in C:\source\_Stardew\SMAPI\src\SMAPI\Framework\ContentManagers\BaseContentManager.cs:line 261
       at StardewModdingAPI.Framework.ContentManagers.GameContentManager.RawLoad[T](String assetName, LanguageCode language, Boolean useCache) in C:\source\_Stardew\SMAPI\src\SMAPI\Framework\ContentManagers\GameContentManager.cs:line 251
       at StardewModdingAPI.Framework.ContentManagers.GameContentManager.<>c__DisplayClass9_0`1.<Load>b__0() in C:\source\_Stardew\SMAPI\src\SMAPI\Framework\ContentManagers\GameContentManager.cs:line 107
       at StardewModdingAPI.Framework.Utilities.ContextHash`1.Track[TResult](T key, Func`1 action) in C:\source\_Stardew\SMAPI\src\SMAPI\Framework\Utilities\ContextHash.cs:line 53
       at StardewModdingAPI.Framework.ContentManagers.GameContentManager.Load[T](String assetName, LanguageCode language, Boolean useCache) in C:\source\_Stardew\SMAPI\src\SMAPI\Framework\ContentManagers\GameContentManager.cs:line 103
       at StardewModdingAPI.Framework.ContentManagers.BaseContentManager.Load[T](String assetName) in C:\source\_Stardew\SMAPI\src\SMAPI\Framework\ContentManagers\BaseContentManager.cs:line 99
       at SpaceCore.TileSheetExtensions.RegisterExtendedTileSheet(String asset, Int32 unitSize) in G:\StardewValley\Mods_1.4\SpaceCore_SDV\TileSheetExtensions.cs:line 44
       at JsonAssets.Mod.Entry(IModHelper helper) in G:\StardewValley\Mods_1.4\JsonAssets\Mod.cs:line 57
       at StardewModdingAPI.Framework.SCore.LoadMods(IModMetadata[] mods, JsonHelper jsonHelper, ContentCoordinator contentCore, ModDatabase modDatabase) in C:\source\_Stardew\SMAPI\src\SMAPI\Framework\SCore.cs:line 843
     
    • Eros DkAl

      Eros DkAl Pangalactic Porcupine

      Can you post your full log?
       

      Share This Page