samanwo
Newcomer
The game was working just fine yesterday, but today I started it up again and it gave me this error:
[Content Patcher] Error loading configuration for content pack 'Romanceable Rasmodius'. Technical details:
Newtonsoft.Json.JsonReaderException: Can't parse JSON file at /Users/samanwo/Library/Application Support/Steam/steamapps/common/Stardew Valley/Contents/MacOS/Mods/[CP] Romanceable Rasmodius/config.json. This doesn't seem to be valid JSON.
Technical details: Unexpected character encountered while parsing value: C. Path '', line 0, position 0.
at StardewModdingAPI.Toolkit.Serialization.JsonHelper.ReadJsonFileIfExists[TModel](String fullPath, TModel& result) in E:\source\_Stardew\SMAPI\src\SMAPI.Toolkit\Serialization\JsonHelper.cs:line 86
at StardewModdingAPI.Framework.ContentPack.ReadJsonFile[TModel](String path) in E:\source\_Stardew\SMAPI\src\SMAPI\Framework\ContentPack.cs:line 76
at ContentPatcher.Framework.ConfigFileHandler.LoadConfigValues(IContentPack contentPack, InvariantDictionary`1 config, Action`2 logWarning) in E:\source\_Stardew\Mods.Pathoschild\ContentPatcher\Framework\ConfigFileHandler.cs:line 181
at ContentPatcher.Framework.ConfigFileHandler.Read(IContentPack contentPack, InvariantDictionary`1 rawSchema, ISemanticVersion formatVersion) in E:\source\_Stardew\Mods.Pathoschild\ContentPatcher\Framework\ConfigFileHandler.cs:line 49
at ContentPatcher.ModEntry.GetContentPacks()+MoveNext() in E:\source\_Stardew\Mods.Pathoschild\ContentPatcher\ModEntry.cs:line 432
I'm not entirely certain what it means or how I should fix it, but I can at least gather that it's the json file, but I hadn't changed it from yesterday which is odd.
[Content Patcher] Error loading configuration for content pack 'Romanceable Rasmodius'. Technical details:
Newtonsoft.Json.JsonReaderException: Can't parse JSON file at /Users/samanwo/Library/Application Support/Steam/steamapps/common/Stardew Valley/Contents/MacOS/Mods/[CP] Romanceable Rasmodius/config.json. This doesn't seem to be valid JSON.
Technical details: Unexpected character encountered while parsing value: C. Path '', line 0, position 0.
at StardewModdingAPI.Toolkit.Serialization.JsonHelper.ReadJsonFileIfExists[TModel](String fullPath, TModel& result) in E:\source\_Stardew\SMAPI\src\SMAPI.Toolkit\Serialization\JsonHelper.cs:line 86
at StardewModdingAPI.Framework.ContentPack.ReadJsonFile[TModel](String path) in E:\source\_Stardew\SMAPI\src\SMAPI\Framework\ContentPack.cs:line 76
at ContentPatcher.Framework.ConfigFileHandler.LoadConfigValues(IContentPack contentPack, InvariantDictionary`1 config, Action`2 logWarning) in E:\source\_Stardew\Mods.Pathoschild\ContentPatcher\Framework\ConfigFileHandler.cs:line 181
at ContentPatcher.Framework.ConfigFileHandler.Read(IContentPack contentPack, InvariantDictionary`1 rawSchema, ISemanticVersion formatVersion) in E:\source\_Stardew\Mods.Pathoschild\ContentPatcher\Framework\ConfigFileHandler.cs:line 49
at ContentPatcher.ModEntry.GetContentPacks()+MoveNext() in E:\source\_Stardew\Mods.Pathoschild\ContentPatcher\ModEntry.cs:line 432
I'm not entirely certain what it means or how I should fix it, but I can at least gather that it's the json file, but I hadn't changed it from yesterday which is odd.