I had the same bug. Tried to move the scroll bar in the animal tab and my game crashed. I only have 3 animals: 2 chickens 1 cat. Here is my error log file.Can you upload the error log if it left one? To find it:
- On Windows, press the windows key + R and enter %appdata%/stardewvalley/errorlogs
- On Mac ~/.config/StardewValley/ErrorLogs/
- On Linux, ~/.local/share/StardewValley/ErrorLogs/
[game] Event script error: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index') [game] In event #festival_summer11 for location Temp [game] On line #39: speak Governor "$h" [game] Error running event script #festival_summer11 on line #39 (speak Governor "$h"). ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index') at StardewValley.Dialogue.prepareCurrentDialogueForDisplay() in D:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Dialogue.cs:line 920 at StardewValley.Menus.DialogueBox..ctor(Dialogue dialogue) in D:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Menus\DialogueBox.cs:line 116 at StardewValley.Game1.drawDialogue(NPC speaker) in D:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Game1.cs:line 10352 at StardewValley.Event.DefaultCommands.Speak(Event event, String[] args, EventContext context) in D:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Event.Commands.cs:line 436 at StardewValley.Event.tryEventCommand(GameLocation location, GameTime time, String[] args) in D:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Event.Commands.cs:line 261 |