EdmundDG
Newcomer
Has anyone ever encountered this problem?
[SMAPI] The StardewValley.Menus.GameMenu menu crashed while drawing itself. SMAPI will force it to exit to avoid crashing the game.
FormatException: String 'Can256@@@' was not recognized as a valid Boolean.
at System.Boolean.Parse(ReadOnlySpan`1 value)
at System.Boolean.Parse(String value)
at StardewValley.Menus.CollectionsPage.draw(SpriteBatch b) in stardewvalley\Farmer\Farmer\Menus\CollectionsPage.cs:line 707
at StardewValley.Menus.GameMenu.draw(SpriteBatch b) in stardewvalley\Farmer\Farmer\Menus\GameMenu.cs:line 414
at StardewModdingAPI.Framework.SGame.DrawImpl(GameTime gameTime, RenderTarget2D target_screen) in SMAPI\Framework\SGame.cs:line 920
I can't figure out which mod is the problem
[SMAPI] The StardewValley.Menus.GameMenu menu crashed while drawing itself. SMAPI will force it to exit to avoid crashing the game.
FormatException: String 'Can256@@@' was not recognized as a valid Boolean.
at System.Boolean.Parse(ReadOnlySpan`1 value)
at System.Boolean.Parse(String value)
at StardewValley.Menus.CollectionsPage.draw(SpriteBatch b) in stardewvalley\Farmer\Farmer\Menus\CollectionsPage.cs:line 707
at StardewValley.Menus.GameMenu.draw(SpriteBatch b) in stardewvalley\Farmer\Farmer\Menus\GameMenu.cs:line 414
at StardewModdingAPI.Framework.SGame.DrawImpl(GameTime gameTime, RenderTarget2D target_screen) in SMAPI\Framework\SGame.cs:line 920
I can't figure out which mod is the problem