Forte2718
Farmhand
Hello,
Twice recently I have encountered a crash to desktop on the Windows distribution of Stardew Valley v1.5.6 hotfix #3, app build ID 8043676. I have attached the two error logs from the crash events to this post.
The crash happened while fishing at the Night Market submarine in a multiplayer game, using the iridium rod enchanted with the Master enchantment (+1 fishing level), wild bait, no tackle, a seasoned seafoam pudding buff (+4 fishing level), and level 9 base fishing level.
The error message indicates that the crash is occurring on line 164 of the file BobberBar.cs, in the method StardewValley.Menus.BobberBar.update(GameTime time), where the code is attempting to generate a random number using System.Random.Next(Int32 minValue, Int32 maxValue), and the parameter minValue is larger than maxValue which isn't allowed when calling this method.
I see that there are several other threads reporting a similar issue ([1], [2], [3]) which might be related (common elements seem to include the use of Qi seasoned food that gives fishing buffs, and the Master enchantment), however my error message above indicates that my crash is happening on a different line of code than the issues reported in these other threads.
Hope this information helps!
Cheers,
Twice recently I have encountered a crash to desktop on the Windows distribution of Stardew Valley v1.5.6 hotfix #3, app build ID 8043676. I have attached the two error logs from the crash events to this post.
The crash happened while fishing at the Night Market submarine in a multiplayer game, using the iridium rod enchanted with the Master enchantment (+1 fishing level), wild bait, no tackle, a seasoned seafoam pudding buff (+4 fishing level), and level 9 base fishing level.
The error message indicates that the crash is occurring on line 164 of the file BobberBar.cs, in the method StardewValley.Menus.BobberBar.update(GameTime time), where the code is attempting to generate a random number using System.Random.Next(Int32 minValue, Int32 maxValue), and the parameter minValue is larger than maxValue which isn't allowed when calling this method.
I see that there are several other threads reporting a similar issue ([1], [2], [3]) which might be related (common elements seem to include the use of Qi seasoned food that gives fishing buffs, and the Master enchantment), however my error message above indicates that my crash is happening on a different line of code than the issues reported in these other threads.
Hope this information helps!
Cheers,
Attachments
-
2 KB Views: 119
-
2 KB Views: 94