I've begun to get this error in my smapi window for this mod after my game crashed.
[ObjectProgressBars] Mod crashed on entry and might not work correctly. Technical details: Newtonsoft.Json.JsonReaderException: Can't parse JSON file at E:\SteamLibrary\steamapps\common\Stardew Valley\Mods\ObjectProgressBars\config.json.
Technical details: Error converting value "." to type 'Microsoft.Xna.Framework.Input.Keys'. Path 'ToggleDisplay.key', line 3, position 14. at StardewModdingAPI.Toolkit.Serialization.JsonHelper.ReadJsonFileIfExists[TModel](String fullPath, TModel& result) in /home/pathoschild/git/SMAPI/src/SMAPI.Toolkit/Serialization/JsonHelper.cs:line 86 at StardewModdingAPI.Framework.ModHelpers.DataHelper.ReadJsonFile[TModel](String path) in /home/pathoschild/git/SMAPI/src/SMAPI/Framework/ModHelpers/DataHelper.cs:line 50 at StardewModdingAPI.Framework.ModHelpers.ModHelper.ReadConfig[TConfig]() in /home/pathoschild/git/SMAPI/src/SMAPI/Framework/ModHelpers/ModHelper.cs:line 101 at ObjectProgressBars.ModEntry.Entry(IModHelper helper) in C:\Users\Andrés\Source\Repos\ObjectProgressBars\ObjectProgressBars\ModEntry.cs:line 143 at StardewModdingAPI.Framework.SCore.LoadMods(IModMetadata[] mods, JsonHelper jsonHelper, ContentCoordinator contentCore, ModDatabase modDatabase) in /home/pathoschild/git/SMAPI/src/SMAPI/Framework/SCore.cs:line 1860
edit: here's the smapi log! https://smapi.io/log/2aaa94ed7f4541af81c11005e8831383
Doesn't work for me. ): I accidentally changed O to be a different keybind and I was wondering if that was the issue, but I can't seem to find anything in the menus about the mod at all to change it.
21 comments
[ObjectProgressBars] Mod crashed on entry and might not work correctly. Technical details:
Newtonsoft.Json.JsonReaderException: Can't parse JSON file at E:\SteamLibrary\steamapps\common\Stardew Valley\Mods\ObjectProgressBars\config.json.
Technical details: Error converting value "." to type 'Microsoft.Xna.Framework.Input.Keys'. Path 'ToggleDisplay.key', line 3, position 14.
at StardewModdingAPI.Toolkit.Serialization.JsonHelper.ReadJsonFileIfExists[TModel](String fullPath, TModel& result) in /home/pathoschild/git/SMAPI/src/SMAPI.Toolkit/Serialization/JsonHelper.cs:line 86
at StardewModdingAPI.Framework.ModHelpers.DataHelper.ReadJsonFile[TModel](String path) in /home/pathoschild/git/SMAPI/src/SMAPI/Framework/ModHelpers/DataHelper.cs:line 50
at StardewModdingAPI.Framework.ModHelpers.ModHelper.ReadConfig[TConfig]() in /home/pathoschild/git/SMAPI/src/SMAPI/Framework/ModHelpers/ModHelper.cs:line 101
at ObjectProgressBars.ModEntry.Entry(IModHelper helper) in C:\Users\Andrés\Source\Repos\ObjectProgressBars\ObjectProgressBars\ModEntry.cs:line 143
at StardewModdingAPI.Framework.SCore.LoadMods(IModMetadata[] mods, JsonHelper jsonHelper, ContentCoordinator contentCore, ModDatabase modDatabase) in /home/pathoschild/git/SMAPI/src/SMAPI/Framework/SCore.cs:line 1860
edit: here's the smapi log! https://smapi.io/log/2aaa94ed7f4541af81c11005e8831383
Currently just stops working after you mastery rank up!
EDIT: I have found my issue and kept showing/hiding them by pressing "O" - For anyone still having issues, try that to see if it works!
https://i.imgur.com/iwQ0zgY.png
Looking at the config file, there is a mouseleft / mouseright option.
There needs to be an explanation of this on the about this mod page.
I made one myself but you should probably reupload