First of all, great mod, love the sprites, and more Pokemon mods are always appreciated. I've got a small problem though, which I will attempt to fix after playing through the day I just started, but I think you'll want to know. The community center's fishing bundle seems to have a problem with your mod. One of the rewards is a dressed spinner, but because the dressed spinner has been renamed by your mod, the CC fails to recognize the item, and thus I can't collect the item. This is just speculation though.
Here is part of the SMAPI log: [game] An error occurred in the base update loop: FormatException: Failed to parse item text description "1 Dressed Spinner" with delimiter " ". ---> FormatException: Input string was not in a correct format. at System.Number.ThrowOverflowOrFormatException(ParsingStatus status, TypeCode type) at System.Number.ParseInt32(ReadOnlySpan`1 value, NumberStyles styles, NumberFormatInfo info) at StardewValley.Utility.getItemFromStandardTextDescription_Patch1(String description, Farmer who, Char delimiter) --- End of inner exception stack trace --- at StardewValley.Utility.getItemFromStandardTextDescription_Patch1(String description, Farmer who, Char delimiter) at StardewValley.Menus.JunimoNoteMenu.GetBundleRewards(Int32 area, List`1 rewards) at StardewValley.Menus.JunimoNoteMenu.openRewardsMenu() at StardewValley.Menus.JunimoNoteMenu.receiveLeftClick(Int32 x, Int32 y, Boolean playSound) at StardewValley.Game1.updateActiveMenu(GameTime gameTime) at StardewValley.Game1._update(GameTime gameTime) at StardewValley.Game1.Update(GameTime gameTime) at StardewModdingAPI.Framework.SCore.OnPlayerInstanceUpdating(SGame instance, GameTime gameTime, Action runUpdate)
8 comments
First of all, great mod, love the sprites, and more Pokemon mods are always appreciated.
I've got a small problem though, which I will attempt to fix after playing through the day I just started, but I think you'll want to know. The community center's fishing bundle seems to have a problem with your mod. One of the rewards is a dressed spinner, but because the dressed spinner has been renamed by your mod, the CC fails to recognize the item, and thus I can't collect the item. This is just speculation though.
Here is part of the SMAPI log:
[game] An error occurred in the base update loop: FormatException: Failed to parse item text description "1 Dressed Spinner" with delimiter " ".
---> FormatException: Input string was not in a correct format.
at System.Number.ThrowOverflowOrFormatException(ParsingStatus status, TypeCode type)
at System.Number.ParseInt32(ReadOnlySpan`1 value, NumberStyles styles, NumberFormatInfo info)
at StardewValley.Utility.getItemFromStandardTextDescription_Patch1(String description, Farmer who, Char delimiter)
--- End of inner exception stack trace ---
at StardewValley.Utility.getItemFromStandardTextDescription_Patch1(String description, Farmer who, Char delimiter)
at StardewValley.Menus.JunimoNoteMenu.GetBundleRewards(Int32 area, List`1 rewards)
at StardewValley.Menus.JunimoNoteMenu.openRewardsMenu()
at StardewValley.Menus.JunimoNoteMenu.receiveLeftClick(Int32 x, Int32 y, Boolean playSound)
at StardewValley.Game1.updateActiveMenu(GameTime gameTime)
at StardewValley.Game1._update(GameTime gameTime)
at StardewValley.Game1.Update(GameTime gameTime)
at StardewModdingAPI.Framework.SCore.OnPlayerInstanceUpdating(SGame instance, GameTime gameTime, Action runUpdate)
Thanks in advance for your help!