Issue Game is crashing while fishing

Prefolas

Newcomer
Hello my SDV is crashing after Fishing for a while at the Beach but idk why. I can fish a few minutes and than it comes an item idk i never saw this item icon and then the Game is crashing can someone help me maybe,

here is the Crash Log:

[00:05:46 TRACE SMAPI] Recovering sprite batch from error...
[00:05:46 ERROR SMAPI] An error occurred in the overridden draw loop: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at StardewValley.Tools.FishingRod.draw(SpriteBatch b) in C:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Tools\FishingRod.cs:line 1225
at StardewValley.Game1.drawTool(Farmer f, Int32 currentToolIndex) in C:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Game1.cs:line 21028
at StardewValley.Game1.drawTool(Farmer f) in C:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Game1.cs:line 20993
at StardewValley.Farmer.draw(SpriteBatch b) in C:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Farmer.cs:line 5623
at StardewValley.GameLocation.drawFarmers(SpriteBatch b) in C:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Locations\GameLocation.cs:line 13769
at StardewValley.GameLocation.draw(SpriteBatch b) in C:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Locations\GameLocation.cs:line 13876
at StardewValley.Locations.Beach.draw(SpriteBatch b) in C:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Locations\Beach.cs:line 396
at StardewModdingAPI.Framework.SGame.DrawImpl(GameTime gameTime, RenderTarget2D target_screen) in C:\source\_Stardew\SMAPI\src\SMAPI\Framework\SGame.cs:line 609
at StardewModdingAPI.Framework.SGame._draw(GameTime gameTime, RenderTarget2D target_screen) in C:\source\_Stardew\SMAPI\src\SMAPI\Framework\SGame.cs:line 203
[00:05:46 CRITICAL SMAPI] The game crashed when drawing, and SMAPI was unable to recover the game.

or a bit more details: SMAPI log parser - SMAPI.io
 

mouse

Farmer
If you're able to do this consistently, it would help if you removed some or all of your mods until it stops happening, then add them back until you find the mod responsible. It looks like SVE is the only thing editing the fish for that map, though so many people use it that I would expect a beach crash to cause a ton of reports about it.

(Edit, oh, I skimmed over the fishing mod you're using, which is another first choice even though I think it just skips the minigame or something? Still :) Note that if you're married to a custom NPC, your save won't load if you remove the mod that adds that NPC.)

(Edit x2 oh, and Longevity too. If that ends up being a problem, there are several individual mods that do most of its functionality better.)
 

Elliander

Tiller
I am having the exact same issue, but I am not using any fishing mods. Here's a link to my complete crash log:

https://smapi.io/log/7942e7c56c0245069bc8be25b6f3d757

I had no problem with sardines, but once something I didn't recognize came up the game just closed. Looking on the Wiki I can't seem to find anything that looks like what I briefly saw. It must have been something rare, and it was either red or purple. This was the 2nd day of Spring on the docks in a new game.
 

jwwright2007

Newcomer
I had the same issue, with the exact same details as Elliander. The only thing I did differently than I did on my previous playthroughs was that I skipped the cutscene with Willy. @Elliander and @Prefolas, did either of you happen to skip the cutscene? I've had quite a few playthroughs, and this is the first time I've ran into this.
 
Top